|
2 | 2 | "name": "intermentality.github.io", |
3 | 3 | "version": "0.0.0", |
4 | 4 | "license": "MIT", |
| 5 | + "type": "module", |
5 | 6 | "homepage": "https://intermentality.github.io", |
6 | 7 | "scripts": { |
7 | 8 | "dev": "vite", |
8 | | - "build": "tsc && vite build", |
9 | | - "preview": "vite preview", |
10 | | - "resize-toolbox-images": "node ./bin/resize-toolbox-images.mjs" |
| 9 | + "build": "tsc -b && vite build", |
| 10 | + "lint": "eslint .", |
| 11 | + "preview": "vite preview" |
11 | 12 | }, |
12 | 13 | "dependencies": { |
13 | | - "@types/node": "^22.10.1", |
14 | | - "react": "^17.0.2", |
15 | | - "react-dom": "^17.0.2", |
16 | | - "react-router-dom": "^6.27.0", |
17 | | - "shadertoy-react": "^1.1.2" |
| 14 | + "react": "^19.0.0", |
| 15 | + "react-dom": "^19.0.0", |
| 16 | + "react-router-dom": "^7.0.2" |
18 | 17 | }, |
19 | 18 | "devDependencies": { |
20 | | - "@monaco-editor/react": "^4.3.1", |
21 | | - "@types/react": "^17.0.33", |
22 | | - "@types/react-dom": "^17.0.10", |
23 | | - "@vitejs/plugin-react": "^1.0.7", |
24 | | - "autoprefixer": "^10.4.2", |
25 | | - "es-module-shims": "^1.4.5", |
26 | | - "monaco-editor": "0.32.1", |
27 | | - "postcss": "^8.4.5", |
28 | | - "sharp": "^0.33.5", |
29 | | - "tailwindcss": "^3.0.15", |
30 | | - "typescript": "^4.4.4", |
31 | | - "vite": "^6.0.3" |
| 19 | + "@eslint/js": "^9.17.0", |
| 20 | + "@react-three/drei": "^9.120.4", |
| 21 | + "@react-three/fiber": "^9.0.0-rc.1", |
| 22 | + "@types/node": "^22.10.2", |
| 23 | + "@types/react": "^19.0.1", |
| 24 | + "@types/react-dom": "^19.0.2", |
| 25 | + "@types/three": "^0.171.0", |
| 26 | + "@vitejs/plugin-react": "^4.3.4", |
| 27 | + "autoprefixer": "^10.4.20", |
| 28 | + "eslint": "^9.17.0", |
| 29 | + "eslint-plugin-react-hooks": "^5.0.0", |
| 30 | + "eslint-plugin-react-refresh": "^0.4.16", |
| 31 | + "globals": "^15.13.0", |
| 32 | + "path": "^0.12.7", |
| 33 | + "postcss": "^8.4.49", |
| 34 | + "tailwindcss": "^3.4.16", |
| 35 | + "three": "^0.171.0", |
| 36 | + "typescript": "~5.6.2", |
| 37 | + "typescript-eslint": "^8.18.1", |
| 38 | + "vite": "^6.0.3", |
| 39 | + "vite-plugin-glsl": "^1.3.1" |
32 | 40 | }, |
33 | 41 | "packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" |
34 | 42 | } |
0 commit comments