e6956aa001
- React frontend with route-level code splitting - Backend rebranded from Baihu to TaskPool - DB brand migration script and local compatibility
23 lines
508 B
JSON
23 lines
508 B
JSON
{
|
|
"name": "taskpool-docs",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev",
|
|
"docs:build": "vitepress build",
|
|
"docs:preview": "vitepress preview"
|
|
},
|
|
"devDependencies": {
|
|
"vitepress": "^1.6.4"
|
|
},
|
|
"dependencies": {
|
|
"@scalar/api-reference": "^1.48.2",
|
|
"dompurify": "^3.4.8",
|
|
"fast-uri": "^3.1.2",
|
|
"postcss": "^8.5.15"
|
|
},
|
|
"overrides": {
|
|
"esbuild": "^0.25.0",
|
|
"vite": "^6.4.2"
|
|
}
|
|
}
|