-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.37 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
{
"name": "contrail-charts-bundle",
"version": "0.0.4",
"description": "bundle contrail-charts with deps",
"main": "build/contrail-charts.bundle.js",
"types": "src/index.d.ts",
"scripts": {
"build": "webpack --env.prod",
"build:clean": "rm -rf build/* && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/skizhak/contrail-charts-bundle"
},
"keywords": [
"contrail-charts",
"charts",
"d3"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/skizhak/contrail-charts-bundle/issues"
},
"homepage": "https://github.com/skizhak/contrail-charts-bundle",
"devDependencies": {
"@types/backbone": "^1.3.34",
"@types/d3": "^4.9.0",
"babel-core": "6.24.1",
"babel-loader": "6.4.1",
"babel-preset-es2015": "6.24.1",
"babel-register": "6.24.1",
"backbone": "1.3.3",
"contrail-charts": "0.0.3",
"css-loader": "^0.28.4",
"d3": "4.9.1",
"d3-interpolate-path": "1.1.0",
"d3-sankey": "0.4.2",
"extract-text-webpack-plugin": "^2.1.2",
"jquery": "3.1.1",
"lodash": "4.17.2",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"topojson": "2.2.0",
"webpack": "^3.0.0"
},
"peerDependencies": {
"@types/backbone": "^1.3.34",
"@types/d3": "^4.9.0"
}
}