Files

35 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2025-12-01 20:11:12 +08:00
{
2026-01-20 14:08:42 +08:00
"name": "@page-agent/website",
"private": true,
2026-07-10 17:09:56 +08:00
"version": "1.12.1",
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"
2026-01-20 14:08:42 +08:00
},
"devDependencies": {
"@radix-ui/react-icons": "^1.3.2",
2026-07-01 17:09:57 +08:00
"@radix-ui/react-separator": "^1.1.11",
"@radix-ui/react-slot": "^1.3.0",
2026-07-10 02:41:53 -07:00
"@radix-ui/react-switch": "^1.3.3",
"@radix-ui/react-tooltip": "^1.2.12",
"@types/react": "^19.2.17",
2026-04-08 22:00:29 +08:00
"@types/react-dom": "^19.2.3",
2026-01-20 14:08:42 +08:00
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
2026-07-10 02:41:53 -07:00
"lucide-react": "^1.24.0",
2026-07-01 17:09:57 +08:00
"motion": "^12.42.2",
2026-01-20 14:08:42 +08:00
"next-themes": "^0.4.6",
2026-07-01 17:09:57 +08:00
"react": "^19.2.7",
"react-dom": "^19.2.7",
2026-01-20 14:08:42 +08:00
"rough-notation": "^0.5.1",
"simple-icons": "^16.25.0",
2026-01-20 14:08:42 +08:00
"sonner": "^2.0.7",
2026-05-11 17:19:23 +08:00
"tailwind-merge": "^3.6.0",
2026-07-01 17:09:57 +08:00
"tailwindcss": "^4.3.2",
2026-02-10 15:28:50 +08:00
"tw-animate-css": "^1.4.0",
2026-05-28 16:06:15 +08:00
"wouter": "^3.10.0"
2026-01-20 14:08:42 +08:00
}
2025-12-01 20:11:12 +08:00
}