|
11 | 11 | "typecheck": "tsc"
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "@remix-run/node": "^2.12.0", |
15 |
| - "@remix-run/react": "^2.12.0", |
16 |
| - "@remix-run/serve": "^2.12.0", |
17 |
| - "@xterm/addon-canvas": "^0.7.0", |
18 |
| - "@xterm/addon-fit": "^0.10.0", |
19 |
| - "@xterm/addon-webgl": "^0.18.0", |
20 |
| - "@xterm/xterm": "^5.5.0", |
21 |
| - "isbot": "^4.1.0", |
22 |
| - "lucide-react": "^0.441.0", |
23 |
| - "react": "^18.2.0", |
24 |
| - "react-dom": "^18.2.0", |
25 |
| - "remix-utils": "^7.6.0" |
| 14 | + "@remix-run/node": "2.12.0", |
| 15 | + "@remix-run/react": "2.12.0", |
| 16 | + "@remix-run/serve": "2.12.0", |
| 17 | + "@xterm/addon-canvas": "0.7.0", |
| 18 | + "@xterm/addon-fit": "0.10.0", |
| 19 | + "@xterm/addon-webgl": "0.18.0", |
| 20 | + "@xterm/xterm": "5.5.0", |
| 21 | + "isbot": "4.4.0", |
| 22 | + "lucide-react": "0.441.0", |
| 23 | + "react": "18.3.1", |
| 24 | + "react-dom": "18.3.1", |
| 25 | + "remix-utils": "7.6.0" |
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
28 |
| - "@remix-run/dev": "^2.12.0", |
29 |
| - "@types/golang-wasm-exec": "^1.15.2", |
30 |
| - "@types/react": "^18.2.20", |
31 |
| - "@types/react-dom": "^18.2.7", |
32 |
| - "@typescript-eslint/eslint-plugin": "^6.7.4", |
33 |
| - "@typescript-eslint/parser": "^6.7.4", |
34 |
| - "autoprefixer": "^10.4.19", |
35 |
| - "biome": "^0.3.3", |
36 |
| - "postcss": "^8.4.38", |
37 |
| - "prettier": "^3.3.3", |
38 |
| - "tailwind-scrollbar-hide": "^1.1.7", |
39 |
| - "tailwindcss": "^3.4.4", |
40 |
| - "tw-colors": "^3.3.2", |
41 |
| - "typescript": "^5.1.6", |
42 |
| - "vite": "^5.1.0", |
43 |
| - "vite-plugin-compression2": "^1.3.0", |
44 |
| - "vite-plugin-copy": "^0.1.6", |
45 |
| - "vite-plugin-static-copy": "^1.0.6", |
46 |
| - "vite-plugin-top-level-await": "^1.4.4", |
47 |
| - "vite-plugin-wasm": "^3.3.0", |
48 |
| - "vite-tsconfig-paths": "^4.2.1", |
49 |
| - "wrangler": "^3.78.8" |
| 28 | + "@remix-run/dev": "2.12.0", |
| 29 | + "@types/golang-wasm-exec": "1.15.2", |
| 30 | + "@types/react": "18.3.9", |
| 31 | + "@types/react-dom": "18.3.0", |
| 32 | + "autoprefixer": "10.4.20", |
| 33 | + "biome": "0.3.3", |
| 34 | + "postcss": "8.4.47", |
| 35 | + "prettier": "3.3.3", |
| 36 | + "rollup": "4.24.0", |
| 37 | + "tailwind-scrollbar-hide": "1.1.7", |
| 38 | + "tailwindcss": "3.4.4", |
| 39 | + "tw-colors": "3.3.2", |
| 40 | + "typescript": "5.1.6", |
| 41 | + "vite": "5.4.8", |
| 42 | + "vite-plugin-compression2": "1.3.0", |
| 43 | + "vite-plugin-copy": "0.1.6", |
| 44 | + "vite-plugin-static-copy": "1.0.6", |
| 45 | + "vite-plugin-top-level-await": "1.4.4", |
| 46 | + "vite-plugin-wasm": "3.3.0", |
| 47 | + "vite-tsconfig-paths": "5.0.1", |
| 48 | + "wrangler": "3.78.8" |
50 | 49 | },
|
51 | 50 | "engines": {
|
52 | 51 | "node": ">=20.0.0"
|
|
0 commit comments