this repo has no description
1{
2 "name": "bambu",
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 "@atproto/api": "^0.18.20",
13 "@atproto/oauth-client-node": "^0.3.16",
14 "@supabase/supabase-js": "^2.95.1",
15 "better-sqlite3": "^12.6.2",
16 "kysely": "^0.28.11",
17 "next": "16.1.6",
18 "react": "19.2.3",
19 "react-dom": "19.2.3"
20 },
21 "devDependencies": {
22 "@tailwindcss/postcss": "^4",
23 "@types/better-sqlite3": "^7.6.13",
24 "@types/node": "^20",
25 "@types/react": "^19",
26 "@types/react-dom": "^19",
27 "eslint": "^9",
28 "eslint-config-next": "16.1.6",
29 "tailwindcss": "^4",
30 "typescript": "^5"
31 }
32}