-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (53 loc) · 1.46 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
{
"name": "image-editor",
"version": "0.0.1",
"description": "",
"main": "entry.jsx",
"scripts": {
"build": "webpack --bail",
"lint": "eslint \"src/**/*.jsx\" \"src/**/*.js\"",
"start": "node server.js"
},
"author": "xuliuzhu",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.10.4",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-plugin-import": "^1.1.0",
"babel-plugin-react-intl": "^2.3.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-register": "^6.9.0",
"compression-webpack-plugin": "^0.3.2",
"css-loader": "^0.23.1",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"file-loader": "^0.9.0",
"json-loader": "^0.5.4",
"react-hot-loader": "^1.3.0",
"react-router-redux": "^4.0.5",
"style-loader": "^0.13.1",
"urllib-sync": "^1.1.3",
"webpack": "^1.13.1",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-server": "^1.14.1",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"antd": "^2.6.1",
"babel-polyfill": "^6.13.0",
"object-assign": "^4.1.0",
"react": "^15.4.1",
"react-dom": "^15.2.1",
"react-redux": "^5.0.1",
"react-router": "^2.5.2",
"react-router-redux": "^4.0.5",
"redux": "^3.5.2",
"redux-saga": "^0.14.0",
"whatwg-fetch": "^2.0.1"
}
}