This commit is contained in:
2025-10-21 13:54:21 +07:00
parent 6c4d6c49fc
commit f89ff598a2
40 changed files with 40767 additions and 145 deletions

View File

@@ -6,22 +6,33 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
"lint": "eslint",
"start-api": "json-server --watch data/db.json --port 5000"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.0",
"@headlessui/react": "^2.2.9",
"bootstrap": "^5.3.8",
"clsx": "^2.1.1",
"next": "15.5.4",
"react": "19.1.0",
"react-dom": "19.1.0",
"next": "15.5.4"
"swiper": "^12.0.2"
},
"devDependencies": {
"typescript": "^5",
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.14",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.5.4",
"@eslint/eslintrc": "^3"
"json-server": "^1.0.0-beta.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.14",
"typescript": "^5"
}
}