-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
154 lines (154 loc) · 5.12 KB
/
package.json
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "apex",
"version": "0.0.0",
"license": "LGPL-3.0-or-later",
"scripts": {
"postinstall": "deepkit-type-install && lefthook install",
"serve:server": "nx serve server-app",
"build:server": "nx build server-app",
"serve:client": "nx serve client-app",
"build:client": "nx build client-app"
},
"private": true,
"dependencies": {
"@angular/animations": "17.0.3",
"@angular/cdk": "^17.0.4",
"@angular/common": "17.0.3",
"@angular/compiler": "17.0.3",
"@angular/core": "17.0.3",
"@angular/forms": "17.0.3",
"@angular/platform-browser": "17.0.3",
"@angular/platform-browser-dynamic": "17.0.3",
"@angular/platform-server": "17.0.3",
"@angular/router": "17.0.3",
"@angular/service-worker": "^17.0.7",
"@deepkit/app": "1.0.1-alpha.113",
"@deepkit/broker": "1.0.1-alpha.113",
"@deepkit/bson": "1.0.1-alpha.113",
"@deepkit/core": "1.0.1-alpha.108",
"@deepkit/core-rxjs": "1.0.1-alpha.113",
"@deepkit/event": "1.0.1-alpha.113",
"@deepkit/filesystem": "1.0.1-alpha.113",
"@deepkit/framework": "1.0.1-alpha.113",
"@deepkit/http": "1.0.1-alpha.113",
"@deepkit/injector": "1.0.1-alpha.113",
"@deepkit/logger": "1.0.1-alpha.113",
"@deepkit/mysql": "1.0.1-alpha.113",
"@deepkit/orm": "1.0.1-alpha.113",
"@deepkit/postgres": "1.0.1-alpha.113",
"@deepkit/rpc": "1.0.1-alpha.113",
"@deepkit/rpc-tcp": "1.0.1-alpha.113",
"@deepkit/sql": "1.0.1-alpha.113",
"@deepkit/stopwatch": "1.0.1-alpha.113",
"@deepkit/template": "1.0.1-alpha.113",
"@deepkit/type": "1.0.1-alpha.113",
"@deepkit/workflow": "1.0.1-alpha.113",
"@nx/angular": "17.2.6",
"@pixi/layers": "^2.1.0",
"@supabase/supabase-js": "^2.39.2",
"@swc/helpers": "~0.5.2",
"class-variance-authority": "^0.7.0",
"glob": "10.3.10",
"gsap": "^3.12.4",
"jose": "^5.2.0",
"pixi-stats": "^1.2.2",
"pixi.js": "^7.2.4",
"rxjs": "7.8.1",
"scuti-bundle": "^1.0.7",
"seedrandom": "^3.0.5",
"tslib": "2.6.2",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.34.0",
"yaml": "^2.3.4",
"zone.js": "0.14.0"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "0.2.21",
"@angular-devkit/build-angular": "17.0.3",
"@angular-devkit/core": "17.0.3",
"@angular-devkit/schematics": "17.0.3",
"@angular-eslint/eslint-plugin": "17.1.1",
"@angular-eslint/eslint-plugin-template": "17.1.1",
"@angular-eslint/template-parser": "17.1.1",
"@angular/cli": "17.0.3",
"@angular/compiler-cli": "17.0.3",
"@angular/language-service": "17.0.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/config-nx-scopes": "^18.4.3",
"@deepkit-modules/nx-webpack-plugin": "^0.2.13",
"@deepkit/type-compiler": "1.0.1-alpha.112",
"@deepkit/vite": "1.0.1-alpha.112",
"@iconify-json/iconoir": "^1.1.38",
"@iconify/tailwind": "^0.1.4",
"@nx/esbuild": "17.2.6",
"@nx/eslint": "17.2.6",
"@nx/eslint-plugin": "17.2.6",
"@nx/jest": "17.2.6",
"@nx/js": "17.2.6",
"@nx/node": "^17.2.6",
"@nx/rollup": "17.2.6",
"@nx/vite": "^17.2.6",
"@nx/webpack": "^17.2.6",
"@nx/workspace": "17.2.6",
"@schematics/angular": "17.0.3",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "1.6.7",
"@swc/cli": "~0.1.62",
"@swc/core": "1.3.85",
"@swc/jest": "0.2.20",
"@testing-library/angular": "^15.1.0",
"@testing-library/jest-dom": "^6.2.0",
"@types/jest": "^29.4.0",
"@types/node": "18.16.9",
"@types/seedrandom": "3.0.8",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitest/coverage-v8": "~0.34.6",
"@vitest/ui": "~0.34.6",
"autoprefixer": "^10.4.16",
"commitlint": "^18.4.3",
"esbuild": "^0.19.2",
"eslint": "8.48.0",
"eslint-config-import": "^0.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-functional": "^6.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-preset-angular": "13.1.4",
"jsdom": "~22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"lefthook": "^1.5.5",
"nx": "17.2.6",
"postcss": "^8.4.32",
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.3.7",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"type-fest": "^4.8.3",
"typescript": "5.3.3",
"url-loader": "^4.1.1",
"vite": "^5.0.10",
"vite-node": "^1.0.4",
"vite-plugin-dts": "~2.3.0",
"vite-plugin-full-reload": "^1.1.0",
"vitest": "^1.0.4",
"webpack": "^5.89.0",
"webpack-node-externals": "^3.0.0"
},
"resolutions": {
"typescript": "5.3.3",
"@analogjs/vite-plugin-angular": "0.2.21"
},
"pnpm": {
"patchedDependencies": {
"typescript@5.3.3": "patches/typescript@5.3.3.patch",
"@angular-devkit/build-angular@17.0.3": "patches/@angular-devkit__build-angular@17.0.3.patch",
"@nx/js@17.2.6": "patches/@nx__js@17.2.6.patch"
}
}
}