mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"version": "1.1.1",
|
|
"name": "@tmagic/vue-runtime-help",
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"main": "dist/tmagic-vue-runtime-help.umd.cjs",
|
|
"module": "dist/tmagic-vue-runtime-help.js",
|
|
"types": "types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./types/index.d.ts",
|
|
"import": "./dist/tmagic-vue-runtime-help.js",
|
|
"require": "./dist/tmagic-vue-runtime-help.umd.cjs"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"types"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"dependencies": {
|
|
"vue-demi": "^0.14.10"
|
|
},
|
|
"peerDependencies": {
|
|
"@tmagic/core": ">=1.5.0",
|
|
"@tmagic/stage": ">=1.5.0",
|
|
"@vue/composition-api": ">=1.7.2",
|
|
"typescript": "*",
|
|
"vue": ">=2.6.0 || >=3.5.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@vue/composition-api": {
|
|
"optional": true
|
|
},
|
|
"@tmagic/core": {
|
|
"optional": true
|
|
},
|
|
"@tmagic/stage": {
|
|
"optional": true
|
|
},
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@vue/test-utils": "^2.4.6"
|
|
}
|
|
} |