forked from visa/visa-chart-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.67 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
{
"name": "@visa/visa-charts-utils-dev",
"version": "4.1.1",
"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",
"yarn-install": "yarn",
"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.6.1",
"@visa/visa-charts-utils": "^5.2.0",
"d3": "^4.13.0",
"d3-axis": "^1.0.12",
"d3-color": "^3.1.0",
"d3-ease": "^1.0.7",
"d3-format": "^1.4.5",
"d3-scale": "^2.2.2",
"d3-selection": "^1.4.2",
"d3-shape": "^1.3.7",
"d3-svg-annotation": "^2.5.1",
"d3-time-format": "^2.3.0",
"d3-transition": "1.1.3"
},
"devDependencies": {
"@types/node": "^11.13.5",
"rollup": "^1.32.1",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-typescript": "^1.0.0",
"rollup-plugin-typescript2": "0.31.1",
"ts-jest": "^27.1.3",
"ts-node": "^7.0.1",
"tslib": "^1.14.1",
"typescript": "^3.9.10"
},
"resolutions": {
"json5": "^2.2.2",
"minimist": "^1.2.6",
"path-parse": "^1.0.7",
"d3-color": "^3.1.0"
},
"files": [
"dist"
]
}