mc-pro-ui
Version:
一个功能强大的 Vue 3 UI 组件库,提供完整的 TypeScript 支持
152 lines (151 loc) • 4.05 kB
JSON
{
"name": "mc-pro-ui",
"private": false,
"version": "2.1.10",
"type": "module",
"author": "chenyu",
"description": "一个功能强大的 Vue 3 UI 组件库,提供完整的 TypeScript 支持",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./style": "./dist/style.css",
"./dist/style.css": "./dist/style.css",
"./resolver": "./dist/resolver.js"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"vue3",
"typescript",
"ui",
"component",
"element-plus",
"pro-table",
"pro-form",
"search-form",
"grid",
"icon",
"dialog"
],
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
"format": "prettier --write .",
"test": "vitest",
"test:coverage": "vitest --coverage",
"prepublishOnly": "npm run build",
"publish:lib": "node publish.js"
},
"dependencies": {
"@nuxt/kit": "^3.13.2",
"@vueuse/core": "^9.13.0",
"@vueuse/integrations": "^9.13.0",
"axios": "^1.3.5",
"commitizen": "^4.3.0",
"dayjs": "^1.11.7",
"element-plus": "^2.8.3",
"eruda": "^3.0.0",
"eslint-config-prettier": "^8.8.0",
"hotkeys-js": "^3.10.2",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"mockjs": "^1.1.0",
"npm": "^9.6.6",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.1",
"pinia": "^2.0.34",
"pinia-plugin-persist": "^1.0.0",
"pinia-plugin-persistedstate": "^3.1.0",
"qs": "^6.11.1",
"vconsole": "^3.15.0",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
"peerDependencies": {
"vue": "^3.3.0",
"element-plus": "^2.8.0"
},
"peerDependenciesMeta": {
"element-plus": {
"optional": true
}
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "https://gitee.com/daboluoxigua/npm-pro-ui.git"
},
"bugs": {
"url": "https://gitee.com/daboluoxigua/npm-pro-ui/issues"
},
"homepage": "https://gitee.com/daboluoxigua/npm-pro-ui#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.4",
"@iconify-json/ep": "^1.1.10",
"@iconify/vue": "^4.1.1",
"@types/nprogress": "^0.2.0",
"@types/path-browserify": "^1.0.0",
"@types/qs": "^6.9.7",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"autoprefixer": "^10.4.14",
"bumpp": "^9.1.0",
"cz-conventional-changelog": "^3.3.0",
"cz-git": "^1.6.1",
"eslint": "^8.38.0",
"eslint-plugin-prettier": "^4.2.1",
"esno": "^0.16.3",
"fs-extra": "^11.1.1",
"http-server": "^14.1.1",
"lint-staged": "^13.2.1",
"npm-run-all": "^4.1.5",
"plop": "^3.1.2",
"postcss-html": "^1.5.0",
"prettier": "^2.8.8",
"sass": "^1.62.0",
"simple-git-hooks": "^2.8.1",
"sortablejs": "^1.15.0",
"stylelint": "^15.4.0",
"stylelint-config-standard": "^32.0.0",
"stylelint-config-standard-scss": "^8.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-scss": "^4.6.0",
"stylelint-stylistic": "^0.4.0",
"svgo": "^3.0.2",
"terser": "^5.16.9",
"typescript": "^5.0.4",
"unplugin-auto-import": "^0.15.2",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.1",
"vite-plugin-banner": "^0.7.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "^4.2.1",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-pages": "^0.29.0",
"vite-plugin-spritesmith": "^0.1.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-inspector": "^3.4.0",
"vite-plugin-vue-meta-layouts": "^0.2.2",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-tsc": "^1.2.0"
}
}