🔨 chore: 更新 dev 脚本

This commit is contained in:
arvinxx
2023-05-23 00:40:27 +08:00
parent 8caf1182cb
commit f2e07f3b0f

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"dev": "PORT=3010 next dev",
"lint": "next lint && npm run ts-check && npm run stylelint",
"prepare": "husky install",
"prettier": "prettier -c --write \"**/**\"",
@@ -17,8 +17,8 @@
"ts-check": "tsc --noEmit"
},
"dependencies": {
"@lobehub/ui": "^1",
"@vercel/analytics": "^1",
"lobe-ui": "^1",
"next": "^13",
"react": "^18",
"react-dom": "^18"