|
4 | 4 | "description": "This is a free quiz site made for developers by freeCodeCamp", |
5 | 5 | "version": "0.1.0", |
6 | 6 | "private": true, |
7 | | - "packageManager": "pnpm@9.15.4", |
| 7 | + "packageManager": "pnpm@10.30.1", |
8 | 8 | "dependencies": { |
9 | 9 | "@testing-library/jest-dom": "^6.4.6", |
10 | 10 | "@testing-library/react": "^16.0.0", |
|
29 | 29 | "fix-style": "pnpm run lint --fix", |
30 | 30 | "lint-style": "prettier --list-different .", |
31 | 31 | "format": "prettier --write \"**/*.{ts,tsx,json}\"", |
| 32 | + "deploy": "vite build && wrangler deploy", |
| 33 | + "preview:worker": "vite build && wrangler dev", |
32 | 34 | "prepare": "husky install" |
33 | 35 | }, |
34 | 36 | "eslintConfig": { |
|
50 | 52 | ] |
51 | 53 | }, |
52 | 54 | "devDependencies": { |
| 55 | + "@cloudflare/vite-plugin": "^1.25.2", |
| 56 | + "@cloudflare/workers-types": "^4.20260228.0", |
53 | 57 | "@playwright/test": "^1.45.3", |
54 | | - "@types/node": "^20.0.0", |
| 58 | + "@types/node": "^24.10.13", |
55 | 59 | "@types/react": "^18.3.3", |
56 | 60 | "@types/react-dom": "^18.0.4", |
57 | 61 | "@typescript-eslint/eslint-plugin": "^7.0.0", |
58 | 62 | "@typescript-eslint/parser": "^7.0.0", |
59 | | - "@vitejs/plugin-react": "^4.3.1", |
| 63 | + "@vitejs/plugin-react": "^4", |
60 | 64 | "eslint": "^8.16.0", |
61 | 65 | "eslint-config-prettier": "^9.0.0", |
62 | 66 | "eslint-plugin-react": "^7.34.3", |
|
66 | 70 | "prettier": "^3.0.0", |
67 | 71 | "pretty-quick": "^4.0.0", |
68 | 72 | "typescript": "^5.5.3", |
69 | | - "vite": "^5.3.2", |
| 73 | + "vite": "^6.4.1", |
70 | 74 | "vite-tsconfig-paths": "^4.2.2", |
71 | | - "vitest": "^2.0.0" |
| 75 | + "vitest": "^2.0.0", |
| 76 | + "wrangler": "^4.67.0" |
72 | 77 | }, |
73 | 78 | "lint-staged": { |
74 | 79 | "*.ts": "eslint", |
|
0 commit comments