43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "skyjo-fe",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@react-three/drei": "^9.84.1",
|
|
"@react-three/fiber": "^8.14.1",
|
|
"@types/three": "^0.156.0",
|
|
"buffer": "^6.0.3",
|
|
"flowbite": "^1.8.1",
|
|
"flowbite-react": "^0.6.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"simple-peer": "^9.11.1",
|
|
"socket.io-client": "^4.7.2",
|
|
"three": "^0.156.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.6.0",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@types/simple-peer": "^9.11.6",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"postcss": "^8.4.30",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.4.5",
|
|
"vite-plugin-node-polyfills": "^0.15.0"
|
|
}
|
|
}
|