|
17 | 17 | "start": "vite --open --mode ssr", |
18 | 18 | "type-check": "tsc --incremental --noEmit", |
19 | 19 | "qwik": "qwik", |
| 20 | + "clean": "rm -rf dist", |
| 21 | + "cleani": "rm -rf dist && rm -rf node_modules && bun i", |
20 | 22 | "prepare": "husky" |
21 | 23 | }, |
22 | 24 | "dependencies": { |
23 | 25 | "@qwikest/icons": "^0.0.13", |
24 | | - "clsx": "^2.0.0", |
25 | | - "tailwind-merge": "^2.0.0" |
| 26 | + "clsx": "^2.1.0", |
| 27 | + "tailwind-merge": "^2.3.0" |
26 | 28 | }, |
27 | 29 | "devDependencies": { |
28 | | - "@builder.io/qwik": "^1.2.17", |
29 | | - "@builder.io/qwik-city": "^1.2.17", |
30 | | - "@commitlint/cli": "^18.2.0", |
31 | | - "@commitlint/config-conventional": "^18.1.0", |
32 | | - "@ianvs/prettier-plugin-sort-imports": "^4.1.1", |
33 | | - "@netlify/edge-functions": "^2.0.0", |
34 | | - "@types/eslint": "^8.44.4", |
35 | | - "@types/node": "^20.8.4", |
36 | | - "@typescript-eslint/eslint-plugin": "^6.7.5", |
37 | | - "@typescript-eslint/parser": "^6.7.5", |
38 | | - "autoprefixer": "^10.4.14", |
39 | | - "eslint": "^8.51.0", |
40 | | - "eslint-config-prettier": "^9.0.0", |
41 | | - "eslint-plugin-qwik": "^1.2.17", |
42 | | - "eslint-plugin-tailwindcss": "^3.13.0", |
43 | | - "husky": "^8.0.0", |
44 | | - "lint-staged": "^15.0.2", |
45 | | - "netlify-cli": "^15.0.0", |
46 | | - "postcss": "^8.4.31", |
47 | | - "prettier": "^3.0.3", |
48 | | - "prettier-plugin-tailwindcss": "^0.5.4", |
49 | | - "tailwindcss": "3.3.3", |
50 | | - "typescript": "^5.2.2", |
51 | | - "undici": "^5.26.0", |
52 | | - "vercel": "^29.1.1", |
53 | | - "vite": "^4.4.11", |
54 | | - "vite-tsconfig-paths": "^4.2.1" |
| 30 | + "@builder.io/qwik": "^1.5.2", |
| 31 | + "@builder.io/qwik-city": "^1.5.2", |
| 32 | + "@commitlint/cli": "^18.6.1", |
| 33 | + "@commitlint/config-conventional": "^18.6.3", |
| 34 | + "@ianvs/prettier-plugin-sort-imports": "^4.2.1", |
| 35 | + "@netlify/edge-functions": "^2.5.1", |
| 36 | + "@types/eslint": "^8.56.10", |
| 37 | + "@types/node": "^20.12.7", |
| 38 | + "@typescript-eslint/eslint-plugin": "^6.21.0", |
| 39 | + "@typescript-eslint/parser": "^6.21.0", |
| 40 | + "autoprefixer": "^10.4.19", |
| 41 | + "eslint": "^8.57.0", |
| 42 | + "eslint-config-prettier": "^9.1.0", |
| 43 | + "eslint-plugin-qwik": "^1.5.2", |
| 44 | + "eslint-plugin-tailwindcss": "^3.15.1", |
| 45 | + "husky": "^8.0.3", |
| 46 | + "lint-staged": "^15.2.2", |
| 47 | + "netlify-cli": "^15.11.0", |
| 48 | + "postcss": "^8.4.38", |
| 49 | + "prettier": "^3.2.5", |
| 50 | + "prettier-plugin-tailwindcss": "^0.5.14", |
| 51 | + "tailwindcss": "3.4.3", |
| 52 | + "typescript": "^5.4.5", |
| 53 | + "undici": "^5.28.4", |
| 54 | + "vercel": "^29.4.0", |
| 55 | + "vite": "^4.5.3", |
| 56 | + "vite-tsconfig-paths": "^4.3.2" |
55 | 57 | }, |
56 | 58 | "trustedDependencies": [ |
57 | 59 | "sharp" |
|
68 | 70 | ] |
69 | 71 | }, |
70 | 72 | "engines": { |
71 | | - "node": ">=15.0.0" |
| 73 | + "node": ">=15.14.0" |
72 | 74 | } |
73 | 75 | } |
0 commit comments