-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.82 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
{
"name": "3",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"mock:koa": "node ./mock/koa.js",
"mock:express": "node ./mock/express.js",
"dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.config.js --color --progress",
"prebuild": "rm -rf ./dist",
"build": "cross-env NODE_ENV=production webpack --config build/webpack.prod.config.js --display-error-details --progress --color"
},
"author": "",
"license": "ISC",
"dependencies": {
"es6-promise": "^4.1.0",
"prop-types": "^15.6.0",
"react": "^16.1.1",
"react-addons-pure-render-mixin": "^15.5.2",
"react-dom": "^16.1.1",
"react-redux": "^5.0.5",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.8",
"react-swipe": "^5.0.8",
"redux": "^3.6.0",
"redux-immutable": "^4.0.0",
"redux-saga": "^0.16.0",
"reselect": "^3.0.1",
"swipe-js-iso": "^2.0.4",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-core": "^6.24.1",
"babel-eslint": "^8.0.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"cross-env": "^5.0.0",
"css-loader": "^0.28.4",
"eslint": "^4.11.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-react": "^7.5.1",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"koa": "^1.4.0",
"koa-body": "^2.4.0",
"koa-router": "^5.4.2",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"open-browser-webpack-plugin": "^0.0.5",
"postcss-loader": "^2.0.9",
"style-loader": "^0.18.1",
"url-loader": "^0.5.8",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
}
}