39 lines
		
	
	
		
			999 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			999 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "yggdrasil-go",
 | 
						|
  "private": true,
 | 
						|
  "version": "0.0.1",
 | 
						|
  "type": "module",
 | 
						|
  "scripts": {
 | 
						|
    "dev": "vite --host",
 | 
						|
    "build": "tsc && vite build",
 | 
						|
    "preview": "vite preview"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@emotion/react": "^11.14.0",
 | 
						|
    "@emotion/styled": "^11.14.0",
 | 
						|
    "@fontsource/roboto": "^5.2.5",
 | 
						|
    "@mui/icons-material": "^7.0.1",
 | 
						|
    "@mui/material": "^7.0.1",
 | 
						|
    "@react-three/drei": "^10.0.5",
 | 
						|
    "@react-three/fiber": "^9.1.0",
 | 
						|
    "@react-three/postprocessing": "^3.0.4",
 | 
						|
    "axios": "^1.8.4",
 | 
						|
    "notistack": "^3.0.2",
 | 
						|
    "postprocessing": "^6.37.2",
 | 
						|
    "react": "^19.1.0",
 | 
						|
    "react-dom": "^19.1.0",
 | 
						|
    "react-hook-form": "^7.55.0",
 | 
						|
    "three": "^0.175.0",
 | 
						|
    "three-stdlib": "^2.35.14"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/react": "^19.0.12",
 | 
						|
    "@types/react-dom": "^19.0.4",
 | 
						|
    "@types/three": "^0.175.0",
 | 
						|
    "@vitejs/plugin-react": "^4.3.4",
 | 
						|
    "typescript": "^5.8.2",
 | 
						|
    "vite": "^6.2.3",
 | 
						|
    "vite-plugin-mock-dev-server": "^1.8.4"
 | 
						|
  }
 | 
						|
}
 |