This commit is contained in:
2025-03-19 14:25:11 +07:00
parent f9eafb1052
commit ea0e2d2780
12 changed files with 1641 additions and 873 deletions

View File

@@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"start-api": "json-server --watch data/db.json --port 5000"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
@@ -26,6 +27,7 @@
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.2.2",
"json-server": "^1.0.0-beta.3",
"postcss": "^8.5.3",
"tailwindcss": "^4.0.14",
"typescript": "^5"