56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "mofumofu",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,md}\""
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^2.1.1",
|
|
"@chakra-ui/react": "^2.8.2",
|
|
"@emotion/react": "^11.11.3",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@react-three/drei": "^9.92.7",
|
|
"@react-three/fiber": "^8.15.12",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/uuid": "^9.0.7",
|
|
"ahooks": "^3.7.8",
|
|
"fabric": "^5.3.0",
|
|
"framer-motion": "^10.16.16",
|
|
"leva": "^0.9.35",
|
|
"lodash-es": "^4.17.21",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^4.12.0",
|
|
"three": "^0.159.0",
|
|
"uuid": "^9.0.1",
|
|
"zustand": "^4.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fabric": "^5.3.6",
|
|
"@types/node": "^20.10.5",
|
|
"@types/react": "^18.2.45",
|
|
"@types/react-dom": "^18.2.18",
|
|
"@types/three": "^0.159.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.16.0",
|
|
"@typescript-eslint/parser": "^6.16.0",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
"postcss": "^8.4.32",
|
|
"prettier": "^3.1.1",
|
|
"prettier-plugin-tailwindcss": "^0.5.9",
|
|
"sass": "^1.69.5",
|
|
"tailwindcss": "^3.4.0",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.0.10"
|
|
}
|
|
}
|