mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
31 lines
624 B
JSON
31 lines
624 B
JSON
{
|
|
"version": "1.0.0-rc.3",
|
|
"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": {
|
|
"@tmagic/schema": "^1.0.0-rc.3",
|
|
"@vue/composition-api": "1.0.5",
|
|
"vue": "^2.6.14",
|
|
"qrcode": "^1.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@vue/composition-api": "1.0.5",
|
|
"vue": "^2.6.14"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^2.3.7",
|
|
"vite-plugin-vue2": "^2.0.1",
|
|
"vue-template-compiler": "^2.6.14"
|
|
}
|
|
}
|