mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 07:27:09 +08:00
63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"version": "1.2.0-beta.14",
|
|
"name": "@tmagic/form",
|
|
"sideEffects": [
|
|
"dist/*",
|
|
"src/theme/*"
|
|
],
|
|
"main": "dist/tmagic-form.umd.js",
|
|
"module": "dist/tmagic-form.mjs",
|
|
"style": "dist/style.css",
|
|
"types": "types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/tmagic-form.mjs",
|
|
"require": "./dist/tmagic-form.umd.js"
|
|
},
|
|
"./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",
|
|
"clear:type": "rimraf ./types"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.0.9",
|
|
"@tmagic/design": "1.2.0-beta.14",
|
|
"@tmagic/utils": "1.2.0-beta.14",
|
|
"lodash-es": "^4.17.21",
|
|
"sortablejs": "^1.14.0",
|
|
"vue": "^3.2.37"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.2.37"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.18.0",
|
|
"@types/lodash-es": "^4.17.4",
|
|
"@types/node": "^15.12.4",
|
|
"@types/sortablejs": "^1.10.7",
|
|
"@vitejs/plugin-vue": "^3.1.0",
|
|
"@vue/compiler-sfc": "^3.2.37",
|
|
"@vue/test-utils": "^2.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"sass": "^1.35.1",
|
|
"typescript": "^4.7.4",
|
|
"vite": "^3.1.3",
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
|
"vue-tsc": "^1.0.8"
|
|
}
|
|
}
|