CoolFace
Apppublic

xcoolcoinx/zero-gpu-spaces

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
package.json30 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    "react": "^18",15    "react-dom": "^18",16    "react-icons": "^5.1.0",17    "react-use": "^17.5.0"18  },19  "devDependencies": {20    "@types/node": "^20",21    "@types/react": "^18",22    "@types/react-dom": "^18",23    "eslint": "^8",24    "eslint-config-next": "14.2.3",25    "postcss": "^8",26    "tailwindcss": "^3.4.1",27    "typescript": "^5"28  }29}30