Merge branch 'feat/migrate/vite' into 'main'
migrate vite See merge request mycard/Neos!2
Showing
index.html
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
... | @@ -15,15 +15,16 @@ | ... | @@ -15,15 +15,16 @@ |
"react": "^18.2.0", | "react": "^18.2.0", | ||
"react-dom": "^18.2.0", | "react-dom": "^18.2.0", | ||
"react-router-dom": "^6.4.0", | "react-router-dom": "^6.4.0", | ||
"react-scripts": "^2.1.3", | "react-scripts": "^5.0.1", | ||
"socket.io-client": "^4.5.1", | "socket.io-client": "^4.5.1", | ||
"three": "^0.145.0", | "three": "^0.145.0", | ||
"typescript": "^4.7.4", | "typescript": "^4.7.4", | ||
"web-vitals": "^2.1.4" | "web-vitals": "^2.1.4" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "react-scripts start", | "dev": "vite", | ||
"build": "react-scripts build", | "build": "tsc && vite build", | ||
"preview": "vite preview", | |||
"test": "react-scripts test", | "test": "react-scripts test", | ||
"eject": "react-scripts eject" | "eject": "react-scripts eject" | ||
}, | }, | ||
... | @@ -47,6 +48,8 @@ | ... | @@ -47,6 +48,8 @@ |
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@types/google-protobuf": "^3.15.6", | "@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