Files
test-repo/package.json
T
sanbuphy d174ceea32 feat(docs): enhance interactive demos and improve documentation
- Add new interactive components for frontend routing, browser rendering pipeline, and database transactions
- Improve existing demos with better visuals, explanations, and examples
- Update documentation structure and content for better clarity
- Add new utility scripts and update package.json with new commands
- Fix formatting and alignment in documentation tables
2026-02-13 22:10:03 +08:00

37 lines
821 B
JSON

{
"name": "easy-vibe",
"version": "1.0.0",
"description": "Easy-Vibe 中文实战课 - 零基础学会用 AI 编程",
"type": "module",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"preview": "vitepress preview docs",
"format": "prettier --write .",
"verify": "bash scripts/verify.sh"
},
"keywords": [
"easy-vibe",
"ai",
"tutorial",
"vitepress"
],
"engines": {
"node": ">=18.0.0"
},
"license": "CC-BY-NC-SA-4.0",
"devDependencies": {
"markdown-it-katex": "^2.0.3",
"prettier": "^3.7.4"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"claude": "^0.1.1",
"element-plus": "^2.13.1",
"typeit": "^8.8.7",
"viewerjs": "^1.11.7",
"vitepress": "2.0.0-alpha.15",
"vue": "^3.5.0"
}
}