mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"version": "1.2.0-beta.25",
|
|
"name": "@tmagic/tdesign-vue-next-adapter",
|
|
"type": "module",
|
|
"sideEffects": [
|
|
"dist/*"
|
|
],
|
|
"main": "dist/tmagic-tdesign-vue-next-adapter.umd.cjs",
|
|
"module": "dist/tmagic-tdesign-vue-next-adapter.js",
|
|
"types": "types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/tmagic-tdesign-vue-next-adapter.js",
|
|
"require": "./dist/tmagic-tdesign-vue-next-adapter.umd.cjs"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"build": "npm run build:type && vite build",
|
|
"build:type": "npm run clear:type && 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"
|
|
},
|
|
"homepage": "https://tencent.github.io/tmagic-editor/docs/",
|
|
"keywords": [
|
|
"design",
|
|
"vue",
|
|
"vue3",
|
|
"typescript"
|
|
],
|
|
"dependencies": {
|
|
"element-plus": "^2.2.19",
|
|
"tdesign-vue-next": "^0.26.0",
|
|
"vue": "^3.2.37"
|
|
},
|
|
"peerDependencies": {
|
|
"element-plus": "^2.2.19",
|
|
"vue": "^3.2.37"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^3.1.0",
|
|
"@vue/compiler-sfc": "^3.2.37",
|
|
"@types/node": "^15.12.4",
|
|
"rimraf": "^3.0.2",
|
|
"typescript": "^4.7.4",
|
|
"vite": "^3.1.3"
|
|
}
|
|
}
|