Files
AdventureLog/documentation/package.json
Sean Morley 7179babc50 Update documentation and enhance installation options
- Reorganized the documentation homepage layout, adding a new hero section and installation options.
- Updated installation instructions to emphasize the All-in-One Docker setup as the default choice.
- Improved the Quick Start Installer description to clarify its role as a guided setup for AIO.
- Enhanced SEO metadata for better visibility and searchability of the documentation.
- Added new Vue components for improved user experience in the installation section.
- Refined installation paths and descriptions for clarity and ease of use.
2026-06-07 12:53:47 -04:00

22 lines
486 B
JSON

{
"devDependencies": {
"@braintree/sanitize-url": "^7.1.2",
"cytoscape": "^3.34.0",
"cytoscape-cose-bilkent": "^4.1.0",
"dayjs": "^1.11.21",
"debug": "^4.4.3",
"mermaid": "^11.15.0",
"vitepress": "^1.6.4",
"vitepress-plugin-mermaid": "^2.0.17"
},
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"dependencies": {
"prettier": "^3.7.4",
"vue": "^3.5.26"
}
}