@cqmcui/cqmcui
Version:
轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)
61 lines (60 loc) • 1.33 kB
JSON
{
"name": "@cqmcui/cqmcui",
"version": "4.1.0",
"description": "轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/cqmcui.umd.js",
"module": "dist/cqmcui.es.js",
"style": "dist/style.css",
"typings": "dist/types/index.d.ts",
"sideEffects": [
"dist/packages/**/style.mjs",
"*.scss",
"*.css"
],
"web-types": "dist/smartips/web-types.json",
"keywords": [
"cqmcui",
"cqmcui2",
"cqmcui3",
"cqmcui4",
"vue",
"vue3",
"webpack",
"vue component",
"vue3 component",
"vite",
"cq",
"cqmcfe"
],
"author": "cqmcfe",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"publish:beta": "npm publish --tag=beta",
"publish:latest": "npm publish"
},
"peerDependencies": {
"unplugin-vue-components": "^0.23.0"
},
"peerDependenciesMeta": {
"unplugin-vue-components": {
"optional": true
}
},
"dependencies": {
"sass": "^1.50.0",
"@cqmcui/icons-vue": "^0.0.26"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/jdf2e/cqmcui.git"
},
"bugs": {
"url": "https://github.com/jdf2e/cqmcui/issues"
},
"homepage": "https://github.com/jdf2e/cqmcui#readme"
}