-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.28 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
{
"name": "ani-portfolio-allocation",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"preview": "firebase hosting:channel:deploy preview",
"deploy": "firebase deploy",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.3.1",
"@angular/cdk": "^20.2.4",
"@angular/common": "^20.3.1",
"@angular/compiler": "^20.3.1",
"@angular/core": "^20.3.1",
"@angular/fire": "^20.0.1",
"@angular/forms": "^20.3.1",
"@angular/platform-browser": "^20.3.1",
"@angular/platform-browser-dynamic": "^20.3.1",
"@angular/router": "^20.3.1",
"@primeng/themes": "^20.1.2",
"@types/lodash-es": "^4.17.12",
"anychart": "^8.13.1",
"lodash-es": "^4.17.21",
"primeflex": "^4.0.0",
"primeicons": "^7.0.0",
"primeng": "^20.1.2",
"rxjs": "^7.4.0",
"timeago.js": "^4.0.2",
"tslib": "^2.3.0",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.3.2",
"@angular/cli": "^20.3.2",
"@angular/compiler-cli": "^20.3.1",
"@angular/language-service": "^20.3.1",
"angular-eslint": "20.3.0",
"eslint": "^9.35.0",
"typescript": "~5.8.3",
"typescript-eslint": "8.40.0"
}
}