UNPKG

diyi-ui

Version:

diyi A Vue.js UI

130 lines (129 loc) 4.04 kB
{ "name": "diyi-ui", "description": "diyi A Vue.js UI", "version": "0.0.50", "author": "decong", "license": "MIT", "private": false, "main": "dist/diyi-ui.min.js", "scripts": { "debug": "babel-node", "dev:doc": "vuepress dev docs", "build:doc": "vuepress build docs", "publish": "npm publish && node robat.js", "lint": "eslint . --ext \".vue,.js\" --fix && stylelint src/styles --syntax scss --fix", "lint:lib": "eslint . --ext \".vue,.js\" --fix", "lint:style": "stylelint src/**/*.scss --syntax scss --fix", "build:component": "npm run lint && cross-env NODE_ENV=production webpack --config webpack/webpack.component.js --progress" }, "keywords": [ "diyi", "vue-ui", "erp", "vue" ], "lint-staged": { "*.{js,vue}": "npm run lint:lib", "*.scss": "npm run lint:style" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "dependencies": { "axios": "^0.20.0", "core-js": "^2.6.11", "dayjs": "^1.8.23", "element-ui": "^2.13.0", "git": "^0.1.5", "highlight.js": "^9.18.1", "lodash": "^4.17.15", "lodash.debounce": "^4.0.8", "stylelint-config-sass-guidelines": "^7.0.0", "stylelint-webpack-plugin": "^1.2.3", "v-copy": "^0.1.0", "vue": "^2.6.11", "vue-infinite-loading": "^2.4.5", "vue-router": "^3.1.5", "vuepress": "^1.5.3" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ], "devDependencies": { "@babel/core": "^7.8.7", "@babel/plugin-proposal-optional-chaining": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-optional-chaining": "^7.8.3", "@babel/plugin-transform-runtime": "^7.8.3", "@babel/preset-env": "^7.8.7", "autoprefixer": "^9.7.4", "babel-cli": "^6.26.0", "babel-eslint": "^10.0.3", "babel-loader": "^8.0.6", "babel-plugin-import": "^1.13.0", "babel-preset-env": "^1.6.0", "clean-webpack-plugin": "^3.0.0", "cross-env": "^7.0.2", "css-loader": "^3.4.2", "error-overlay-webpack-plugin": "^0.4.1", "eslint": "^6.6.0", "eslint-config-standard": "^14.1.0", "eslint-friendly-formatter": "^4.0.1", "eslint-loader": "^3.0.2", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "eslint-plugin-vue": "^6.2.2", "eslint-plugin-vue-libs": "^4.0.0", "file-loader": "^4.2.0", "friendly-errors-webpack-plugin": "^1.7.0", "happypack": "^5.0.1", "html-webpack-plugin": "^3.2.0", "husky": "^4.2.5", "lint-staged": "^10.2.11", "mini-css-extract-plugin": "^0.9.0", "moment": "^2.24.0", "optimize-css-assets-webpack-plugin": "^5.0.3", "portfinder": "^1.0.25", "postcss": "^7.0.27", "postcss-loader": "^3.0.0", "purify-css": "^1.2.5", "purifycss-webpack": "^0.7.0", "sass": "^1.26.3", "sass-loader": "^8.0.2", "speed-measure-webpack-plugin": "^1.3.1", "style-loader": "^1.0.0", "stylelint": "^13.3.2", "stylelint-config-sass-guidelines": "^7.0.0", "stylelint-config-standard": "^20.0.0", "stylelint-order": "^4.0.0", "stylelint-webpack-plugin": "^1.2.3", "terser-webpack-plugin": "^2.3.5", "transliteration": "^2.1.8", "ts-loader": "^6.2.2", "typescript": "^3.8.3", "url-loader": "^3.0.0", "vue-cropperjs": "^4.0.1", "vue-loader": "^15.9.0", "vue-markdown-loader": "^2.4.1", "vue-template-compiler": "^2.4.4", "vuepress-plugin-auto-sidebar": "^1.4.1", "webpack": "^4.42.0", "webpack-bundle-analyzer": "^3.6.1", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.10.3", "webpack-merge": "^4.2.2" }, "resolutions": { "watchpack": "1.6.1" }, "repository": { "type": "git", "url": "http://192.168.1.184/dyWeb/diyi-ui.git" } }