This commit is contained in:
quantulr
2023-11-10 16:26:19 +08:00
parent 73ae2850b6
commit 10490040da
2 changed files with 116 additions and 116 deletions

View File

@ -11,26 +11,26 @@
},
"dependencies": {
"ahooks": "^3.7.8",
"axios": "^1.6.0",
"axios": "^1.6.1",
"dayjs": "^1.11.10",
"html-to-text": "^9.0.5",
"next": "14.0.1",
"next": "14.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swiper": "^11.0.3",
"swiper": "^11.0.4",
"swr": "^2.2.4"
},
"devDependencies": {
"@types/html-to-text": "^9.0.3",
"@types/node": "^20.8.10",
"@types/react": "^18.2.35",
"@types/react-dom": "^18.2.14",
"@types/html-to-text": "^9.0.4",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-config-next": "14.0.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"prettier-plugin-tailwindcss": "^0.5.7",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"