@arco-vue-pro-components/pro-components
Version:
基于@arco-design/web-vue组件的高级组件,包括pro-table
84 lines (83 loc) • 2.18 kB
JSON
{
"name": "@arco-vue-pro-components/pro-components",
"version": "1.1.3",
"description": "基于@arco-design/web-vue组件的高级组件,包括pro-table",
"repository": {
"type": "git",
"url": "git+https://github.com/licailing/arco-vue-pro-components.git"
},
"keywords": [
"vue",
"arco-design",
"pro-table"
],
"bugs": {
"url": "https://github.com/licailing/arco-vue-pro-components/issues"
},
"homepage": "https://github.com/licailing/arco-vue-pro-components/tree/main/packages/pro-components#readme",
"author": "licailing",
"license": "MIT",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"umd": {
"file": "dist/index.min.js",
"style": "dist/index.min.css",
"module": "ArcoComponents"
},
"scripts": {
"dev": "start-storybook -p 6006",
"build": "npm run build:component && npm run build:style && npm run dtsgen",
"build:component": "arco-vue-scripts build:material-library",
"build:style": "arco-vue-scripts build:style -M",
"dtsgen": "arco-vue-scripts dtsgen components/**/*.{ts,tsx,vue}",
"docgen": "arco-vue-scripts docgen",
"test": "arco-vue-scripts test --coverage",
"add:component": "node ./scripts/add-component.js",
"prepublishOnly": "npm run build"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,ts,jsx,tsx,vue}": [
"eslint --fix",
"prettier --write"
],
"*.{less,css}": [
"stylelint --fix",
"prettier --write"
]
},
"peerDependencies": {
"@arco-design/web-vue": "^2.56.2",
"dayjs": "^1.11.5",
"vue": "^3.2.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.6",
"fast-glob": "^3.2.7",
"fs-extra": "^9.1.0"
},
"dependencies": {
"swr-vue": "^1.9.1"
},
"arcoMeta": {
"type": "vue-library",
"title": "est",
"category": []
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"es",
"lib",
"dist"
],
"gitHead": "9783ca655d7afbf67962d90ae7b8bf5eb564b5b4"
}