-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
103 lines (103 loc) · 3.07 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "react-redux-start-kit",
"version": "1.0.0",
"description": "react react-router",
"main": "app.js",
"scripts": {
"development": "cross-env NODE_ENV=development webpack --config webpack.config.js",
"production": "cross-env NODE_ENV=production webpack -p --config webpack.config.js",
"deploy": "export NODE_ENV=production && node server",
"dev": "export NODE_ENV=development && node server",
"test": "echo \"Error: no test specified\" && exit 1",
"n": "node xq-tools/new.js",
"r": "node xq-tools/replace.js"
},
"keywords": [
"ant",
"redux",
"react.js"
],
"author": "FuYin",
"license": "ISC",
"dependencies": {
"antd": "^2.2.1",
"brace": "^0.8.0",
"classnames": "^2.2.3",
"cross-env": "^5.0.1",
"lodash": "^4.11.1",
"mobx": "^2.0.0",
"mobx-react": "^3.5.8",
"mobx-react-devtools": "^4.0.5",
"mobx-utils": "^1.1.0",
"normalize.css": "^4.0.0",
"object-assign": "~4.0.1",
"pure-render-decorator": "^1.1.0",
"react": "^0.14.7",
"react-ace": "^3.6.1",
"react-cookie": "^0.4.8",
"react-dom": "^0.14.7",
"reqwest": "^2.0.5"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.1.4",
"babel-plugin-import": "^1.0.1",
"babel-plugin-react-transform": "^1.1.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.5.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.3.13",
"babel-register": "^6.18.0",
"babel-standalone": "^6.7.4",
"brfs": "^1.4.3",
"browser-sync": "^2.11.2",
"codemirror": "^5.13.4",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"eslint": "^2.7.0",
"eslint-plugin-react": "^4.3.0",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"graceful-fs": "^4.1.3",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.0.3",
"gulp-htmlmin": "^3.0.0",
"gulp-uglify": "^2.0.1",
"highlight.js": "^9.3.0",
"history": "^2.0.1",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.15.0",
"jest-cli": "^0.10.0",
"less": "^2.6.0",
"less-loader": "^2.2.3",
"markdown-loader": "^0.1.7",
"marked": "^0.3.5",
"open-browser-webpack-plugin": "0.0.2",
"path": "^0.12.7",
"postcss-loader": "^0.8.2",
"pump": "^1.0.2",
"react-hot-loader": "^1.3.0",
"react-router": "^2.0.0",
"react-weui": "^0.4.0",
"run-sequence": "^1.1.5",
"style-loader": "^0.13.0",
"transfer-webpack-plugin": "^0.1.4",
"transform-loader": "^0.2.3",
"uglify": "^0.1.5",
"url-loader": "^0.5.7",
"webpack": "^1.14.0",
"webpack-cleanup-plugin": "^0.2.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.9.0",
"webpack-md5-hash": "0.0.5",
"webpack-stream": "^3.1.0",
"weui": "^0.4.2"
}
}