-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.35 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
{
"name": "bejs",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@builder.io/qwik": "~1.2.6",
"@builder.io/qwik-city": "~1.2.6",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx/esbuild": "16.5.5",
"@nx/eslint-plugin": "16.5.5",
"@nx/jest": "16.5.5",
"@nx/js": "16.5.5",
"@nx/linter": "16.5.5",
"@nx/nest": "^16.5.5",
"@nx/node": "^16.5.5",
"@nx/vite": "16.5.5",
"@nx/webpack": "16.5.5",
"@nx/workspace": "16.5.5",
"@rspack/core": "~0.1.12",
"@rspack/dev-server": "~0.1.12",
"@rspack/plugin-minify": "~0.1.12",
"@types/jest": "^29.4.0",
"@types/node": "^18.16.1",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitest/ui": "~0.32.0",
"app-root-path": "^3.1.0",
"autoprefixer": "~10.4.11",
"esbuild": "^0.17.17",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-qwik": "~1.2.6",
"jest": "^29.4.1",
"jest-environment-node": "^29.4.1",
"node-fetch": "~3.3.0",
"nx": "16.5.5",
"postcss": "~8.4.31",
"prettier": "^2.8.8",
"qwik-nx": "^1.0.8",
"sass": "~1.56.1",
"tailwindcss": "~3.1.8",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"undici": "^5.22.0",
"vite": "~4.4.0",
"vite-tsconfig-paths": "~4.2.0",
"vitest": "~0.32.0"
},
"dependencies": {
"@builder.io/qwik-react": "^0.5.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@inquirer/prompts": "^3.0.0",
"@mui/material": "^5.14.2",
"@nestjs/common": "^10.0.2",
"@nestjs/core": "^10.0.2",
"@nestjs/platform-express": "^10.0.2",
"@nx/rspack": "^16.4.0",
"@orama/orama": "^1.1.1",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@webcontainer/api": "^1.1.5",
"chalk": "^4.1.2",
"csv": "^6.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"tslib": "^2.3.0",
"xterm": "^5.2.1"
}
}