UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

42 lines 1.13 kB
{ "name": "@meleon/uni-ui", "version": "1.2.0", "keywords": [ "uni-ui", "ui", "vue", "uni-app", "typescript", "components" ], "description": "A uniapp components library written in vue3 and typescript", "scripts": { "build": "tsc --project ./tsconfig.json" }, "repository": { "type": "git", "url": "git+https://github.com/floruitShow2/MeleonUI.git" }, "main": "lib/index.js", "types": "lib/index.d.ts", "author": "meleon", "license": "ISC", "dependencies": { "@dcloudio/uni-app": "3.0.0-3081220230817001", "@dcloudio/uni-app-plus": "3.0.0-3081220230817001", "@dcloudio/uni-mp-weixin": "3.0.0-3081220230817001", "colord": "^2.9.3", "b-validate": "^1.5.3", "dayjs": "^1.11.11", "pinia": "^2.0.23", "vue": "^3.2.45" }, "devDependencies": { "@dcloudio/types": "^3.3.2", "@types/node": "^20.14.2", "less": "^4.2.0", "typescript": "^4.9.4", "vite": "4.1.4", "vue-tsc": "^1.0.24" } }