-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.89 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.89 KB
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
{
"name": "dot_map",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --hot --inline --progress --colors --host 0.0.0.0 --port 8080",
"build": "NODE_ENV=production webpack --progress --hide-modules --colors --config webpack.config.js"
},
"author": "zhouningyi",
"license": "MIT",
"keywords": [
"react",
"redux",
"react-router",
"webpack",
"es6"
],
"devDependencies": {
"autoprefixer": "^6.4.1",
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-polyfill": "^6.13.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2016": "^6.11.3",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-2": "^6.13.0",
"classnames": "^2.2.5",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.22.0",
"ip": "^1.1.3",
"json-loader": "^0.5.4",
"less-loader": "^2.2.3",
"node-sass": "^3.9.0",
"normalize": "^0.3.1",
"open-browser-webpack-plugin": "^0.0.2",
"postcss-loader": "^0.11.1",
"precss": "^1.4.0",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-redux": "^4.4.5",
"react-router": "^2.7.0",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"sass-loader": "^4.0.1",
"style-loader": "^0.13.1",
"style-merge": "^1.0.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1",
"autoprefixer-loader": "^3.2.0"
},
"dependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babelify": "^7.3.0",
"bcore": "^0.0.21",
"d3-array": "^1.0.2",
"d3-cloud": "^1.2.1",
"d3-force": "^1.0.4",
"d3-scale": "^1.0.4",
"d3-selection": "^1.0.3",
"d3-tip": "^0.7.1",
"d3-zoom": "^1.1.1"
}
}