forked from FormidableLabs/victory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.83 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
{
"name": "victory",
"version": "0.1.0",
"description": "Data viz for React",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/formidablelabs/victory.git"
},
"author": "Formidable",
"license": "MIT",
"bugs": {
"url": "https://github.com/formidablelabs/victory/issues"
},
"homepage": "https://github.com/formidablelabs/victory",
"scripts": {
"postinstall": "cd lib || builder run npm:postinstall",
"preversion": "builder run npm:preversion",
"version": "builder run npm:version",
"test": "builder run npm:test",
"docs-dev": "webpack-dev-server --port 3000 --config docs/webpack.config.dev.js --content-base docs",
"docs-hot": "webpack-dev-server --port 3000 --config docs/webpack.config.hot.js --hot --content-base docs",
"copy-static-assets": "cp -r docs/static/ docs/build/static",
"copy-cname": "cp docs/CNAME docs/build/CNAME",
"docs-build-static": "webpack --config docs/webpack.config.static.js --progress && npm run copy-static-assets && npm run copy-cname"
},
"dependencies": {
"builder": "~2.2.2",
"builder-victory-component": "~0.0.6",
"history": "~1.13.1",
"style-loader": "~0.8.0",
"url-loader": "~0.5.5",
"victory-animation": "0.0.13",
"victory-axis": "1.5.7",
"victory-bar": "2.5.0",
"victory-chart": "2.1.1",
"victory-line": "0.6.0",
"victory-label": "0.1.9",
"victory-pie": "0.2.0",
"victory-scatter": "0.6.0"
},
"devDependencies": {
"builder-victory-component-dev": "~0.0.6",
"chai": "^3.2.0",
"file-loader": "^0.8.5",
"formidable-landers": "latest",
"mocha": "^2.3.3",
"react": "0.14.x",
"react-addons-test-utils": "^0.14.0",
"react-dom": "0.14.x",
"react-ga": "^1.2.0",
"react-router": "^1.0.0",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
}
}