This commit is contained in:
quantulr
2023-11-03 17:25:10 +08:00
parent 2423f8c2e8
commit b6a722fa79
62 changed files with 415 additions and 260 deletions

View File

@ -17,18 +17,20 @@
"next": "14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swiper": "^11.0.3"
"swiper": "^11.0.3",
"swr": "^2.2.4"
},
"devDependencies": {
"@types/html-to-text": "^9.0.3",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint-config-next": "14.0.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"