-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.68 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "wcs-react",
"version": "1.0.0",
"description": "",
"main": "server.js",
"engines": {
"node": "8.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"start": "node server.js",
"postinstall": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamesw61/wcs-react.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jamesw61/wcs-react/issues"
},
"homepage": "https://github.com/jamesw61/wcs-react#readme",
"dependencies": {
"axios": "^0.16.2",
"babel-core": "^6.3.13",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.3.13",
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.2",
"bootstrap-slider": "^9.8.1",
"classnames": "^2.2.5",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.15.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.3",
"express-validator": "^4.2.1",
"history": "^4.7.2",
"jquery": "^3.2.1",
"jsonwebtoken": "^8.0.1",
"lodash": "^4.17.4",
"mongodb": "^2.2.30",
"mongoose": "^4.11.2",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"password-generator": "^2.1.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-dragula": "^1.1.17",
"react-redux": "^5.0.6",
"react-router": "^3.0.5",
"react-slider": "^0.9.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"validator": "^8.2.0",
"webpack": "^1.13.1"
},
"devDependencies": {
"webpack-dev-server": "^2.8.2"
}
}