CoolFace
Apppublic

LULDev/zero-gpu-spaces

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
package.json31 linesDownload Raw Back to root
1{2  "name": "zero-gpu-spaces",3  "version": "0.1.0",4  "private": true,5  "scripts": {6    "dev": "next dev --port 3001",7    "build": "next build",8    "start": "next start",9    "lint": "next lint"10  },11  "dependencies": {12    "classnames": "^2.5.1",13    "next": "14.2.3",14    "next-themes": "^0.3.0",15    "react": "^18",16    "react-dom": "^18",17    "react-icons": "^5.1.0",18    "react-use": "^17.5.0"19  },20  "devDependencies": {21    "@types/node": "^20",22    "@types/react": "^18",23    "@types/react-dom": "^18",24    "eslint": "^8",25    "eslint-config-next": "14.2.3",26    "postcss": "^8",27    "tailwindcss": "^3.4.1",28    "typescript": "^5"29  }30}31