Files
HKSingleParty/99_references/supabase-realtime-demo/package.json
2025-05-28 09:55:51 +08:00

35 lines
846 B
JSON

{
"name": "demo",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@supabase/supabase-js": "^2.1.0",
"@supabase/ui": "0.37.0-alpha.81",
"lodash.clonedeep": "^4.5.0",
"lodash.samplesize": "^4.2.0",
"lodash.throttle": "^4.1.1",
"next": "^12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.samplesize": "^4.2.6",
"@types/lodash.throttle": "^4.1.6",
"@types/node": "17.0.21",
"@types/react": "17.0.41",
"autoprefixer": "^10.4.4",
"eslint": "8.11.0",
"eslint-config-next": "^12.3.4",
"postcss": "^8.4.31",
"tailwindcss": "^3.0.23",
"typescript": "4.6.2"
}
}