-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.58 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.58 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
{
"name": "lib-angular-highcharts",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build_lib": "ng build angular-highcharts --configuration production && cp README.md dist/angular-highcharts",
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"engines": {
"node": ">=18.19.0"
},
"dependencies": {
"@angular/animations": "^21.0.1",
"@angular/common": "^21.0.1",
"@angular/compiler": "^21.0.1",
"@angular/core": "^21.0.1",
"@angular/forms": "^21.0.1",
"@angular/platform-browser": "^21.0.1",
"@angular/platform-browser-dynamic": "^21.0.1",
"@angular/router": "^21.0.1",
"@standard-schema/spec": "^1.0.0",
"highcharts": "^12.4.0",
"rxjs": "^7.8.2",
"tslib": "^2.6.0",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-eslint/builder": "^21.0.1",
"@angular-eslint/eslint-plugin": "^21.0.1",
"@angular-eslint/eslint-plugin-template": "^21.0.1",
"@angular-eslint/schematics": "^21.0.1",
"@angular-eslint/template-parser": "^21.0.1",
"@angular/build": "^21.0.1",
"@angular/cli": "^21.0.1",
"@angular/compiler-cli": "^21.0.1",
"@types/jasmine": "^5.1.12",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"eslint": "^9.28.0",
"jasmine-core": "^5.12.1",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^21.0.0",
"typescript": "~5.9.3"
}
}