remove preact

This commit is contained in:
2024-12-27 15:44:09 +08:00
parent 48ead03629
commit 0aacbeccb2
2 changed files with 3553 additions and 325 deletions

3855
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.4",
@@ -39,40 +39,39 @@
"@radix-ui/react-toggle-group": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/ungap__structured-clone": "^1.2.0",
"@ungap/structured-clone": "^1.2.0",
"@ungap/structured-clone": "^1.2.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"cmdk": "1.0.4",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.5.1",
"idb": "^8.0.0",
"idb": "^8.0.1",
"input-otp": "^1.4.1",
"lucide-react": "^0.469.0",
"next-themes": "^0.4.4",
"preact": "^10.24.3",
"preact-markdown": "^2.1.0",
"react": "^19.0.0",
"react-day-picker": "8.10.1",
"react-hook-form": "^7.54.1",
"react-day-picker": "9.4.4",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.7",
"recharts": "^2.15.0",
"sakura.css": "^1.5.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.1",
"@types/node": "^22.10.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"theme-change": "^2.5.0",
"typescript": "^5.6.3",
"vite": "^5.4.8"
"typescript": "^5.7.2",
"vite": "^6.0.6"
}
}