mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 07:27:09 +08:00
49 lines
940 B
JSON
49 lines
940 B
JSON
{
|
|
"version": "1.4.19",
|
|
"name": "@tmagic/ui",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "types/index.d.ts",
|
|
"exports": {
|
|
"./*": "./*"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"types"
|
|
],
|
|
"scripts": {
|
|
"build": "node scripts/build.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"dependencies": {
|
|
"qrcode": "^1.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@tmagic/core": "workspace:*",
|
|
"@tmagic/schema": "workspace:*",
|
|
"@tmagic/utils": "workspace:*",
|
|
"@tmagic/vue-runtime-help": "workspace:*",
|
|
"vue": ">=3.4.27",
|
|
"typescript": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@types/qrcode": "^1.4.2",
|
|
"@vue/compiler-sfc": "^3.4.27",
|
|
"rimraf": "^3.0.2",
|
|
"vite": "^5.3.5"
|
|
}
|
|
}
|