-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.94 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.94 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
{
"name": "@notopia-uit/notopia",
"private": true,
"type": "module",
"dependencies": {
"@nestjs/common": "catalog:",
"@nestjs/core": "catalog:",
"@nestjs/platform-express": "catalog:",
"next": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"reflect-metadata": "catalog:",
"rxjs": "catalog:",
"uuid": "catalog:"
},
"devDependencies": {
"@nestjs/schematics": "catalog:",
"@nestjs/testing": "catalog:",
"@nx/docker": "22.7.2",
"@nx/js": "22.7.2",
"@nx/nest": "22.7.2",
"@nx/next": "22.7.2",
"@nx/node": "22.7.2",
"@nx/react": "22.7.2",
"@nx/rspack": "22.7.2",
"@nx/vite": "22.7.2",
"@nx/vitest": "22.7.2",
"@nx/web": "22.7.2",
"@rsdoctor/rspack-plugin": "catalog:",
"@rspack/cli": "catalog:",
"@rspack/core": "catalog:",
"@rspack/dev-server": "catalog:",
"@swc-node/register": "catalog:",
"@swc/cli": "catalog:",
"@swc/core": "catalog:",
"@swc/helpers": "catalog:",
"@tailwindcss/postcss": "catalog:",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@typescript/native-preview": "catalog:",
"@vitejs/plugin-react": "catalog:",
"@vitejs/plugin-react-swc": "catalog:",
"@vitest/coverage-v8": "catalog:",
"@vitest/ui": "catalog:",
"eslint-plugin-better-tailwindcss": "catalog:",
"husky": "9.1.7",
"jiti": "2.7.0",
"jsdom": "~28.1.0",
"nestjs-doctor": "0.4.31",
"nestjs-doctor-lsp": "0.1.2",
"nx": "22.7.2",
"nx-github-pages": "1.2.1",
"nx-oxlint": "catalog:",
"oxfmt": "catalog:",
"oxlint": "catalog:",
"oxlint-tsgolint": "catalog:",
"postcss": "catalog:",
"shadcn": "catalog:",
"swc-loader": "^0.2.7",
"tailwindcss": "catalog:",
"tslib": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"vite-plugin-dts": "catalog:",
"vitest": "catalog:"
},
"packageManager": "pnpm@10.33.4"
}