second commit

This commit is contained in:
romiz5269
2025-11-18 23:11:35 +03:30
parent acfea140a3
commit 4aa26ed219
17 changed files with 4863 additions and 3568 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"next dev\" \"json-server --watch db.json --port 4000\"",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
@@ -26,7 +26,6 @@
"concurrently": "^9.2.1",
"eslint": "^9",
"eslint-config-next": "15.5.4",
"json-server": "^1.0.0-beta.3",
"tailwindcss": "^4",
"typescript": "^5"
}