-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.29 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
40
41
42
43
44
45
46
47
{
"name": "expressjs-react-sample",
"description": "expressjs-react-sample",
"private": true,
"engines": {
"node": "7.5.0"
},
"scripts": {
"install": "cd javascript && npm install",
"start": "node server/index.js",
"dev": "cross-env APP_SETTINGS='/../dev.env' nodemon --watch node server/index.js",
"postinstall": "cp -R node_modules/font-awesome/fonts ./public/"
},
"dependencies": {
"ajv": "^5.5.2",
"axios": "^0.16.2",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"babel-runtime": "^6.20.0",
"base-64": "^0.1.0",
"bcrypt": "^1.0.2",
"body-parser": "^1.17.2",
"clever-client": "^0.7.5",
"compression": "^1.7.2",
"dotenv": "^4.0.0",
"express": "^4.15.4",
"express-ws": "^3.0.0",
"font-awesome": "^4.7.0",
"isomorphic-fetch": "^2.2.1",
"jsonwebtoken": "^7.4.0",
"node-sha1": "^1.0.1",
"path": "^0.12.7",
"prop-types": "^15.5.8"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.1.3",
"eslint": "^3.19.0",
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^2.30.1",
"nodemon": "^1.15.1",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.1"
}
}