-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.85 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
{
"name": "crispy-values",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "cross-env-shell NODE_ENV=production LOG_LEVEL=info \"node ./bin/www\"",
"dev": "nodemon ./bin/www",
"build:watch": "webpack --config webpack.dev.js --colors --progress --watch",
"build": "webpack -p --progress --config webpack.prod.js"
},
"dependencies": {
"babel-register": "^6.26.0",
"body-parser": "~1.17.1",
"classnames": "^2.2.5",
"compression": "^1.7.1",
"cookie-parser": "~1.4.3",
"css-loader": "^0.28.5",
"debug": "~2.6.3",
"express": "~4.15.2",
"formsy-react": "^0.19.5",
"helmet": "^3.9.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.2.1",
"moment": "^2.19.1",
"morgan": "^1.8.2",
"node-sass": "^4.5.3",
"node-sass-middleware": "0.9.8",
"nodemon": "^1.11.0",
"pug": "~2.0.0-beta11",
"query-string": "^5.0.0",
"rc-slider": "^8.4.0",
"react": "^15.6.1",
"react-cookie": "^2.1.1",
"react-dom": "^15.6.1",
"react-progressbar.js": "^0.2.0",
"react-redux": "^5.0.6",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.6",
"serve-favicon": "^2.4.5",
"tedious": "^2.0.0",
"universal-cookie-express": "^2.1.0",
"whatwg-fetch": "^2.0.3",
"winston": "^2.4.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-root-import": "^5.1.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.1.0",
"extract-text-webpack-plugin": "^3.0.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"uglifyjs-webpack-plugin": "^1.0.1",
"webpack": "^3.8.1",
"webpack-merge": "^4.1.0"
}
}