Files
MCLIVE-Website/package.json
T

29 lines
643 B
JSON

{
"name": "mclive-website",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-three/drei": "^10.7.6",
"@react-three/fiber": "^9.4.0",
"lucide-react": "^0.468.0",
"motion": "^12.23.26",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"three": "^0.182.0"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.182.0",
"@vitejs/plugin-react": "^5.1.1",
"typescript": "~5.9.3",
"vite": "^7.2.7"
}
}