-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.17 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
{
"name": "welcome",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"build-css": "node-sass --output-style compressed ./views/stylesheets/main.scss > ./public/static/stylesheets/main.css",
"build": "webpack -p && node-sass --output-style compressed ./views/stylesheets/main.scss > ./public/static/stylesheets/main.css"
},
"dependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.5.0",
"body-parser": "~1.15.1",
"cheerio": "^0.20.0",
"connect-mongo": "1.2.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.0",
"debug": "~2.2.0",
"express": "~4.13.4",
"express-session": "1.14.0",
"iconv-lite": "^0.4.13",
"jsx-loader": "0.13.2",
"mongoose": "^4.4.5",
"morgan": "~1.7.0",
"node-sass": "^3.8.0",
"qiniu": "^6.1.11",
"react": "15.2.1",
"react-chartjs": "^0.8.0",
"react-dom": "15.2.1",
"react-redux": "^4.4.5",
"react-router": "^2.6.0",
"redux": "^3.5.2",
"request-promise": "^4.0.2",
"serve-favicon": "~2.3.0",
"webpack": "^1.13.1"
}
}