This repository has been archived by the owner on Feb 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 88
/
package.json
81 lines (81 loc) · 2.43 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "victory-chart",
"version": "27.1.1",
"description": "Chart Component for Victory",
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"repository": {
"type": "git",
"url": "https://github.com/formidablelabs/victory-chart.git"
},
"author": "Lauren Eastridge",
"license": "MIT",
"bugs": {
"url": "https://github.com/formidablelabs/victory-chart/issues"
},
"homepage": "https://github.com/formidablelabs/victory-chart",
"engines": {
"npm": ">=2.0.0"
},
"scripts": {
"postinstall": "builder run npm:postinstall",
"preversion": "builder run npm:preversion",
"postversion": "builder run npm:postversion",
"postpublish": "builder run npm:postpublish",
"start": "builder run dev",
"test": "builder run check",
"benchmark": "builder run check-perf",
"version": "builder run npm:version",
"lank-watch": "lank exec -u -- builder run build-watch",
"lank-run": "lank exec -m victory-chart -uq -- builder run dev --expand-archetype",
"lank-test": "lank exec -m victory-chart -uq -- builder run check --expand-archetype",
"lint-stories": "eslint --color stories",
"lint": "builder run lint && npm run lint-stories",
"storybook": "start-storybook -p 6006",
"chromatic": "chromatic test --storybook-addon",
"chromatic-test": "chromatic test --storybook-addon --exit-zero-on-changes"
},
"dependencies": {
"builder": "^4.0.0",
"builder-victory-component": "^5.1.2",
"d3-voronoi": "^1.1.2",
"lodash": "^4.17.5",
"react-fast-compare": "^2.0.0",
"victory-core": "^24.0.0"
},
"devDependencies": {
"@storybook/addon-options": "^3.1.2",
"@storybook/react": "^3.2.13",
"babel-plugin-lodash": "^3.1.2",
"babel-preset-react": "^6.5.0",
"babel-preset-react-native": "^1.9.0",
"builder-victory-component-dev": "^5.1.2",
"chai": "^3.5.0",
"d3-scale": "^1.0.0",
"d3-shape": "^1.0.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.3",
"immutable": "^3.8.2",
"mocha": "^5.0.0",
"prop-types": "^15.5.8",
"react": "^16.0.0",
"react-chromatic": "^0.8.2",
"react-dom": "^16.0.0",
"seedrandom": "^2.4.3",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0"
},
"publishr": {
"dependencies": [
"^builder"
],
"files": {
".npmignore": ".npmignore.publishr"
},
"scripts": {
"postinstall": ""
}
},
"sideEffects": false
}