39 lines
1003 B
JSON
39 lines
1003 B
JSON
{
|
|
"name": "yggdrasil-go",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.5",
|
|
"@emotion/styled": "^11.10.5",
|
|
"@fontsource/roboto": "^4.5.8",
|
|
"@mui/icons-material": "^5.11.0",
|
|
"@mui/material": "^5.11.6",
|
|
"@react-three/drei": "^9.56.12",
|
|
"@react-three/fiber": "^8.10.1",
|
|
"@react-three/postprocessing": "^2.7.0",
|
|
"axios": "^1.2.6",
|
|
"notistack": "^2.0.8",
|
|
"postprocessing": "^6.29.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.43.0",
|
|
"three": "^0.148.0",
|
|
"three-stdlib": "^2.21.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.9",
|
|
"@types/three": "^0.148.0",
|
|
"@vitejs/plugin-react": "^3.0.0",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^4.0.0",
|
|
"vite-plugin-mock-dev-server": "^0.3.16"
|
|
}
|
|
}
|