mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-30 23:03:33 +08:00
34 lines
717 B
JSON
34 lines
717 B
JSON
{
|
|
"version": "1.3.16",
|
|
"name": "@tmagic/ui",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"dependencies": {
|
|
"@tmagic/core": "1.3.16",
|
|
"@tmagic/schema": "1.3.16",
|
|
"@tmagic/utils": "1.3.16",
|
|
"delegate": "^3.2.0",
|
|
"qrcode": "^1.5.0",
|
|
"tiny-emitter": "^2.1.0",
|
|
"vue": "^3.3.8"
|
|
},
|
|
"peerDependencies": {
|
|
"qrcode": "^1.5.0",
|
|
"vue": "^3.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/vue": "^6.4.2",
|
|
"@types/qrcode": "^1.4.2",
|
|
"@vue/compiler-sfc": "^3.3.8",
|
|
"@vue/test-utils": "^2.3.2"
|
|
}
|
|
}
|