{
  "name": "suno-spaces",
  "version": "0.1.0",
  "private": true,
  "description": "Digital music collaboration platform",
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@convex-dev/auth": "^0.0.90",
    "cmdk": "^1.0.4",
    "convex": "^1.27.3",
    "jose": "^6.1.0",
    "lucide-react": "^0.468.0",
    "next": "^15.5.4",
    "openai": "^4.77.3",
    "react": "^19.2.0",
    "react-dom": "^19.2.0"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.1.14",
    "@types/node": "^24.6.2",
    "@types/react": "^19.2.0",
    "@types/react-dom": "^19.2.0",
    "autoprefixer": "^10.4.21",
    "eslint": "^9.36.0",
    "eslint-config-next": "^15.5.4",
    "postcss": "^8.5.6",
    "tailwindcss": "^4.1.14",
    "typescript": "^5.9.3"
  }
}
