mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 07:27:09 +08:00
28 lines
537 B
JSON
28 lines
537 B
JSON
{
|
|
"version": "1.3.5",
|
|
"name": "@tmagic/ui-vue2",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"dependencies": {
|
|
"@tmagic/core": "1.3.5",
|
|
"@tmagic/schema": "1.3.5",
|
|
"@tmagic/utils": "1.3.5",
|
|
"qrcode": "^1.5.0",
|
|
"vue": "^2.7.4"
|
|
},
|
|
"peerDependencies": {
|
|
"qrcode": "^1.5.0",
|
|
"vue": "^2.7.4"
|
|
},
|
|
"devDependencies": {
|
|
"vue-template-compiler": "^2.7.4"
|
|
}
|
|
}
|