-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.24 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
{
"name": "Disorder",
"version": "0.0.1",
"description": "Simple project that contains some funcy things",
"repository": {
"type": "git",
"url": "git+https://github.com/dilidili/Disorder.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dilidili/Disorder/issues"
},
"homepage": "https://github.com/dilidili/Disorder#readme",
"scripts": {
"start": "webpack-dev-server --port 3000 --host 0.0.0.0 --progress --profile --colors --hot",
"lint": "eslint src && echo \"eslint: no lint errors\"",
"build": "webpack -p --config webpack.deploy.config.js",
"build-pro": "NODE_ENV=production webpack -p --config webpack.deploy.config.js",
"build-win": "set NODE_ENV=production&& webpack --config webpack.deploy.config.js",
"server": "node server"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"clean-webpack-plugin": "^0.1.8",
"css-loader": "^0.23.1",
"eslint": "^2.10.2",
"eslint-plugin-react": "^5.1.1",
"extract-text-webpack-plugin": "^1.0.1",
"react-hot-loader": "^1.3.0",
"resolve-url": "^0.2.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"style-loader": "^0.13.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"file-loader": "^0.8.5"
},
"dependencies": {
"antd": "^2.0.0",
"axios": "0.15.2",
"babel-polyfill": "^6.3.14",
"classnames": "^2.2.4",
"history": "^2.0.0",
"image-webpack-loader": "^1.8.0",
"less-loader": "^2.2.3",
"moment": "^2.15.1",
"react": "^15.3.1",
"react-addons-css-transition-group": "^15.0.2",
"react-document-title": "^2.0.1",
"react-dom": "^15.3.1",
"react-redux": "^4.0.6",
"react-router": "^2.7.0",
"redux": "^3.3.1",
"redux-immutablejs": "^0.0.8",
"redux-logger": "^2.4.0",
"redux-router": "^2.1.2",
"redux-thunk": "^1.0.3",
"smooth-scrollbar": "^7.2.9",
"underscore": "^1.8.3"
}
}