mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 07:27:09 +08:00
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"version": "1.1.3",
|
|
"name": "@tmagic/tmagic-form-runtime",
|
|
"type": "module",
|
|
"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"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"types"
|
|
],
|
|
"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",
|
|
"type:check": "vue-tsc --noEmit"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"peerDependencies": {
|
|
"@tmagic/core": ">=1.5.0",
|
|
"@tmagic/editor": ">=1.5.0",
|
|
"element-plus": ">=2.8.0",
|
|
"vue": ">=3.5.0",
|
|
"typescript": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@tmagic/core": {
|
|
"optional": true
|
|
},
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.19.0",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue/compiler-sfc": "^3.5.12",
|
|
"rimraf": "^3.0.2",
|
|
"vite": "^6.0.3",
|
|
"vue-tsc": "^2.1.8"
|
|
}
|
|
}
|