1 Star 0 Fork 0

TsMask/antdv-pro-modal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
TsMask 提交于 2024-06-25 22:05 . chore: 更新版本号4.0.5
{
"name": "antdv-pro-modal",
"type": "module",
"version": "4.0.5",
"description": "Ant Design Vue Pro Modal dialog box, can be dragged and resized.",
"keywords": [
"Ant Design Vue",
"vueComponent",
"vue",
"antd",
"antdv",
"antdv-pro",
"component",
"pro-modal"
],
"contributors": [
"TsMask <340112800@qq.com>"
],
"repository": {
"type": "git",
"url": "https://gitee.com/TsMask/antdv-pro-modal"
},
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"peerDependencies": {
"ant-design-vue": ">=4.2.0",
"vue": ">=3.4.0"
},
"files": [
"dist"
],
"types": "./dist/types",
"style": "./dist/style.css",
"main": "./dist/antdv-pro-modal.umd.cjs",
"module": "./dist/antdv-pro-modal.js",
"exports": {
".": {
"import": "./dist/antdv-pro-modal.js",
"require": "./dist/antdv-pro-modal.umd.cjs"
},
"./dist/style.css": "./dist/style.css"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^18.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@ant-design/icons-vue": "^7.0.1",
"ant-design-vue": "^4.2.3",
"antdv-pro-layout": "^4.1.7",
"vue": "^3.4.28",
"vue-router": "^4.3.2",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1",
"vue-tsc": "^2.0.21"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/TsMask/antdv-pro-modal.git
git@gitee.com:TsMask/antdv-pro-modal.git
TsMask
antdv-pro-modal
antdv-pro-modal
main

搜索帮助