mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"version": "0.0.4",
|
|
"name": "@tmagic/react-runtime-help",
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"main": "dist/tmagic-react-runtime-help.umd.cjs",
|
|
"module": "dist/tmagic-react-runtime-help.js",
|
|
"types": "types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./types/index.d.ts",
|
|
"import": "./dist/tmagic-react-runtime-help.js",
|
|
"require": "./dist/tmagic-react-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": {
|
|
"lodash-es": "^4.17.21"
|
|
},
|
|
"peerDependencies": {
|
|
"lodash-es": "^4.17.21",
|
|
"@tmagic/core": ">=1.5.0",
|
|
"@tmagic/stage": ">=1.5.0",
|
|
"react": ">=18.3.1",
|
|
"typescript": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@tmagic/core": {
|
|
"optional": true
|
|
},
|
|
"@tmagic/stage": {
|
|
"optional": true
|
|
},
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.4",
|
|
"@types/react": "^18.3.3"
|
|
}
|
|
} |