openpencil/packages/docs/package.json
Danila Poyarkov 1b7934b98e feat(vue): add property panel primitives
- Add headless PropertySection and accessible SegmentedControl anatomy

- Make PropertyList controlled and exactly typed with an undo-aware editor adapter

- Consolidate SDK metadata loaders and link untranslated docs to canonical pages
2026-07-13 12:36:03 +03:00

27 lines
576 B
JSON

{
"name": "@open-pencil/docs",
"version": "0.1.0",
"license": "MIT",
"private": true,
"type": "module",
"imports": {
"#docs/*": "./.vitepress/*"
},
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview"
},
"devDependencies": {
"@shikijs/vitepress-twoslash": "^4.3.1",
"@tailwindcss/vite": "^4.2.1",
"vitepress": "^2.0.0-alpha.17",
"vitepress-plugin-llms": "1.12.2",
"vue": "^3.5.29",
"vue-component-meta": "^3.3.7"
},
"dependencies": {
"@iconify/vue": "^5.0.0"
}
}