2022-05-17 16:21:40 +08:00

25 lines
479 B
JSON

{
"version": "1.0.0-beta.16",
"name": "@tmagic/ui-vue2",
"main": "src/index.ts",
"scripts": {
"build": "vite build"
},
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@vue/composition-api": "1.0.5",
"vue": "^2.6.14"
},
"devDependencies": {
"vite": "^2.3.7",
"vite-plugin-vue2": "^1.7.3",
"vue-template-compiler": "^2.6.14"
}
}