up date
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user