mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
39 lines
969 B
JSON
39 lines
969 B
JSON
{
|
|
"name": "@tmagic/ui-react",
|
|
"version": "1.5.10",
|
|
"type": "module",
|
|
"main": "dist/tmagic-ui-react.js",
|
|
"types": "types/index.d.ts",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"repository": {
|
|
"directory": "packages/ui-react",
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"dependencies": {
|
|
"@tmagic/react-button": "workspace:*",
|
|
"@tmagic/react-container": "workspace:*",
|
|
"@tmagic/react-img": "workspace:*",
|
|
"@tmagic/react-iterator-container": "workspace:*",
|
|
"@tmagic/react-overlay": "workspace:*",
|
|
"@tmagic/react-page": "workspace:*",
|
|
"@tmagic/react-page-fragment": "workspace:*",
|
|
"@tmagic/react-page-fragment-container": "workspace:*",
|
|
"@tmagic/react-qrcode": "workspace:*",
|
|
"@tmagic/react-text": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|