UNPKG

vite-plugin-antdv-fix

Version:

ant-design-vue@1.7.8不在维护,基于现在vue2 + vite + antdv已存在问题

40 lines (39 loc) 891 B
{ "name": "vite-plugin-antdv-fix", "version": "1.0.3", "description": "", "main": "src/index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsup" }, "types": "dist/index.d.ts", "module": "dist/index.mjs", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/moliyu/vite-plugin-antdv-fix.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/moliyu/vite-plugin-antdv-fix/issues" }, "homepage": "https://github.com/moliyu/vite-plugin-antdv-fix#readme", "devDependencies": { "@types/node": "^18.7.14", "tsup": "^6.2.3", "typescript": "^4.8.2", "vite": "^3.0.9" } }