-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.62 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.62 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
{
"name": "angular-deepkit-template",
"version": "0.0.0",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"postinstall": "lefthook install && deepkit-type-install",
"check": "biome check",
"check:fix": "biome check --fix --unsafe",
"check:write": "biome check --write",
"test": "bun test"
},
"dependencies": {
"@angular/animations": "19.1.4",
"@angular/common": "19.1.4",
"@angular/compiler": "19.1.4",
"@angular/core": "19.1.4",
"@angular/forms": "19.1.4",
"@angular/platform-browser": "19.1.4",
"@angular/platform-browser-dynamic": "19.1.4",
"@angular/platform-server": "19.1.4",
"@angular/router": "19.1.4",
"@angular/ssr": "19.1.5",
"@deepkit/app": "^1.0.1-alpha.156",
"@deepkit/bson": "^1.0.1-alpha.156",
"@deepkit/core": "^1.0.1-alpha.156",
"@deepkit/event": "^1.0.1-alpha.156",
"@deepkit/filesystem": "^1.0.1-alpha.156",
"@deepkit/framework": "^1.0.1-alpha.156",
"@deepkit/injector": "^1.0.1-alpha.156",
"@deepkit/logger": "^1.0.1-alpha.156",
"@deepkit/orm": "^1.0.1-alpha.156",
"@deepkit/postgres": "^1.0.1-alpha.156",
"@deepkit/rpc": "^1.0.1-alpha.156",
"@deepkit/sql": "^1.0.1-alpha.156",
"@deepkit/type": "^1.0.1-alpha.156",
"rxjs": "7.8.1",
"tslib": "2.8.1",
"vite": "^6.1.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.5",
"@angular-eslint/builder": "^19.0.2",
"@angular-eslint/eslint-plugin": "^19.0.2",
"@angular-eslint/eslint-plugin-template": "^19.0.2",
"@angular-eslint/schematics": "^19.0.2",
"@angular-eslint/template-parser": "^19.0.2",
"@angular/cli": "^19.1.5",
"@angular/compiler-cli": "^19.1.0",
"@biomejs/biome": "^1.9.4",
"@deepkit/bun": "^1.0.1-alpha.155",
"@deepkit/type-compiler": "^1.0.1-alpha.155",
"@happy-dom/global-registrator": "^17.0.0",
"@testing-library/angular": "^17.3.5",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@types/node": "^18.18.0",
"bun-types": "^1.2.2",
"happy-dom": "^17.0.0",
"jest-extended": "^4.0.2",
"jest-preset-angular": "^14.5.1",
"lefthook": "^1.10.10",
"ts-node": "^10.9.2",
"typescript": "5.7.3",
"zone.js": "^0.15.0"
},
"overrides": {
"typescript": "5.7.3"
},
"patchedDependencies": {
"formidable@2.1.2": "patches/formidable@2.1.2.patch",
"@deepkit/http@1.0.1-alpha.156": "patches/@deepkit%2Fhttp@1.0.1-alpha.156.patch",
"@jimp/plugin-print@0.22.12": "patches/@jimp%2Fplugin-print@0.22.12.patch"
}
}