mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-04 23:06:31 +08:00
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"version": "1.5.0-beta.14",
|
|
"name": "@tmagic/ui",
|
|
"type": "module",
|
|
"main": "dist/tmagic-ui.js",
|
|
"types": "types/index.d.ts",
|
|
"exports": {
|
|
"./*": "./*"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"types"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"directory": "packages/ui",
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"dependencies": {
|
|
"@tmagic/vue-button": "workspace:*",
|
|
"@tmagic/vue-container": "workspace:*",
|
|
"@tmagic/vue-img": "workspace:*",
|
|
"@tmagic/vue-iterator-container": "workspace:*",
|
|
"@tmagic/vue-overlay": "workspace:*",
|
|
"@tmagic/vue-page": "workspace:*",
|
|
"@tmagic/vue-page-fragment": "workspace:*",
|
|
"@tmagic/vue-page-fragment-container": "workspace:*",
|
|
"@tmagic/vue-qrcode": "workspace:*",
|
|
"@tmagic/vue-text": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "^3.0.2",
|
|
"vite": "^5.4.10"
|
|
}
|
|
}
|