winbox-ui-next
Version:
We Design Vue 2.0: A Vue.js 3 UI Library
119 lines (118 loc) • 3.8 kB
JSON
{
"name": "winbox-ui-next",
"version": "0.37.12",
"description": "We Design Vue 2.0: A Vue.js 3 UI Library",
"keywords": [
"winbox",
"vue"
],
"author": "WeDesign Team",
"homepage": "winbox.wenge.com/vue-next",
"license": "MIT",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"unpkg": "dist/winbox.min.js",
"files": [
"es",
"lib",
"dist",
"json"
],
"repository": {
"type": "git",
"url": "git+https://gitee.com/front-end-architecture-department/win-box-next.git"
},
"sideEffects": [
"dist/*",
"es/**/style/*",
"lib/**/style/*",
"*.less"
],
"scripts": {
"init": "yarn run icongen && yarn run lessgen && arco-vue-scripts build:component",
"start": "arco-vue-scripts dev:component",
"docgen": "arco-vue-scripts docgen",
"icongen": "arco-vue-scripts icongen && yarn run dtsgen:icon",
"lessgen": "arco-vue-scripts lessgen",
"jsongen": "arco-vue-scripts jsongen",
"build": "yarn run build:component && yarn run build:style && yarn run dtsgen",
"build:component": "arco-vue-scripts build:component -u",
"build:style": "arco-vue-scripts build:style",
"dtsgen": "arco-vue-scripts dtsgen 'components/**/*.{ts,tsx,vue}'",
"dtsgen:icon": "arco-vue-scripts dtsgen 'components/icon/**/*.{ts,tsx,vue}' -o 'components/icon/@types'",
"test": "arco-vue-scripts test --coverage",
"test:update": "arco-vue-scripts test --coverage -u",
"changelog": "arco-vue-scripts changelog",
"lint-staged": "npx lint-staged"
},
"peerDependencies": {
"vue": "^3.1.0"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,vue}": [
"eslint --fix",
"prettier --write"
],
"*.{less,css}": [
"stylelint --fix",
"prettier --write"
]
},
"devDependencies": {
"@arco-design/arco-vue-scripts": "^0.2.0",
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.14.7",
"@babel/preset-typescript": "^7.14.5",
"@types/jest": "^26.0.24",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.12.0",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/test-utils": "^2.0.0-beta.14",
"eslint": "^7.21.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.7.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"stylelint": "^13.8.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"typescript": "^4.2.4",
"vue-jest": "^5.0.0-alpha.10"
},
"dependencies": {
"@css-render/plugin-bem": "^0.15.12",
"@css-render/vue3-ssr": "^0.15.12",
"b-tween": "^0.3.3",
"b-validate": "^1.3.1",
"compute-scroll-into-view": "^1.0.17",
"css-render": "^0.15.12",
"date-fns": "^2.29.3",
"dayjs": "^1.10.3",
"evtd": "^0.2.4",
"lodash-es": "^4.17.21",
"number-precision": "^1.5.0",
"resize-observer-polyfill": "^1.5.1",
"scroll-into-view-if-needed": "^2.2.28",
"seemly": "^0.3.6",
"treemate": "^0.3.11",
"vdirs": "^0.1.8",
"vooks": "^0.2.12",
"vueuc": "^0.4.51",
"katex": "^0.16.4"
},
"vetur": {
"tags": "json/vetur-tags.json",
"attributes": "json/vetur-attributes.json"
},
"web-types": "json/web-types.json"
}