-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 2.05 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
{
"name": "@lionelhorn/deepkit-nx-note-vite-starter",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"postinstall": "deepkit-type-install"
},
"private": true,
"dependencies": {
"@deepkit/api-console-module": "1.0.1-alpha.102",
"@deepkit/app": "1.0.1-alpha.102",
"@deepkit/broker": "1.0.1-alpha.102",
"@deepkit/bson": "1.0.1-alpha.102",
"@deepkit/core": "1.0.1-alpha.100",
"@deepkit/core-rxjs": "1.0.1-alpha.100",
"@deepkit/crypto": "1.0.1-alpha.89",
"@deepkit/event": "1.0.1-alpha.102",
"@deepkit/framework": "1.0.1-alpha.103",
"@deepkit/http": "1.0.1-alpha.102",
"@deepkit/injector": "1.0.1-alpha.102",
"@deepkit/logger": "1.0.1-alpha.102",
"@deepkit/orm": "1.0.1-alpha.102",
"@deepkit/orm-browser-api": "1.0.1-alpha.102",
"@deepkit/postgres": "1.0.1-alpha.103",
"@deepkit/rpc": "1.0.1-alpha.102",
"@deepkit/rpc-tcp": "1.0.1-alpha.102",
"@deepkit/sql": "1.0.1-alpha.103",
"@deepkit/sqlite": "1.0.1-alpha.103",
"@deepkit/stopwatch": "1.0.1-alpha.102",
"@deepkit/template": "1.0.1-alpha.102",
"@deepkit/type": "1.0.1-alpha.102",
"@deepkit/type-compiler": "1.0.1-alpha.102",
"@deepkit/vite": "1.0.1-alpha.102",
"@deepkit/workflow": "1.0.1-alpha.102"
},
"devDependencies": {
"@nx/esbuild": "16.9.1",
"@nx/eslint-plugin": "16.9.1",
"@nx/jest": "16.9.1",
"@nx/js": "16.9.1",
"@nx/linter": "16.9.1",
"@nx/next": "16.10.0",
"@nx/playwright": "16.10.0",
"@nx/react": "16.10.0",
"@nx/rollup": "16.9.1",
"@nx/vite": "16.9.1",
"@nx/workspace": "16.9.1",
"nx": "16.9.1",
"typescript": "5.2.2",
"vite": "4.4.11",
"vite-tsconfig-paths": "4.2.1"
},
"reflection": "true",
"pnpm": {
"patchedDependencies": {
"@deepkit/type-compiler@1.0.1-alpha.102": "patches/@deepkit__type-compiler@1.0.1-alpha.102.patch",
"@deepkit/framework@1.0.1-alpha.103": "patches/@deepkit__framework@1.0.1-alpha.103.patch",
"@deepkit/stopwatch@1.0.1-alpha.102": "patches/@deepkit__stopwatch@1.0.1-alpha.102.patch"
}
}
}