mirror of
https://github.com/phranck/TUIkit.git
synced 2026-05-21 09:50:35 +00:00
97eec53ccb
- Remove old DocC-generated documentation files (HTML, JS, CSS, JSON) - Remove mkdocs.yml configuration file - Add new VitePress configuration and documentation structure - Add GitHub Actions workflow for automated VitePress deployment - Update .gitignore to exclude node_modules and dist folders - All documentation content migrated with modern layout and styling - VitePress provides faster builds and better developer experience
20 lines
363 B
JSON
20 lines
363 B
JSON
{
|
|
"name": "docs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev",
|
|
"docs:build": "vitepress build",
|
|
"docs:preview": "vitepress preview"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"vitepress": "^1.6.4",
|
|
"vue": "^3.5.27"
|
|
}
|
|
}
|