-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 932 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 932 Bytes
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
{
"name": "angular-starter",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:gh-pages": "ng build --configuration production --base-href /echarts-dashboard-implementation/",
"deploy": "npm run build:gh-pages && npx angular-cli-ghpages --dir=dist/demo/browser"
},
"dependencies": {
"@angular/animations": "^21.0.3",
"@angular/common": "^21.0.3",
"@angular/compiler": "^21.0.3",
"@angular/core": "^21.0.3",
"@angular/forms": "^21.0.3",
"@angular/platform-browser": "^21.0.3",
"@angular/router": "^21.0.3",
"echarts": "^6.0.0",
"ngx-echarts": "^21.0.0",
"rxjs": "^7.8.1",
"tslib": "^2.5.0",
"zone.js": "^0.16.0"
},
"devDependencies": {
"@angular/build": "^21.0.2",
"@angular/cli": "^21.0.2",
"@angular/compiler-cli": "^21.0.3",
"angular-cli-ghpages": "^2.0.3",
"typescript": "^5.9.3"
}
}