main: vibe coded app to feel like paper

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
2025-12-30 00:00:16 +03:30
parent acbaebb947
commit 91c149e92e
27 changed files with 901 additions and 8696 deletions
+3 -3
View File
@@ -6,12 +6,12 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"seed": "bun run scripts/seed.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.937.0",
"@aws-sdk/s3-request-presigner": "^3.937.0",
"better-sqlite3": "^12.4.5",
"framer-motion": "^11.11.17",
"next": "^15.0.0",
"react": "^19.0.0",
@@ -19,7 +19,7 @@
"react-icons": "^5.3.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/bun": "latest",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",