-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.44 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
{
"name": "homepage",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm",
"ng": "ng",
"start": "ng serve",
"build": "ng build"
},
"private": true,
"packageManager": "pnpm@11.21.0",
"engines": {
"node": "^22.22.3 || ^24.15.0 || >=26.0.0"
},
"dependencies": {
"@angular/animations": "22.1.2",
"@angular/cdk": "22.1.2",
"@angular/common": "22.1.2",
"@angular/forms": "22.1.2",
"@angular/localize": "22.1.2",
"@angular/material": "22.1.2",
"@angular/platform-browser": "22.1.2",
"@angular/platform-browser-dynamic": "22.1.2",
"@angular/router": "22.1.2",
"@ant-design/icons-angular": "^22.0.0",
"@fortawesome/angular-fontawesome": "^5.1.0",
"@fortawesome/fontawesome-svg-core": "^7.3.1",
"@fortawesome/free-brands-svg-icons": "^7.3.1",
"@fortawesome/free-solid-svg-icons": "^7.3.1",
"academicons": "github:jpswalsh/academicons#0c4484041d3b89d9eca95073d3a34c56cb11f46a",
"d3": "^7.9.0",
"darkreader": "^4.9.128",
"ng-zorro-antd": "22.0.1",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "0.16.2"
},
"devDependencies": {
"@angular/build": "22.1.3",
"@angular/cli": "22.1.3",
"@angular/compiler": "22.1.2",
"@angular/compiler-cli": "22.1.2",
"@angular/core": "22.1.2",
"@angular/language-service": "22.1.2",
"@types/d3": "^7.4.3",
"@types/node": "^26.2.0",
"typescript": "6.0.3"
}
}