mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"version": "1.4.19",
|
|
"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": "npm run build:type && vite build",
|
|
"build:type": "npm run clear:type && tsc --declaration --emitDeclarationOnly --project tsconfig.build.json",
|
|
"clear:type": "rimraf ./types",
|
|
"check:type": "tsc --noEmit --project tsconfig.build.json"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"repository": {
|
|
"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.1.1",
|
|
"@vue/compiler-sfc": "^3.4.27",
|
|
"@types/node": "^18.19.0",
|
|
"rimraf": "^3.0.2",
|
|
"vite": "^5.3.5",
|
|
"vue-tsc": "^2.0.19"
|
|
},
|
|
"peerDependencies": {
|
|
"@tmagic/design": "workspace:*",
|
|
"tdesign-vue-next": "^1.8.1",
|
|
"vue": "^3.4.35",
|
|
"typescript": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|