mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 07:27:09 +08:00
31 lines
573 B
JSON
31 lines
573 B
JSON
{
|
|
"version": "0.0.1",
|
|
"name": "@tmagic/vue-page",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"dependencies": {
|
|
"vue-demi": "^0.14.10"
|
|
},
|
|
"peerDependencies": {
|
|
"@tmagic/utils": "workspace:*",
|
|
"@tmagic/schema": "workspace:*",
|
|
"@tmagic/vue-runtime-help": "workspace:*",
|
|
"typescript": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|