-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.48 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
{
"name": "lastfm-stats-web",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"both": "concurrently --kill-others \"ng serve --project=\"spotify-stats\" --port 4201\" \"ng serve --project=\"lastfm-stats\"",
"build": "ng build",
"lint": "ng lint",
"deploy": "ng build --configuration production --project \"spotify-stats\""
},
"private": true,
"dependencies": {
"@angular/animations": "^19.0.5",
"@angular/cdk": "^19.0.4",
"@angular/common": "^19.0.5",
"@angular/compiler": "^19.0.5",
"@angular/core": "^19.0.5",
"@angular/forms": "^19.0.5",
"@angular/material": "^19.0.4",
"@angular/material-moment-adapter": "^19.0.4",
"@angular/platform-browser": "^19.0.5",
"@angular/platform-browser-dynamic": "^19.0.5",
"@angular/router": "^19.0.5",
"@ngrx/component-store": "^19.0.0",
"dexie": "^4.0.10",
"highcharts": "^11.4.8",
"highcharts-angular": "^4.0.1",
"jszip": "^3.10.1",
"ng-circle-progress": "^1.7.1",
"ng-table-virtual-scroll": "^1.6.1",
"ngx-csv-parser": "2.0.0",
"ngx-dropzone": "3.1.0",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.15.0",
"@ngrx/operators": "^19.0.0"
},
"devDependencies": {
"@angular/build": "^19.0.6",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.0.5",
"@types/node": "^22.10.2",
"concurrently": "^9.1.0",
"ng-packagr": "^19.0.1",
"ts-node": "~10.9.2",
"typescript": "~5.6.3"
}
}