UNPKG

antd-vue-dbthor

Version:

<p align="center"> <a href="https://www.dbice.cn/antd-vue-dbthor/docs/"> <img width="200" src="https://aliyuncdn.antdv.com/logo.png"> </a> </p>

106 lines (105 loc) 3.51 kB
{ "name": "antd-vue-dbthor", "homepage": "https://www.dbice.cn/antd-vue-dbthor/docs/", "type": "module", "private": false, "version": "1.0.110", "description": "", "repository": { "type": "git", "url": "https://gitee.com/db-thor/antd-vue-dbthor.git" }, "main": "index.js", "scripts": { "dev": "cross-env NODE_ENV=development vite", "dev:preview": "cross-env NODE_ENV=preview vite", "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && vite build", "docs:dev": "cross-env NODE_ENV=development vitepress dev docs", "docs:build": "cross-env NODE_ENV=production vitepress build docs", "push": "npm publish", "push:scet": "npm publish --registry https://dev.scet.com.cn/verdaccio/" }, "files": [ "dist" ], "types": "./dist/types/src/main.d.ts", "exports": { ".": { "import": "./dist/lib/index.es.js", "require": "./dist/lib/index.umd.js", "types": "./dist/types/src/main.d.ts", "default": "./dist/lib/index.umd.js" }, "./*": "./*" }, "keywords": [ "ant-design-vue-pro" ], "author": "dbthor", "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@ant-design/icons-vue": "^7.0.1", "@rollup/plugin-terser": "^0.4.4", "@types/big.js": "^6.2.2", "@types/mime-types": "^2.1.4", "@types/node": "^20.17.8", "@types/numeral": "^2.0.5", "@types/pinyin": "^2.10.2", "@types/qs": "^6.9.17", "@vitejs/plugin-vue": "^5.2.0", "@vitejs/plugin-vue-jsx": "^4.1.0", "@vue-macros/reactivity-transform": "^1.1.4", "@vue/compiler-sfc": "^3.5.13", "@vue/runtime-core": "^3.5.13", "@vueuse/core": "^13.1.0", "ant-design-vue": "~4.2.6", "autoprefixer": "^10.4.20", "axios": "^1.7.8", "big.js": "^6.2.2", "cross-env": "^7.0.3", "dayjs": "^1.11.13", "es-toolkit": "^1.27.0", "js-file-downloader": "^1.1.25", "mime": "^4.0.6", "numeral": "^2.0.6", "path": "^0.12.7", "pinyin-pro": "^3.26.0", "postcss": "^8.4.49", "qs": "^6.13.1", "resize-observer-polyfill": "^1.5.1", "rimraf": "^6.0.1", "rollup-plugin-visualizer": "^5.14.0", "sass-embedded": "^1.87.0", "tailwindcss": "^3.4.15", "typescript": "^5.7.2", "unplugin-vue-macros": "^2.13.8", "vite": "^5.4.11", "vite-plugin-compression2": "^1.3.1", "vite-plugin-css-injected-by-js": "^3.5.2", "vite-plugin-dts": "4.5.3", "vite-plugin-remove-console": "^2.2.0", "vitepress": "^1.5.0", "vue": "^3.5.13", "vue-router": "^4.5.0" }, "peerDependencies": { "@ant-design/icons-vue": "^7.0.1", "@vueuse/core": "^13.1.0", "ant-design-vue": "4.x", "axios": "^1.7.8", "big.js": "^6.2.2", "dayjs": "^1.11.13", "es-toolkit": "^1.27.0", "js-file-downloader": "^1.1.25", "mime": "^4.0.6", "numeral": "^2.0.6", "pinyin-pro": "^3.26.0", "qs": "^6.13.1", "tailwindcss": "^3.4.15", "vue": "^3.5.13" } }