2024-05-14 14:25:47 +08:00

54 lines
1.3 KiB
JSON

{
"version": "1.4.4",
"name": "@tmagic/design",
"type": "module",
"sideEffects": [
"dist/*"
],
"main": "dist/tmagic-design.umd.cjs",
"module": "dist/tmagic-design.js",
"types": "types/index.d.ts",
"exports": {
".": {
"types": "./types/index.d.ts",
"import": "./dist/tmagic-design.js",
"require": "./dist/tmagic-design.umd.cjs"
},
"./*": "./*"
},
"license": "Apache-2.0",
"scripts": {
"build": "npm run build:type && vite build",
"build:type": " vue-tsc --declaration --emitDeclarationOnly --project tsconfig.build.json",
"clear:type": "rimraf ./types",
"check:type": "vue-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"
],
"peerDependencies": {
"vue": "^3.4.27"
},
"devDependencies": {
"@types/node": "^18.19.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.27",
"@vue/test-utils": "^2.4.6",
"rimraf": "^3.0.2",
"typescript": "^5.4.2",
"vite": "^5.2.11",
"vue-tsc": "^2.0.16"
}
}