Files
trackgo-fe/apps/docs-dev/package.json
T
shancheas 82bbb91992 feat: add lucide-vue-next and plantuml-encoder dependencies, update documentation structure for TrackGo
- Added `lucide-vue-next` and `plantuml-encoder` as dependencies in the project for enhanced icon usage and diagram support.
- Updated the documentation to reflect the new structure, including user guides for TrackGo, emphasizing the separation of web and mobile functionalities.
- Revised the main index and user documentation to provide clearer navigation and improved user experience.
- Introduced new mobile documentation covering check-in and daily work processes, enhancing guidance for field users.

These changes improve the overall functionality and usability of the TrackGo platform, ensuring a better experience for both web and mobile users.
2026-09-04 16:19:56 +07:00

30 lines
893 B
JSON

{
"name": "docs-dev",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"dev": "vitepress dev src --port 6060",
"build": "vitepress build src",
"serve": "vitepress serve src --port 6060",
"clean": "rm -rf .turbo node_modules src/.vitepress/dist src/.vitepress/cache"
},
"dependencies": {
"@repo/ui": "workspace:*",
"dayjs": "^1.11.19",
"lucide-vue-next": "^1.0.0",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"eslint": "^8.57.0",
"mermaid": "^11.15.0",
"plantuml-encoder": "^1.4.0",
"typescript": "5.5.4",
"vitepress": "^1.6.4",
"vitepress-plugin-mermaid": "^2.0.17",
"vue": "^3.5.38"
}
}