mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"version": "1.5.5",
|
|
"name": "@tmagic/tdesign-vue-next-adapter",
|
|
"type": "module",
|
|
"main": "dist/tmagic-tdesign-vue-next-adapter.umd.cjs",
|
|
"module": "dist/tmagic-tdesign-vue-next-adapter.js",
|
|
"types": "types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./types/index.d.ts",
|
|
"import": "./dist/tmagic-tdesign-vue-next-adapter.js",
|
|
"require": "./dist/tmagic-tdesign-vue-next-adapter.umd.cjs"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"types",
|
|
"src"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"repository": {
|
|
"directory": "packages/tdesign-vue-next-adapter",
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"homepage": "https://tencent.github.io/tmagic-editor/docs/",
|
|
"keywords": [
|
|
"design",
|
|
"vue",
|
|
"vue3",
|
|
"typescript"
|
|
],
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue/compiler-sfc": "^3.5.12",
|
|
"@types/node": "^18.19.0",
|
|
"rimraf": "^3.0.2",
|
|
"vite": "^6.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@tmagic/design": "workspace:*",
|
|
"tdesign-vue-next": "^1.9.8",
|
|
"vue": ">=3.5.0",
|
|
"typescript": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|