next.js搭建路由01

This commit is contained in:
2025-10-20 16:19:41 +08:00
parent 727ec66189
commit 5c783c73e1
333 changed files with 7568 additions and 7091 deletions

View File

@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"next:dev": "next dev --turbopack",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,tsx --fix",
@@ -51,11 +52,12 @@
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"lucide-react": "^0.487.0",
"next": "^15.5.6",
"next-themes": "^0.4.6",
"qrcode": "*",
"react": "^18.3.1",
"react": "^19.2.0",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-dom": "^19.2.0",
"react-hook-form": "^7.55.0",
"react-resizable-panels": "^2.1.7",
"recharts": "^2.15.2",
@@ -84,6 +86,6 @@
"prettier": "^3.3.3",
"tailwindcss": "^4.1.14",
"typescript": "^5.6.2",
"vite": "6.3.5"
"vite": "^6.4.0"
}
}