forked from swimlane/ngx-charts
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 4.46 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "ngx-charts",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:lib": "ng build @swimlane/ngx-charts",
"build:lib:prod": "ng build @swimlane/ngx-charts --configuration production",
"build:demo": "npm run build:lib:prod && cross-env NODE_ENV=production ng build --configuration production --base-href=\"/ngx-charts/\"",
"copy-files": "cp README.md dist/swimlane/ngx-charts/README.md && cp LICENSE dist/swimlane/ngx-charts/LICENSE",
"ci": "run-s lint prettier:ci test:ci",
"test": "run-s lint prettier:ci test:unit",
"test:unit": "ng test @swimlane/ngx-charts --watch=false",
"test:watch": "ng test @swimlane/ngx-charts",
"test:ci": "ng test @swimlane/ngx-charts --watch=false --progress=false --browsers=ChromeHeadlessCI",
"lint": "ng lint",
"predeploy": "npm run build:demo",
"deploy": "angular-cli-ghpages --dir ./dist/ngx-charts --name=Swimlane [email protected]",
"package": "run-s build:lib:prod copy-files",
"prepublish:lib": "npm run package",
"publish:lib": "npm publish ./dist/swimlane/ngx-charts",
"prepack": "npm run package",
"pack": "npm pack ./dist/swimlane/ngx-charts",
"prettier": "prettier --write \"{src,projects}/**/*.{js,ts,html,scss,css,md,json}\"",
"prettier:ci": "prettier --check \"{src,projects}/**/*.{js,ts,html,scss,css,md,json}\"",
"fix": "run-s lint fix:*",
"fix:prettier": "prettier --write \"{src,projects}/**/*.{js,ts,html,scss,css,md,json}\"",
"fix:lint": "ng lint --fix"
},
"dependencies": {
"@angular/animations": "~19.0.1",
"@angular/cdk": "~19.0.1",
"@angular/common": "~19.0.1",
"@angular/compiler": "~19.0.1",
"@angular/core": "~19.0.1",
"@angular/flex-layout": "15.0.0-beta.42",
"@angular/forms": "~19.0.1",
"@angular/platform-browser": "~19.0.1",
"@angular/platform-browser-dynamic": "~19.0.1",
"@angular/router": "~19.0.1",
"@swimlane/ngx-ui": "^48.1.0",
"ajv": "8.17.1",
"camelcase": "^8.0.0",
"codemirror": "^5.65.18",
"d3-array": "^3.2.4",
"d3-brush": "^3.0.0",
"d3-color": "^3.1.0",
"d3-ease": "^3.0.1",
"d3-format": "^3.1.0",
"d3-hierarchy": "^3.1.2",
"d3-interpolate": "^3.0.1",
"d3-sankey": "^0.12.3",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-time-format": "^4.1.0",
"d3-transition": "^3.0.1",
"emoji-flags": "^1.3.0",
"moment-timezone": "^0.5.46",
"ng-in-viewport": "^16.1.0",
"ngx-moment": "^6.0.2",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1900.2",
"@angular-devkit/build-angular": "~19.0.2",
"@angular-devkit/build-ng-packagr": "0.1002.0",
"@angular-eslint/builder": "~19.0.0",
"@angular-eslint/eslint-plugin": "^19.0.0",
"@angular-eslint/eslint-plugin-template": "^19.0.0",
"@angular-eslint/schematics": "~19.0.0",
"@angular-eslint/template-parser": "^19.0.0",
"@angular/cli": "~19.0.2",
"@angular/compiler-cli": "~19.0.1",
"@angular/language-service": "~19.0.1",
"@swimlane/eslint-config": "^2.0.0",
"@swimlane/prettier-config-swimlane": "^3.0.3",
"@types/d3-array": "^3.2.1",
"@types/d3-ease": "^3.0.2",
"@types/d3-interpolate": "^3.0.4",
"@types/d3-scale": "^4.0.8",
"@types/d3-selection": "^3.0.11",
"@types/d3-shape": "^3.1.6",
"@types/d3-transition": "^3.0.9",
"@types/jasmine": "^5.1.5",
"@types/jasminewd2": "~2.0.13",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@typescript-eslint/types": "^8.17.0",
"@typescript-eslint/utils": "^8.17.0",
"angular-cli-ghpages": "^2.0.3",
"cross-env": "^7.0.3",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-security": "^3.0.1",
"jasmine-core": "~5.5.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^19.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"webpack": "5"
},
"volta": {
"node": "20.17.0",
"yarn": "4.5.1"
},
"packageManager": "[email protected]"
}