2025-12-01 20:11:12 +08:00
|
|
|
{
|
2026-01-20 14:08:42 +08:00
|
|
|
"name": "@page-agent/website",
|
|
|
|
|
"private": true,
|
2026-03-21 02:24:42 +08:00
|
|
|
"version": "1.6.0",
|
2026-01-20 14:08:42 +08:00
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite --host 0.0.0.0",
|
|
|
|
|
"build:website": "vite build",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
|
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
|
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
|
|
|
"@radix-ui/react-switch": "^1.2.6",
|
|
|
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
2026-02-23 20:54:10 +00:00
|
|
|
"@types/react": "^19.2.14",
|
2026-02-10 15:28:50 +08:00
|
|
|
"@types/react-dom": "^19.2.1",
|
2026-01-20 14:08:42 +08:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
2026-03-09 20:33:42 +00:00
|
|
|
"lucide-react": "^0.577.0",
|
2026-03-16 19:36:05 +00:00
|
|
|
"motion": "^12.37.0",
|
2026-01-20 14:08:42 +08:00
|
|
|
"next-themes": "^0.4.6",
|
2026-02-10 15:28:50 +08:00
|
|
|
"react": "^19.2.4",
|
|
|
|
|
"react-dom": "^19.2.4",
|
2026-01-20 14:08:42 +08:00
|
|
|
"rough-notation": "^0.5.1",
|
2026-03-16 19:36:05 +00:00
|
|
|
"simple-icons": "^16.12.0",
|
2026-01-20 14:08:42 +08:00
|
|
|
"sonner": "^2.0.7",
|
2026-02-23 20:54:10 +00:00
|
|
|
"tailwind-merge": "^3.5.0",
|
2026-02-10 15:28:50 +08:00
|
|
|
"tailwindcss": "^4.1.14",
|
|
|
|
|
"tw-animate-css": "^1.4.0",
|
|
|
|
|
"wouter": "^3.9.0"
|
2026-01-20 14:08:42 +08:00
|
|
|
}
|
2025-12-01 20:11:12 +08:00
|
|
|
}
|