38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
|
|
{
|
||
|
|
"name": "minecraft-frontend",
|
||
|
|
"private": true,
|
||
|
|
"version": "1.0.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vite build",
|
||
|
|
"lint": "eslint .",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"clsx": "^2.1.1",
|
||
|
|
"framer-motion": "^11.0.8",
|
||
|
|
"lucide-react": "^0.344.0",
|
||
|
|
"react": "^18.2.0",
|
||
|
|
"react-device-detect": "^2.2.3",
|
||
|
|
"react-dom": "^18.2.0",
|
||
|
|
"react-router-dom": "^6.22.3",
|
||
|
|
"skinview3d": "^3.4.1",
|
||
|
|
"socket.io-client": "^4.8.1",
|
||
|
|
"tailwind-merge": "^2.2.1"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/react": "^18.3.3",
|
||
|
|
"@types/react-dom": "^18.3.0",
|
||
|
|
"@vitejs/plugin-react": "^4.3.1",
|
||
|
|
"autoprefixer": "^10.4.22",
|
||
|
|
"eslint": "^9.9.0",
|
||
|
|
"eslint-plugin-react": "^7.35.0",
|
||
|
|
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
||
|
|
"eslint-plugin-react-refresh": "^0.4.9",
|
||
|
|
"globals": "^15.9.0",
|
||
|
|
"postcss": "^8.5.6",
|
||
|
|
"tailwindcss": "^3.4.18",
|
||
|
|
"vite": "^5.4.1"
|
||
|
|
}
|
||
|
|
}
|