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 76
/
package.json
69 lines (69 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
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "victory-core",
"version": "24.0.1",
"description": "Victory Core",
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/victory-core.git"
},
"author": "Brian Beck",
"license": "MIT",
"bugs": {
"url": "https://github.com/FormidableLabs/victory-core/issues"
},
"homepage": "https://github.com/FormidableLabs/victory-core",
"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",
"lint": "builder run lint",
"version": "builder run npm:version",
"lank-run": "lank exec -m victory-core -uq -- builder run dev --expand-archetype",
"lank-test": "lank exec -m victory-core -uq -- builder run check --expand-archetype"
},
"dependencies": {
"builder": "^4.0.0",
"builder-victory-component": "^5.1.2",
"d3-ease": "^1.0.0",
"d3-interpolate": "^1.1.1",
"d3-scale": "^1.0.0",
"d3-shape": "^1.2.0",
"d3-timer": "^1.0.0",
"lodash": "^4.17.5",
"react-fast-compare": "^2.0.0"
},
"devDependencies": {
"builder-victory-component-dev": "^5.1.2",
"chai": "^3.5.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-dom": "^16.0.0",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0"
},
"publishr": {
"dependencies": [
"^builder"
],
"files": {
".npmignore": ".npmignore.publishr"
},
"scripts": {
"postinstall": ""
}
},
"sideEffects": false
}