A listen later implementation for Spotify
at main 564 B view raw
1{ 2 "name": "llamify", 3 "version": "0.1.0", 4 "private": true, 5 "scripts": { 6 "dev": "next dev", 7 "build": "next build", 8 "start": "next start", 9 "lint": "eslint" 10 }, 11 "dependencies": { 12 "next": "16.0.0", 13 "next-auth": "^5.0.0-beta.30", 14 "react": "19.2.0", 15 "react-dom": "19.2.0" 16 }, 17 "devDependencies": { 18 "@tailwindcss/postcss": "^4", 19 "@types/node": "^20", 20 "@types/react": "^19", 21 "@types/react-dom": "^19", 22 "eslint": "^9", 23 "eslint-config-next": "16.0.0", 24 "tailwindcss": "^4", 25 "typescript": "^5" 26 } 27}