|
4 | 4 | "type": "module", |
5 | 5 | "version": "0.0.0", |
6 | 6 | "scripts": { |
7 | | - "dev": "convex dev --live-component-sources --typecheck-components", |
| 7 | + "dev": "run-p dev:backend dev:frontend", |
| 8 | + "dev:backend": "convex dev --live-component-sources --typecheck-components", |
8 | 9 | "dev:frontend": "vite", |
9 | 10 | "logs": "convex logs", |
10 | 11 | "lint": "tsc -p convex && eslint convex" |
|
15 | 16 | "clsx": "^2.1.1", |
16 | 17 | "convex": "file:../node_modules/convex", |
17 | 18 | "openai": "^4.85.4", |
18 | | - "react": "^18.3.1", |
19 | | - "react-dom": "^18.3.1", |
| 19 | + "react": "^19.1.0", |
| 20 | + "react-dom": "^19.1.0", |
20 | 21 | "react-markdown": "^10.0.0", |
21 | 22 | "tailwind-merge": "^3.0.2", |
22 | 23 | "tailwindcss": "^4.0.9" |
23 | 24 | }, |
24 | 25 | "devDependencies": { |
25 | 26 | "@eslint/eslintrc": "^3.1.0", |
26 | 27 | "@eslint/js": "^9.9.0", |
27 | | - "@types/react": "^18.3.3", |
28 | | - "@types/react-dom": "^18.3.0", |
| 28 | + "@types/react": "^19.1.4", |
| 29 | + "@types/react-dom": "^19.1.5", |
29 | 30 | "@vitejs/plugin-react": "^4.3.1", |
30 | 31 | "eslint": "^9.9.0", |
31 | 32 | "eslint-plugin-react-hooks": "^5.1.0-rc.0", |
32 | 33 | "eslint-plugin-react-refresh": "^0.4.9", |
33 | 34 | "globals": "^15.9.0", |
| 35 | + "npm-run-all2": "^8.0.1", |
34 | 36 | "typescript": "^5.5.0", |
35 | 37 | "typescript-eslint": "^8.0.1", |
36 | 38 | "vite": "^5.4.1" |
|
0 commit comments