-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.36 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 3.36 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
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
{
"name": "@crexi/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "node start.mjs",
"nx": "nx",
"prepare": "husky"
},
"lint-staged": {
"*.{ts,css,html}": [
"eslint --fix"
]
},
"private": true,
"packageManager": "pnpm@10.29.2",
"pnpm": {
"onlyBuiltDependencies": [
"@nestjs/core",
"@parcel/watcher",
"@swc/core",
"better-sqlite3",
"esbuild",
"lmdb",
"nx",
"unrs-resolver"
]
},
"dependencies": {
"@angular/cdk": "21.2.5",
"@angular/common": "21.2.7",
"@angular/compiler": "21.2.7",
"@angular/core": "21.2.7",
"@angular/forms": "21.2.7",
"@angular/material": "21.2.5",
"@angular/platform-browser": "21.2.7",
"@angular/platform-browser-dynamic": "21.2.7",
"@angular/platform-server": "21.2.7",
"@angular/router": "21.2.7",
"@angular/ssr": "21.2.6",
"@nestjs/common": "11.1.18",
"@nestjs/core": "11.1.18",
"@nestjs/platform-express": "11.1.18",
"@ngrx/component-store": "21.1.0",
"@ngrx/effects": "21.1.0",
"@ngrx/operators": "21.1.0",
"@ngrx/signals": "21.1.0",
"@ngrx/store": "21.1.0",
"@nx/angular": "22.6.4",
"axios": "1.13.5",
"better-sqlite3": "12.8.0",
"drizzle-orm": "0.45.2",
"express": "4.18.3",
"reflect-metadata": "0.1.14",
"rxjs": "7.8.2",
"tslib": "2.8.1"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "2.4.0",
"@analogjs/vitest-angular": "2.4.0",
"@angular-devkit/build-angular": "21.2.6",
"@angular-devkit/core": "21.2.6",
"@angular-devkit/schematics": "21.2.6",
"@angular-eslint/eslint-plugin": "21.3.1",
"@angular-eslint/eslint-plugin-template": "21.3.1",
"@angular-eslint/template-parser": "21.3.1",
"@angular/cli": "21.2.6",
"@angular/compiler-cli": "21.2.7",
"@angular/language-service": "21.2.7",
"@nestjs/schematics": "11.0.10",
"@nestjs/testing": "11.1.18",
"@nx/devkit": "22.6.4",
"@nx/eslint": "22.6.4",
"@nx/eslint-plugin": "22.6.4",
"@nx/js": "22.6.4",
"@nx/nest": "22.6.4",
"@nx/node": "22.6.4",
"@nx/playwright": "22.6.4",
"@nx/vite": "22.6.4",
"@nx/vitest": "22.6.4",
"@nx/web": "22.6.4",
"@nx/webpack": "22.6.4",
"@nx/workspace": "22.6.4",
"@playwright/test": "1.59.1",
"@schematics/angular": "21.2.6",
"@stylistic/eslint-plugin": "2.13.0",
"@stylistic/eslint-plugin-ts": "3.1.0",
"@swc-node/register": "1.11.1",
"@swc/core": "1.15.8",
"@swc/helpers": "0.5.21",
"@tailwindcss/postcss": "4.2.2",
"@types/better-sqlite3": "7.6.13",
"@types/express": "4.17.14",
"@types/node": "20.19.9",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "7.18.0",
"autoprefixer": "10.4.27",
"drizzle-kit": "0.31.10",
"eslint": "8.57.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-playwright": "0.15.3",
"husky": "9.1.7",
"jsonc-eslint-parser": "2.4.2",
"lint-staged": "15.5.2",
"ng-packagr": "21.2.2",
"nx": "22.6.4",
"postcss": "8.5.8",
"postcss-url": "10.1.3",
"prettier": "3.6.2",
"prettier-plugin-organize-attributes": "1.0.0",
"stylelint": "16.26.1",
"tailwindcss": "4.2.2",
"ts-node": "10.9.1",
"typescript": "5.9.3",
"vitest": "4.1.2",
"webpack-cli": "5.1.4"
}
}