-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "pivot-angular",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --open",
"build": "ng build",
"watch": "ng build --watch --configuration development"
},
"private": true,
"dependencies": {
"@amcharts/amcharts4": "^4.10.22",
"@amcharts/amcharts5": "^5.3.3",
"@angular/animations": "^19.1.2",
"@angular/common": "^19.1.2",
"@angular/compiler": "^19.1.2",
"@angular/core": "^19.1.2",
"@angular/forms": "^19.1.2",
"@angular/platform-browser": "^19.1.2",
"@angular/platform-browser-dynamic": "^19.1.2",
"@angular/router": "^19.1.2",
"express": "^4.18.2",
"highcharts": "^11.4.3",
"ngx-flexmonster": "latest",
"path": "^0.12.7",
"rxjs": "^7.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular/build": "^19.1.3",
"@angular/cli": "^19.1.3",
"@angular/compiler-cli": "^19.1.2",
"@types/node": "^20.14.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"typescript": "^5.5.4"
}
}