-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1001 Bytes
/
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
40
{
"name": "dock",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"build": "cd dock_frontend && npm run build"
},
"author": "Meetesh Mehta",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.7.0",
"nodemon": "^1.17.3"
},
"dependencies": {
"body-parser": "^1.18.2",
"compression": "^1.7.2",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-fileupload": "^0.4.0",
"firebase-admin": "^5.12.0",
"hat": "0.0.3",
"imagemin": "^5.3.1",
"imagemin-webp": "^4.1.0",
"json2xls": "^0.1.2",
"jsonwebtoken": "^8.2.1",
"mongodb": "^3.1.0-beta4",
"njwt": "^0.4.0",
"nodemailer": "^4.6.4",
"npm": "^6.1.0",
"password-hash": "^1.2.2",
"serve-static": "^1.13.2"
}
}