-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "Cocoon",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "pharaohlab",
"license": "ISC",
"dependencies": {
"@babel/runtime": "7.11.2",
"@google-cloud/firestore": "^4.6.1",
"async": "^3.2.0",
"axios": "^0.21.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"ejs": "^3.1.5",
"express": "4.17.1",
"firebase": "^7.23.0",
"firebase-admin": "^9.2.0",
"firebase-functions": "^3.11.0",
"fs": "0.0.1-security",
"googleapis": "^39.2.0",
"path": "^0.12.7",
"readline": "^1.3.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cli": "^1.4.0",
"gulp-concat": "^2.6.1",
"gulp-livereload": "^3.8.1",
"gulp-ruby-sass": "^2.1.1",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"livereload": "^0.6.2"
},
"description": "Cocoon - Portfolio"
}