UNPKG

hk-core-antdv

Version:

Based on Antd Vue3 custom components

61 lines (60 loc) 1.42 kB
{ "name": "hk-core-antdv", "private": false, "version": "1.0.37", "title": "Ant Design Vue3 Custom Component", "description": "Based on Antd Vue3 custom components", "scripts": { "dev": "vite", "rimraf": "rimraf dist", "build": "rimraf dist && vite build" }, "keywords": [ "antdv", "vue3", "table", "date", "Dynamic Form" ], "author": { "name": "Kevin", "email": "huankai@139.com" }, "repository": { "type": "git", "url": "https://gitee.com/kevin-core/hk-core-antdv" }, "bugs": { "url": "https://gitee.com/kevin-core/hk-core-antdv/issues" }, "type": "module", "license": "MIT", "main": "./dist/hk-core-antdv.umd.cjs", "module": "./dist/hk-core-antdv.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/hk-core-antdv.js", "require": "./dist/hk-core-antdv.umd.cjs" }, "./dist/style.css": "./dist/style.css" }, "dependencies": { "vue": "^3.5.18" }, "devDependencies": { "@toast-ui/editor": "^3.2.2", "@types/node": "^22.10.1", "@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue-jsx": "^4.1.1", "ant-design-vue": "^4.2.6", "bpmn-js": "^18.1.1", "rimraf": "^6.0.1", "sass-embedded": "^1.81.0", "typescript": "^5.8.3", "vite": "^7.0.4", "vite-plugin-dts": "^4.3.0", "vue-draggable-plus": "^0.6.0", "vue-tsc": "^3.0.1" } }