forked from visa/visa-chart-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.57 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.57 KB
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
{
"name": "@visa/visa-charts-utils-dev",
"version": "3.3.11",
"description": "Utilities for development of the charts lib",
"main": "dist/visa-charts-utils-dev.cjs.js",
"module": "dist/visa-charts-utils-dev.esm.js",
"browser": "dist/visa-charts-utils-dev.umd.js",
"license": "SEE LICENCE IN LICENSE",
"author": "Visa Data Experience Team",
"scripts": {
"audit": "yarn audit --json --level low > yarn-audit.json",
"prepare": "npm run build",
"build": "rollup -c",
"watch": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "https://github.com/visa/visa-chart-components.git",
"directory": "/packages/utils-dev"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {
"@visa/charts-types": "^0.4.0",
"@visa/visa-charts-utils": "^4.5.2",
"d3": "^4.13.0",
"d3-axis": "^1.0.12",
"d3-color": "1.3.0",
"d3-ease": "^1.0.5",
"d3-format": "^1.3.2",
"d3-scale": "^2.2.2",
"d3-selection": "^1.4.0",
"d3-shape": "^1.3.4",
"d3-svg-annotation": "^2.5.1",
"d3-time-format": "^2.1.3",
"d3-transition": "1.1.3"
},
"devDependencies": {
"@types/node": "^11.13.5",
"rollup": "^1.0.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-typescript": "^1.0.0",
"rollup-plugin-typescript2": "0.27.1",
"ts-jest": "^26.5.4",
"ts-node": "^7.0.1",
"tslib": "^1.9.3",
"typescript": "^3.2.2"
},
"resolutions": {
"path-parse": "^1.0.7"
},
"files": [
"dist"
]
}