-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
71 lines (71 loc) · 2.13 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
{
"name": "@visa/charts-angular",
"version": "5.0.1",
"description": "An angular wrapper built with Stencil's bindings for the visa-charts-lib stencil.js based component library.",
"license": "SEE LICENCE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/visa/visa-chart-components.git",
"directory": "/packages/charts-angular"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"author": "Visa Data Experience Team",
"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": "^17.3.10",
"@angular/core": "^17.3.10",
"@visa/charts": "^8.0.1",
"@visa/charts-types": "^0.6.5",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.10",
"@angular-eslint/eslint-plugin-template": "^17.5.2",
"@angular/compiler": "^17.3.10",
"@angular/compiler-cli": "^17.3.10",
"@angular/platform-browser": "^17.3.10",
"@angular/platform-browser-dynamic": "^17.3.10",
"@types/jasmine": "~3.8.0",
"@types/node": "^20.12.13",
"@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.4.5"
},
"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"
}
}