-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.04 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.04 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "achihui",
"version": "1.8.508",
"private": true,
"description": "Web App for Home Information Hub.",
"keywords": [
"hih",
"home info. hub",
"finance",
"ui"
],
"scripts": {
"ng": "ng",
"start": "ng serve --ssl true -o --ssl-key ssl/server.key --ssl-cert ssl/server.crt",
"build": "ng build",
"build-ali": "ng build --base-href=/hih/",
"test": "ng test",
"devtest": "ng test",
"test-headless": "ng test --watch=false",
"lint": "ng lint",
"bundle-analyzer": "webpack-bundle-analyzer ./dist/achihui/stats.json"
},
"engines": {
"node": ">=24.0.0"
},
"dependencies": {
"@angular/animations": "^21.2.13",
"@angular/common": "^21.2.13",
"@angular/compiler": "^21.2.13",
"@angular/core": "^21.2.13",
"@angular/forms": "^21.2.13",
"@angular/platform-browser": "^21.2.13",
"@angular/platform-browser-dynamic": "^21.2.13",
"@angular/router": "^21.2.13",
"@jsverse/transloco": "^8.3.0",
"actslib": "^0.5.66",
"angular-auth-oidc-client": "^21.0.2",
"date-fns": "^4.4.0",
"echarts": "^6.0.0",
"katex": "^0.16.21",
"marked": "^18.0.0",
"monaco-editor": "^0.52.2",
"ng-zorro-antd": "^21.3.0",
"ngx-echarts": "^21.0.0",
"ngx-markdown": "^21.3.0",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.2.11",
"@angular-eslint/builder": "21.4.0",
"@angular-eslint/eslint-plugin": "21.4.0",
"@angular-eslint/eslint-plugin-template": "21.4.0",
"@angular-eslint/schematics": "21.4.0",
"@angular-eslint/template-parser": "21.4.0",
"@angular/cli": "^21.2.11",
"@angular/compiler-cli": "^21.2.13",
"@types/node": "^22.13.1",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"eslint": "8.57.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"jsdom": "^26.0.0",
"prettier": "^3.8.4",
"typescript": "~5.9.0",
"vitest": "^4.1.7"
}
}