mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
27 lines
547 B
JSON
27 lines
547 B
JSON
{
|
|
"version": "1.2.0-beta.12",
|
|
"name": "@tmagic/ui-vue2",
|
|
"main": "src/index.ts",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"dependencies": {
|
|
"@tmagic/core": "1.2.0-beta.12",
|
|
"@tmagic/schema": "1.2.0-beta.12",
|
|
"@tmagic/utils": "1.2.0-beta.12",
|
|
"qrcode": "^1.5.0",
|
|
"vue": "^2.7.4"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^2.7.4"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^3.1.3",
|
|
"vue-template-compiler": "^2.7.4"
|
|
}
|
|
}
|