Files
vue-template-test/vuetemplate2js/package.json
2025-11-24 11:37:59 +08:00

17 lines
411 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "vue-template-editor",
"version": "1.0.0",
"description": "Vue模板编辑工具支持节点移动和交换",
"type": "module",
"scripts": {
"dev": "node demo.js",
"test": "node test-template-editor.js"
},
"dependencies": {
"@vue/compiler-dom": "^3.4.0"
},
"devDependencies": {},
"keywords": ["vue", "template", "editor", "ast"],
"author": "",
"license": "MIT"
}