hk-core-antdv
Version:
Based on Antd Vue3 custom components
62 lines (61 loc) • 1.45 kB
JSON
{
"name": "hk-core-antdv",
"private": false,
"version": "1.0.47",
"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.39"
},
"devDependencies": {
"@toast-ui/editor": "^3.2.2",
"@types/node": "^26.1.0",
"@vitejs/plugin-vue": "^6.0.7",
"@vitejs/plugin-vue-jsx": "^5.1.6",
"ant-design-vue": "^4.2.6",
"bpmn-js": "^18.19.0",
"rimraf": "^6.1.3",
"sass-embedded": "^1.100.0",
"terser": "^5.48.0",
"typescript": "^6.0.3",
"vite": "^8.1.3",
"vite-plugin-dts": "^5.0.3",
"vue-draggable-plus": "^0.6.1",
"vue-tsc": "^3.3.6"
}
}