-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
{
"name": "monorepo",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@builder.io/qwik": "~1.0.0",
"@builder.io/qwik-city": "~1.0.0",
"@nx/eslint-plugin": "16.1.1",
"@nx/js": "16.1.1",
"@nx/linter": "16.1.1",
"@nx/vite": "16.1.1",
"@nx/workspace": "16.1.1",
"@nxrocks/nx-spring-boot": "8.0.2",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitest/ui": "^0.31.0",
"autoprefixer": "~10.4.11",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-qwik": "~1.0.0",
"jsdom": "~20.0.3",
"node-fetch": "~3.3.0",
"nx": "16.1.1",
"nx-cloud": "latest",
"postcss": "~8.4.16",
"prettier": "^2.6.2",
"qwik-nx": "^1.0.0",
"tailwindcss": "~3.1.8",
"typescript": "~5.0.2",
"undici": "^5.22.0",
"vite": "^4.3.4",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "~4.2.0",
"vitest": "^0.31.0"
},
"dependencies": {
"@babel/plugin-transform-class-properties": "^7.23.3",
"@types/ramda": "^0.29.9",
"@unpic/qwik": "^0.0.23",
"clsx": "^2.0.0",
"ramda": "^0.29.1",
"socket.io-client": "^4.7.2"
}
}