UNPKG

@wgxshh/w-ui

Version:
40 lines (39 loc) 904 B
{ "name": "@wgxshh/w-ui", "type": "module", "version": "1.0.10", "private": false, "description": "w-ui", "author": "wgxshh", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://github.com/your-repo/w-ui.git" }, "keywords": ["vue-component", "uniapp", "w-ui"], "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "files": ["dist"], "scripts": { "build": "vite build" }, "peerDependencies": { "vue": "^3.4.21", "wot-design-uni": "^1.7.0", "z-paging": "^2.8.5" }, "dependencies": { "dayjs": "^1.11.13", "jsencrypt": "^3.3.2", "lodash": "^4.17.21" }, "devDependencies": { "@types/node": "^22.13.4", "@vitejs/plugin-vue": "^5.2.1", "typescript": "^5.7.3", "vite": "^5.4.14" } }