This commit is contained in:
quantulr
2023-10-29 22:25:16 +08:00
parent 73bc779168
commit 1090ca0dd0
13 changed files with 118 additions and 91 deletions

View File

@ -12,20 +12,20 @@
"dependencies": {
"axios": "^1.6.0",
"next": "14.0.0",
"react": "^18",
"react-dom": "^18"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint-config-next": "14.0.0",
"postcss": "^8",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"sass": "^1.69.5",
"tailwindcss": "^3",
"typescript": "^5"
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
}
}