This commit is contained in:
quantulr
2023-11-01 17:27:06 +08:00
parent 7e465da9d2
commit 1a22404f19
87 changed files with 1604 additions and 196 deletions

View File

@ -11,11 +11,15 @@
},
"dependencies": {
"axios": "^1.6.0",
"dayjs": "^1.11.10",
"html-to-text": "^9.0.5",
"next": "14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"swiper": "^11.0.3"
},
"devDependencies": {
"@types/html-to-text": "^9.0.3",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",