mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-30 06:19:18 +08:00
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"version": "1.0.2",
|
|
"name": "@tmagic/tmagic-form-runtime",
|
|
"type": "module",
|
|
"sideEffects": [
|
|
"dist/*",
|
|
"src/theme/*"
|
|
],
|
|
"main": "dist/tmagic-form-runtime.umd.cjs",
|
|
"module": "dist/tmagic-form-runtime.js",
|
|
"types": "types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./types/index.d.ts",
|
|
"import": "./dist/tmagic-form-runtime.js",
|
|
"require": "./dist/tmagic-form.umd-runtime.cjs"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"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",
|
|
"clear:type": "rimraf ./types"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"dependencies": {
|
|
"@tmagic/core": "1.3.16",
|
|
"@tmagic/editor": "1.3.16",
|
|
"@tmagic/form": "1.3.16",
|
|
"@tmagic/utils": "1.3.16",
|
|
"@tmagic/schema": "1.3.16",
|
|
"element-plus": "^2.4.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@tmagic/editor": "1.3.16",
|
|
"@tmagic/form": "1.3.16",
|
|
"@tmagic/schema": "1.3.16",
|
|
"element-plus": "^2.4.3",
|
|
"vue": "^3.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"@tmagic/stage": "^1.3.9",
|
|
"@types/node": "^18.19.0",
|
|
"@vitejs/plugin-vue": "^4.5.2",
|
|
"@vue/compiler-sfc": "^3.3.8",
|
|
"rimraf": "^3.0.2",
|
|
"typescript": "^5.0.4",
|
|
"vite": "^5.0.7",
|
|
"vue-tsc": "^1.8.25"
|
|
}
|
|
}
|