-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 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
{
"name": "property-chart",
"version": "1.0.0",
"description": "use g2-chart to show your distribution of property",
"main": "index.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linwalker/property-chart.git"
},
"keywords": [
"g2",
"chart"
],
"author": "linwalker",
"license": "ISC",
"bugs": {
"url": "https://github.com/linwalker/property-chart/issues"
},
"homepage": "https://github.com/linwalker/property-chart#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-import": "^1.3.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.24.1",
"express": "^4.15.4",
"webpack": "^1.15.0",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.18.2",
"css-loader": "^0.28.4",
"postcss-loader": "^2.0.6",
"style-loader": "^0.18.2"
},
"dependencies": {
"antd": "^2.12.6",
"g2": "^2.3.8",
"react": "^15.6.1",
"react-dom": "^15.6.1"
}
}