2022-10-17 16:03:29 +08:00

54 lines
1.2 KiB
JSON

{
"version": "1.2.0-beta.7",
"name": "@tmagic/design",
"sideEffects": [
"dist/*"
],
"main": "dist/tmagic-design.umd.js",
"module": "dist/tmagic-design.mjs",
"types": "types/index.d.ts",
"exports": {
".": {
"import": "./dist/tmagic-design.mjs",
"require": "./dist/tmagic-design.umd.js"
},
"./*": "./*"
},
"license": "Apache-2.0",
"scripts": {
"build": "npm run build:type && vite build",
"build:type": "npm run clear:type && vue-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": {
"vue": "^3.2.37"
},
"peerDependencies": {
"vue": "^3.2.37"
},
"devDependencies": {
"@types/node": "^15.12.4",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/compiler-sfc": "^3.2.37",
"@vue/test-utils": "^2.0.0",
"rimraf": "^3.0.2",
"typescript": "^4.7.4",
"vite": "^3.1.3",
"vue-tsc": "^0.39.4"
}
}