2024-05-14 14:25:47 +08:00

89 lines
2.3 KiB
JSON

{
"version": "1.4.4",
"name": "@tmagic/editor",
"type": "module",
"sideEffects": [
"dist/*",
"src/theme/*"
],
"main": "dist/tmagic-editor.umd.cjs",
"module": "dist/tmagic-editor.js",
"style": "dist/style.css",
"types": "types/index.d.ts",
"exports": {
".": {
"types": "./types/index.d.ts",
"import": "./dist/tmagic-editor.js",
"require": "./dist/tmagic-editor.umd.cjs"
},
"./dist/style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
},
"./*": "./*"
},
"license": "Apache-2.0",
"scripts": {
"build": "npm run build:type && vite build",
"build:type": "npm run clear:type && vue-tsc --declaration --emitDeclarationOnly --project tsconfig.build.json && tsc-alias -p tsconfig.build.json",
"clear:type": "rimraf ./types",
"check:type": "vue-tsc --noEmit --project tsconfig.build.json"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"homepage": "https://tencent.github.io/tmagic-editor/docs/",
"keywords": [
"editor",
"drag",
"resize",
"vue",
"vue3",
"typescript"
],
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@tmagic/dep": "workspace:*",
"@tmagic/table": "workspace:*",
"buffer": "^6.0.3",
"color": "^3.1.3",
"emmet-monaco-es": "^5.3.0",
"events": "^3.3.0",
"gesto": "^1.19.1",
"keycon": "^1.4.0",
"lodash-es": "^4.17.21",
"moveable": "^0.53.0",
"serialize-javascript": "^6.0.0"
},
"peerDependencies": {
"@tmagic/core": "workspace:*",
"@tmagic/design": "workspace:*",
"@tmagic/form": "workspace:*",
"@tmagic/schema": "workspace:*",
"@tmagic/stage": "workspace:*",
"@tmagic/utils": "workspace:*",
"monaco-editor": "^0.48.0",
"vue": "^3.4.27"
},
"devDependencies": {
"@types/events": "^3.0.0",
"@types/lodash-es": "^4.17.4",
"@types/node": "^18.19.0",
"@types/serialize-javascript": "^5.0.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.27",
"@vue/test-utils": "^2.4.6",
"rimraf": "^3.0.2",
"sass": "^1.77.0",
"tsc-alias": "^1.8.5",
"type-fest": "^4.10.3",
"typescript": "^5.4.2",
"vite": "^5.2.11",
"vue-tsc": "^2.0.16"
}
}