-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.34 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
{
"name": "nx-quik",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"run:nx-qwik:dev": "nx run nx-quik:serve",
"run:nx-qwik:dev:ssr": "nx run nx-quik:serve --ssr",
"run:nx-qwik:dev:preview": "nx run nx-quik:serve --preview",
"run:nx-qwik:build": "nx run nx-quik:build",
"run:nx-qwik:build:ssr": "nx run nx-quik:build --ssr",
"run:dist": "node dist/apps/nx-quik/server/entry.preview.mjs"
},
"private": true,
"dependencies": {
"qwik-nx": "1.0.3"
},
"devDependencies": {
"@builder.io/qwik": "~1.1.1",
"@builder.io/qwik-city": "~1.1.1",
"@nx/eslint-plugin": "16.2.1",
"@nx/js": "16.2.1",
"@nx/linter": "16.2.1",
"@nx/vite": "16.2.1",
"@nx/workspace": "16.2.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitest/ui": "^0.31.0",
"animate.css": "^4.1.1",
"autoprefixer": "~10.4.11",
"daisyui": "^2.51.6",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-qwik": "~1.1.1",
"jsdom": "~20.0.3",
"node-fetch": "~3.3.0",
"nx": "16.2.1",
"postcss": "~8.4.16",
"prettier": "^2.6.2",
"tailwindcss": "~3.1.8",
"typescript": "~5.0.2",
"undici": "^5.22.0",
"vite": "^4.3.5",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "~4.2.0",
"vitest": "^0.31.0"
}
}