mirror of
https://github.com/FranP-code/spooky-spotify-showcase.git
synced 2025-10-13 00:02:36 +00:00
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "spooky-spotify-showcase",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "next build",
|
|
"db:generate": "prisma migrate dev",
|
|
"db:migrate": "prisma migrate deploy",
|
|
"db:push": "prisma db push",
|
|
"db:studio": "prisma studio",
|
|
"dev": "next dev",
|
|
"postinstall": "prisma generate",
|
|
"lint": "next lint",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^5.14.0",
|
|
"@t3-oss/env-nextjs": "^0.10.1",
|
|
"@tanstack/react-query": "^5.50.0",
|
|
"@trpc/client": "^11.0.0-rc.446",
|
|
"@trpc/react-query": "^11.0.0-rc.446",
|
|
"@trpc/server": "^11.0.0-rc.446",
|
|
"chart.js": "^4.4.5",
|
|
"cloudinary": "^2.5.1",
|
|
"framer-motion": "^11.11.9",
|
|
"geist": "^1.3.0",
|
|
"ldrs": "^1.0.2",
|
|
"next": "^14.2.4",
|
|
"react": "^18.3.1",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-parallax-tilt": "^1.7.246",
|
|
"server-only": "^0.0.1",
|
|
"spotify-web-api-node": "^5.0.2",
|
|
"superjson": "^2.2.1",
|
|
"swiper": "^11.1.14",
|
|
"zod": "^3.23.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/eslint": "^8.56.10",
|
|
"@types/node": "^20.14.10",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/spotify-web-api-node": "^5.0.11",
|
|
"@typescript-eslint/eslint-plugin": "^8.1.0",
|
|
"@typescript-eslint/parser": "^8.1.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "^14.2.4",
|
|
"postcss": "^8.4.39",
|
|
"prettier": "^3.3.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.5",
|
|
"prisma": "^5.14.0",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^5.5.3"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "7.37.0"
|
|
},
|
|
"packageManager": "pnpm@9.11.0"
|
|
}
|