-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.67 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.67 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "dev-console",
"author": "scomans",
"productName": "DevConsole",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx serve",
"build": "nx build",
"update-version": "node tools/ci/update-version.js",
"release": "node tools/ci/release.mjs"
},
"pnpm": {
"auto-install-peers": true,
"overrides": {
"ini@<1.3.6": ">=1.3.6"
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"@swc/core",
"esbuild",
"lmdb",
"msgpackr-extract",
"nx",
"oxc-resolver"
]
},
"dependencies": {
"@angular/animations": "20.2.4",
"@angular/cdk": "20.2.4",
"@angular/common": "20.2.4",
"@angular/compiler": "20.2.4",
"@angular/core": "20.2.4",
"@angular/forms": "20.2.4",
"@angular/platform-browser": "20.2.4",
"@angular/platform-browser-dynamic": "20.2.4",
"@angular/router": "20.2.4",
"@fortawesome/angular-fontawesome": "^3.0.0",
"@fortawesome/fontawesome-svg-core": "^7.0.1",
"@fortawesome/free-regular-svg-icons": "^7.0.1",
"@fortawesome/free-solid-svg-icons": "^7.0.1",
"@ngneat/reactive-forms": "^5.0.2",
"@ngrx/signals": "^20.0.1",
"@tauri-apps/api": "^1.6.0",
"ansi-to-html": "0.7.2",
"envfile": "^7.1.0",
"es-toolkit": "^1.39.10",
"ng-zorro-antd": "20.3.1",
"ngxtension": "^6.0.0",
"rxjs": "7.8.2",
"tslib": "^2.8.1",
"uuid": "^13.0.0",
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.2.2",
"@angular-devkit/core": "20.2.2",
"@angular-devkit/schematics": "20.2.2",
"@angular-eslint/eslint-plugin": "20.2.0",
"@angular-eslint/eslint-plugin-template": "20.2.0",
"@angular-eslint/template-parser": "20.2.0",
"@angular/cli": "~20.1.6",
"@angular/compiler-cli": "20.2.4",
"@angular/language-service": "20.2.4",
"@eslint/eslintrc": "^3.3.1",
"@ngneat/tailwind": "^7.0.3",
"@nx/angular": "21.5.3",
"@nx/eslint": "21.5.3",
"@nx/eslint-plugin": "21.5.3",
"@nx/workspace": "21.5.3",
"@octokit/rest": "^22.0.0",
"@schematics/angular": "20.2.2",
"@swc-node/register": "^1.11.1",
"@swc/core": "^1.13.5",
"@tauri-apps/cli": "^1.6.3",
"@types/node": "22.x.x",
"@typescript-eslint/utils": "8.44.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.36.0",
"eslint-config-prettier": "10.1.8",
"ngxtension-plugin": "^6.0.0",
"nx": "21.5.3",
"postcss": "^8.5.6",
"prettier": "3.6.2",
"semver": "^7.7.2",
"simple-git": "^3.28.0",
"tailwindcss": "^3.4.17",
"ts-node": "10.9.2",
"type-fest": "^4.41.0",
"typescript": "5.9.2",
"typescript-eslint": "8.44.0"
}
}