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