-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.12 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
67
68
69
{
"name": "my-blog",
"version": "1.0.0",
"description": "wewew",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --progress --inline --config config/webpack.dev.js",
"build-windows": "set NODE_ENV=production&&webpack --color --progress --config config/webpack.prod.js",
"dll-windows": "set NODE_ENV=production&&webpack --progress --config config/webpack.dll.js",
"build": "NODE_ENV=production webpack --color --progress --config config/webpack.prod.js",
"dll": "NODE_ENV=production webpack --progress --config config/webpack.dll.js",
"server": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"reactjs",
"mobx",
"express",
"mongodb",
"react ToolBox"
],
"author": "zhangding",
"license": "ISC",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"bundle-loader": "^0.5.5",
"css-loader": "^0.28.4",
"eslint": "^4.4.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-react": "^7.2.1",
"express": "^4.15.4",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
"jsonwebtoken": "^8.0.1",
"node-sass": "^4.5.3",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"react-hot-loader": "^1.3.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.5.4",
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"@blueprintjs/core": "^1.27.0",
"amfe-flexible": "^2.2.1",
"body-parser": "^1.17.2",
"mobx": "^3.2.2",
"mobx-react": "^4.2.2",
"moment": "^2.18.1",
"mongodb": "^2.2.31",
"mongoose": "^4.11.8",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-dom": "^15.6.1",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"simplemde": "^1.11.2"
}
}