This commit is contained in:
quantulr
2023-11-06 17:27:50 +08:00
parent b6a722fa79
commit a8b1ad286d
123 changed files with 491 additions and 428 deletions

View File

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
@ -14,7 +14,7 @@
"axios": "^1.6.0",
"dayjs": "^1.11.10",
"html-to-text": "^9.0.5",
"next": "14.0.0",
"next": "14.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swiper": "^11.0.3",
@ -23,10 +23,10 @@
"devDependencies": {
"@types/html-to-text": "^9.0.3",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react": "^18.2.35",
"@types/react-dom": "^18.2.14",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-next": "14.0.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",