Merge branch 'feat/migrate/vite' into 'main'
migrate vite See merge request mycard/Neos!2
Showing
index.html
0 → 100644
This diff is collapsed.
| ... | ... | @@ -15,15 +15,16 @@ |
| "react": "^18.2.0", | ||
| "react-dom": "^18.2.0", | ||
| "react-router-dom": "^6.4.0", | ||
| "react-scripts": "^2.1.3", | ||
| "react-scripts": "^5.0.1", | ||
| "socket.io-client": "^4.5.1", | ||
| "three": "^0.145.0", | ||
| "typescript": "^4.7.4", | ||
| "web-vitals": "^2.1.4" | ||
| }, | ||
| "scripts": { | ||
| "start": "react-scripts start", | ||
| "build": "react-scripts build", | ||
| "dev": "vite", | ||
| "build": "tsc && vite build", | ||
| "preview": "vite preview", | ||
| "test": "react-scripts test", | ||
| "eject": "react-scripts eject" | ||
| }, | ||
| ... | ... | @@ -47,6 +48,8 @@ |
| }, | ||
| "devDependencies": { | ||
| "@types/google-protobuf": "^3.15.6", | ||
| "@types/three": "^0.144.0" | ||
| "@types/three": "^0.144.0", | ||
| "@vitejs/plugin-react": "^2.1.0", | ||
| "vite": "^3.1.0" | ||
| } | ||
| } |
File moved
vite.config.ts
0 → 100644
Please register or sign in to comment