- Deleted various files and directories from vitepress-docs and web-docs, including configuration files, cache dependencies, and documentation files, to streamline the project structure. - This cleanup aims to enhance maintainability and reduce clutter by removing unused or outdated components.
17 lines
360 B
JSON
17 lines
360 B
JSON
{
|
|
"name": "@goodgo/vitepress-docs",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vitepress dev",
|
|
"build": "vitepress build",
|
|
"preview": "vitepress preview"
|
|
},
|
|
"devDependencies": {
|
|
"mermaid": "^11.12.2",
|
|
"vitepress": "^1.6.3",
|
|
"vitepress-plugin-mermaid": "^2.0.17",
|
|
"vue": "^3.5.13"
|
|
}
|
|
} |