forked from FormidableLabs/victory-pie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.5 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": "tune-victory-pie",
"version": "4.2.03",
"description": "D3 pie & donut chart component for React",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/tuneZola/victory-pie.git"
},
"author": "Angela Nicholas",
"license": "MIT",
"bugs": {
"url": "https://github.com/tuneZola/victory-pie/issues"
},
"homepage": "https://github.com/tuneZola/victory-pie",
"engineStrict": true,
"engines": {
"npm": ">=3.0.0"
},
"scripts": {
"postinstall": "cd lib || builder run npm:postinstall",
"preversion": "builder run npm:preversion",
"start": "builder run hot",
"test": "builder run check",
"version": "builder run npm:version && git add dist && git commit -m \"Commit 'dist/' for publishing\"",
"docs-build-static": "echo 'Static docs generation for victory-pie is not supported",
"storybook": "start-storybook -p 3001"
},
"dependencies": {
"builder-victory-component": "^2.3.0",
"builder": "~2.9.1",
"d3-shape": "^0.6.0",
"lodash": "^4.12.0",
"tune-victory-core": "^4.3.0"
},
"devDependencies": {
"@kadira/storybook": "^1.25.0",
"builder-victory-component-dev": "^2.3.0",
"chai": "^3.2.0",
"chai-enzyme": "0.4.1",
"ecology": "^1.5.1",
"enzyme": "^2.3.0",
"mocha": "^2.2.5",
"radium": "^0.16.2",
"react": "^15.1.0",
"react-addons-test-utils": "~15.1.0",
"react-dom": "~15.1.0",
"react-router": "^2.4.0",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0"
}
}