2026-09-20 15:53:28 +08:00
|
|
|
{
|
|
|
|
|
"name": "docs",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
2026-09-20 16:23:32 +08:00
|
|
|
"build": "tsc -b && vite build && vite build --ssr src/entry-server.tsx --outDir .ssr && bun scripts/prerender.ts",
|
2026-09-20 15:53:28 +08:00
|
|
|
"lint": "oxlint",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"typecheck": "tsc -b"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@icones/react": "^0.0.1",
|
|
|
|
|
"@workspace/i18n": "workspace:*",
|
|
|
|
|
"@workspace/preferences": "workspace:*",
|
|
|
|
|
"@workspace/ui": "workspace:*",
|
|
|
|
|
"@workspace/search": "workspace:*",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"react": "^19.2.8",
|
|
|
|
|
"react-dom": "^19.2.8",
|
|
|
|
|
"tailwind-merge": "^3.7.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@babel/core": "^7.29.7",
|
|
|
|
|
"@icones/vite": "^0.0.1",
|
|
|
|
|
"@rolldown/plugin-babel": "^0.2.3",
|
|
|
|
|
"@tailwindcss/vite": "^4.3.3",
|
|
|
|
|
"@types/babel__core": "^7.20.5",
|
|
|
|
|
"@types/node": "^24.13.3",
|
|
|
|
|
"@types/react": "^19.2.18",
|
|
|
|
|
"@types/react-dom": "^19.2.7",
|
|
|
|
|
"@vitejs/plugin-react": "^6.1.1",
|
|
|
|
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
|
|
|
"oxlint": "^1.81.0",
|
|
|
|
|
"satteri": "^0.10.5",
|
|
|
|
|
"tailwindcss": "^4.3.3",
|
|
|
|
|
"typescript": "~6.0.2",
|
|
|
|
|
"vite": "^8.3.0",
|
|
|
|
|
"vite-plugin-satteri": "^0.3.5"
|
|
|
|
|
}
|
|
|
|
|
}
|