Replace Create React App scripts with Vite equivalents.
Removes npm start, npm test, and npm run eject. Adds
npm run dev, npm run preview, npm run lint, npm run format,
and npm run format:check. Updates links to Vite and React docs.
Major build system migration replacing react-scripts with Vite.
Upgrades React to v19, Redux Toolkit to v2, Three.js to 0.184,
and replaces axios with ky. Removes IE11 support, test
infrastructure, and polyfills. Updates TypeScript config to
project references and bumps version to 3.0.0.