2022-11-18 18:12:58 +08:00

51 lines
1016 B
JSON

{
"version": "1.2.0-beta.14",
"name": "@tmagic/element-plus-adapter",
"sideEffects": [
"dist/*"
],
"main": "dist/index.js",
"module": "dist/index.js",
"types": "types/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./*": "./*"
},
"license": "Apache-2.0",
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clear:type": "rimraf ./types"
},
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"homepage": "https://tencent.github.io/tmagic-editor/docs/",
"keywords": [
"design",
"vue",
"vue3",
"typescript"
],
"dependencies": {
"element-plus": "^2.2.19",
"vue": "^3.2.37"
},
"peerDependencies": {
"element-plus": "^2.2.19",
"vue": "^3.2.37"
},
"devDependencies": {
"@types/node": "^15.12.4",
"rimraf": "^3.0.2",
"typescript": "^4.7.4",
"vite": "^3.1.3"
}
}