CoolFace
Apppublic

chenchujian/skull-king

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
package.json45 linesDownload Raw Back to client
1{2  "name": "client",3  "private": true,4  "version": "0.0.0",5  "type": "module",6  "scripts": {7    "dev": "vite",8    "build": "tsc && vite build",9    "lint": "eslint .",10    "preview": "vite preview",11    "check": "tsc -b --noEmit"12  },13  "dependencies": {14    "clsx": "^2.1.1",15    "framer-motion": "^12.35.0",16    "lucide-react": "^0.511.0",17    "react": "^18.3.1",18    "react-dom": "^18.3.1",19    "react-router-dom": "^7.13.1",20    "socket.io-client": "^4.8.3",21    "tailwind-merge": "^3.5.0",22    "zustand": "^5.0.11"23  },24  "devDependencies": {25    "@eslint/js": "^9.25.0",26    "@types/node": "^22.15.30",27    "@types/react": "^18.3.12",28    "@types/react-dom": "^18.3.1",29    "@vitejs/plugin-react": "^4.4.1",30    "autoprefixer": "^10.4.27",31    "babel-plugin-react-dev-locator": "^1.0.0",32    "eslint": "^9.25.0",33    "eslint-plugin-react-hooks": "^5.2.0",34    "eslint-plugin-react-refresh": "^0.4.19",35    "globals": "^16.0.0",36    "postcss": "^8.5.8",37    "tailwindcss": "^3.4.19",38    "typescript": "^5.5.0",39    "typescript-eslint": "^8.30.1",40    "vite": "^6.3.5",41    "vite-plugin-trae-solo-badge": "^1.0.0",42    "vite-tsconfig-paths": "^5.1.4"43  }44}45