44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "lego-builder",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/colors": "^2.0.1",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-dialog": "^1.0.4",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-menubar": "^1.0.3",
|
|
"@radix-ui/react-slider": "^1.1.2",
|
|
"@radix-ui/react-toggle-group": "^1.0.4",
|
|
"@react-three/drei": "^9.80.2",
|
|
"@react-three/fiber": "^8.13.6",
|
|
"framer-motion": "^10.15.1",
|
|
"framer-motion-3d": "^10.15.1",
|
|
"leva": "^0.9.35",
|
|
"r3f-perf": "^7.1.2",
|
|
"react": "^18.2.0",
|
|
"react-colorful": "^5.6.1",
|
|
"react-dom": "^18.2.0",
|
|
"three": "^0.155.0",
|
|
"use-keyboard-shortcut": "^1.1.6",
|
|
"zustand": "^4.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"vite": "^4.4.5"
|
|
}
|
|
}
|