-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.95 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
66
{
"name": "news",
"version": "1.0.0",
"description": "a collect of news",
"main": "index.js",
"dependencies": {
"antd": "3.6.4",
"axios": "^0.18.0",
"babel-cli": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-react": "6.24.1",
"babel-preset-react-hmre": "1.1.1",
"body-parser": "^1.18.3",
"cache-loader": "^1.2.2",
"cheerio": "^1.0.0-rc.2",
"clean-webpack-plugin": "0.1.19",
"connect-mongo": "^2.0.1",
"copy-webpack-plugin": "4.5.1",
"cors": "^2.8.4",
"css-loader": "0.28.11",
"express": "^4.16.3",
"express-session": "^1.15.6",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "1.1.11",
"html-webpack-plugin": "3.1.0",
"lodash": "^4.17.10",
"mongo": "^0.1.0",
"mongoose": "^5.1.6",
"node-fetch": "^2.1.2",
"node-sass": "^4.9.1",
"nodejieba": "^2.2.6",
"nodemon": "^1.17.5",
"optimize-css-assets-webpack-plugin": "4.0.0",
"postcss-loader": "^2.1.5",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-markdown": "^3.3.2",
"react-redux": "5.0.5",
"react-router": "^4.3.1",
"react-router-dom": "^4.2.2",
"redux": "3.7.2",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.1",
"source-map-loader": "^0.2.3",
"style-loader": "0.20.3",
"url-loader": "1.0.1",
"webpack": "4.4.1",
"webpack-cli": "2.0.13",
"webpack-dev-server": "3.1.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
},
"scripts": {
"dev": "webpack-dev-server --devtool eval --progress --colors --profile --config config/webpack.dev.conf.js",
"server": "nodemon src/server/index.js",
"build": "SET BABEL_ENV=production && webpack --progress --colors --config config/webpack.prod.conf.js"
},
"author": "sq-zhou",
"license": "ISC"
}