This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 2.02 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
{
"name": "example-react-weui",
"description": "example-react-weui",
"author": "elliott <[email protected]>",
"private": true,
"scripts": {
"dev": "node build/dev-server-express.js",
"build": "rimraf dist && BABEL_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
"lint": "eslint",
"test": "mocha --ui qunit --compilers js:babel-core/register"
},
"dependencies": {
"classnames": "^2.2.5",
"humps": "^1.1.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.12.0",
"normalizr": "^2.1.0",
"react": "^15.0.2",
"react-addons-css-transition-group": "^15.0.2",
"react-dom": "^15.0.2",
"react-redux": "^4.4.5",
"react-router": "^2.4.0",
"react-router-redux": "^4.0.4",
"react-weui": "^0.4.0",
"redux": "^3.5.2",
"redux-actions": "^0.9.1",
"redux-localstorage": "^0.4.0",
"redux-thunk": "^2.1.0",
"weui": "^0.4.2"
},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-2": "^6.13.0",
"connect-history-api-fallback": "^1.2.0",
"css-loader": "^0.23.1",
"eslint": "^2.10.2",
"eslint-config-airbnb": "^9.0.1",
"eslint-friendly-formatter": "^2.0.4",
"eslint-loader": "^1.3.0",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.1.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.17.0",
"http-proxy-middleware": "^0.15.0",
"open-browser-webpack-plugin": "0.0.2",
"redux-logger": "^2.6.1",
"rimraf": "^2.5.2",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.0.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
}
}