-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.33 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@visa/charts-angular",
"version": "5.1.2",
"description": "An angular wrapper built with Stencil's bindings for the visa-charts-lib stencil.js based component library.",
"license": "SEE LICENCE IN LICENSE",
"author": "Visa Data Experience Team",
"repository": {
"type": "git",
"url": "https://github.com/visa/visa-chart-components.git",
"directory": "/packages/charts-angular"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"peerDependencies": {
"@angular/common": "^17.3.10",
"@angular/core": "^17.3.10"
},
"private": true,
"scripts": {
"audit": "yarn audit --json --level low > yarn-audit.json",
"yarn-install": "yarn",
"ng": "ng",
"start": "ng serve",
"build:dev": "ng build charts-angular",
"build": "ng build charts-angular --configuration production",
"test": "ng test",
"test:es5-check": "es-check es5 'dist/bundles/visa-charts-angular.umd.js'",
"lint": "ng lint"
},
"dependencies": {
"@angular/common": "^18 || ^19 || ^20",
"@angular/core": "^18 || ^19 || ^20",
"@visa/charts": "^8.0.2",
"@visa/charts-types": "^0.6.6",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.0.0",
"@angular-eslint/eslint-plugin-template": "^17.5.2",
"@angular/cli": "^20.0.5",
"@angular/compiler": "^20.0.5",
"@angular/compiler-cli": "^20.0.0",
"@angular/platform-browser": "^17.3.10",
"@angular/platform-browser-dynamic": "^17.3.10",
"@types/jasmine": "~3.8.0",
"@types/node": "^24.0.10",
"@typescript-eslint/parser": "^7.11.0",
"es-check": "5.2.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"ng-packagr": "^17.3.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~5.8.2"
},
"resolutions": {
"decode-uri-component": "^0.2.1",
"engine.io": "^6.4.2",
"http-cache-semantics": "^4.1.1",
"minimist": "^1.2.6",
"minimatch": "^3.0.5",
"node-forge": "^1.3.0",
"follow-redirects": "^1.14.7",
"ansi-regex": "^5.0.1",
"d3-color": "^3.1.0",
"rollup": "^4.24.0",
"cross-spawn": "^7.0.5",
"brace-expansion": "^2.0.2",
"nanoid": "^3.3.8",
"esbuild": "^0.25.0",
"tmp": "^0.2.4",
"on-headers": "^1.1.0"
}
}