main: second iter

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
2025-12-27 22:41:36 +03:30
parent 8a7842e263
commit 9a7e627329
33 changed files with 4865 additions and 81 deletions
+10 -6
View File
@@ -9,21 +9,25 @@
"lint": "next lint"
},
"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",
"react-dom": "^19.0.0",
"next": "^15.0.0",
"framer-motion": "^11.11.17",
"react-icons": "^5.3.0"
},
"devDependencies": {
"typescript": "^5",
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8",
"autoprefixer": "^10",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "15.0.0"
"eslint-config-next": "15.0.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}