-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
69 lines (69 loc) · 1.9 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
{
"name": "qwik-dream-demo",
"version": "1.0.0",
"engines": {
"node": ">=18"
},
"description": "Qwik dream demo",
"private": true,
"scripts": {
"nx": "nx",
"dev": "nx run host:serve-all --skip-nx-cache",
"preview": "nx run host:preview-all --skip-nx-cache",
"deploy": "nx run host:build-deploy-cf-all --skip-nx-cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gioboa/qwik-dream-demo.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/gioboa/qwik-dream-demo/issues"
},
"homepage": "https://github.com/gioboa/qwik-dream-demo#readme",
"devDependencies": {
"@builder.io/qwik": "https://pkg.pr.new/@builder.io/qwik@77b0827",
"@builder.io/qwik-city": "https://pkg.pr.new/@builder.io/qwik-city@77b0827",
"@builder.io/sdk-qwik": "0.7.1-2",
"@fastify/busboy": "^2.1.1",
"@k11r/nx-cloudflare-wrangler": "^2.9.1",
"@nrwl/cli": "15.9.3",
"@nrwl/eslint-plugin-nx": "19.0.3",
"@nrwl/jest": "19.0.3",
"@nrwl/js": "19.0.3",
"@nrwl/linter": "19.0.3",
"@nrwl/nx-cloud": "18.0.1",
"@nrwl/vite": "19.0.3",
"@nrwl/workspace": "19.0.3",
"@tailwindcss/forms": "^0.5.7",
"@types/eslint": "8.56.10",
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@vitest/coverage-c8": "~0.33.0",
"@vitest/ui": "^1.6.0",
"autoprefixer": "^10.4.19",
"eslint": "9.2.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-qwik": "1.5.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsdom": "~24.0.0",
"node-fetch": "3.3.2",
"nx": "19.0.3",
"postcss": "^8.4.38",
"prettier": "3.2.5",
"qwik-nx": "~2.2.1",
"tailwindcss": "^3.4.3",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"tslib": "^2.6.2",
"typescript": "5.4.5",
"vite": "5.2.11",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "4.3.2",
"vitest": "^1.6.0",
"wrangler": "3.55.0"
}
}