UNPKG

element-ui-saas-extend

Version:

基于 Element UI 对 SaaS 平台常见交互开发的预设组件

99 lines (98 loc) 3.02 kB
{ "name": "element-ui-saas-extend", "description": "基于 Element UI 对 SaaS 平台常见交互开发的预设组件", "version": "1.0.39", "main": "lib/element-ui-saas-extend.js", "typings": "types/index.d.ts", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/kwokronny/element-ui-saas-extend" }, "keywords": [ "elemement", "vue", "components", "table-page", "form-auto", "saas" ], "homepage": "https://kwokronny.gitee.io/element-ui-saas-extend", "style": "lib/theme-chalk/index.css", "bugs": { "url": "https://github.com/kwokronny/element-ui-saas-extend/issues" }, "scripts": { "doc": "vuepress dev docs", "build": "webpack --config build/webpack.component.js && gulp && node ./build/locale.js", "build:doc": "vuepress build docs", "test:unit": "vue-cli-service test:unit", "test": "cross-env NODE_ENV=test karma start karma.conf.js", "serve": "vue-cli-service serve" }, "peerDependencies": { "element-ui": "^2.15.13", "element-ui-el-table-draggable": "^1.2.10", "vue": "^3.2.47" }, "devDependencies": { "@babel/plugin-transform-modules-umd": "^7.14.5", "@types/chai": "^4.2.11", "@types/lodash-es": "^4.17.5", "@types/mocha": "^5.2.4", "@types/mockjs": "^1.0.3", "@types/numeral": "^2.0.1", "@typescript-eslint/eslint-plugin": "^4.18.0", "@typescript-eslint/parser": "^4.18.0", "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-plugin-typescript": "~4.5.0", "@vue/cli-plugin-unit-mocha": "~4.5.0", "@vue/cli-service": "~4.5.0", "@vue/eslint-config-typescript": "^7.0.0", "@vue/test-utils": "^1.0.3", "async-validator": "1.11.5", "babel-plugin-lodash": "^3.3.4", "babel-regenerator-runtime": "^6.5.0", "chai": "^4.1.2", "clipboard": "^2.0.10", "core-js": "^3.24.1", "cross-env": "^7.0.3", "dayjs": "^1.11.6", "eslint": "^6.7.2", "eslint-plugin-vue": "^6.2.2", "file-save": "^0.2.0", "gulp": "^4.0.2", "gulp-autoprefixer": "^8.0.0", "gulp-cssmin": "^0.2.0", "gulp-sass": "3.1.0", "karma": "^6.3.9", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^3.1.0", "karma-coverage": "^2.1.0", "karma-mocha": "^2.0.1", "karma-sinon-chai": "^2.0.2", "karma-sourcemap-loader": "^0.3.8", "karma-spec-reporter": "^0.0.32", "karma-webpack": "^5.0.0", "lodash-es": "^4.17.21", "mocha": "^9.1.3", "mockjs": "^1.1.0", "numeral": "^2.0.6", "sinon": "7.2.7", "sinon-chai": "^3.7.0", "style-loader": "0.23.1", "terser": "^5.9.0", "typescript": "^4.3.2", "url-loader": "1.0.1", "vue-class-component": "^7.2.3", "vue-property-decorator": "^9.1.2", "vue-template-compiler": "2.6.14", "vuepress": "^1.8.2", "vuepress-plugin-demo-container": "^0.2.0", "webpack-cli": "^4.7.2" }, "dependencies": { "element-ui-el-table-draggable": "^1.2.10" } }