wsb-bot / WSW /package.json
APRK01
Configure cloud database and production pages
c35213b
raw
history blame contribute delete
705 Bytes
{
"name": "wsw-temp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@supabase/supabase-js": "^2.99.2",
"better-sqlite3": "^12.8.0",
"framer-motion": "^12.37.0",
"next": "16.1.6",
"next-auth": "^4.24.13",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}