123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- {
- "name": "5kcrm",
- "version": "11.0.0",
- "description": "",
- "author": "5kcrm <service@5kcrm.com>",
- "scripts": {
- "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
- "start": "npm run dev",
- "build": "node build/build.js",
- "build:report": "npm_config_report=true npm run build",
- "lint": "eslint --ext .js,.vue src --fix",
- "test": "npm run lint"
- },
- "dependencies": {
- "@chenfengyuan/vue-qrcode": "^1.0.2",
- "@fullcalendar/core": "^4.3.1",
- "@fullcalendar/daygrid": "^4.3.0",
- "@fullcalendar/interaction": "^4.3.0",
- "@fullcalendar/list": "^4.3.0",
- "@fullcalendar/timegrid": "^4.3.0",
- "@fullcalendar/timeline": "^4.3.0",
- "@fullcalendar/vue": "^4.3.1",
- "@tinymce/tinymce-vue": "^3.2.0",
- "axios": "0.18.0",
- "babel-polyfill": "^6.26.0",
- "clipboard": "^2.0.4",
- "echarts": "^4.3.0",
- "el-bigdata-table": "^1.0.32",
- "element-ui": "^2.12.0",
- "file-saver": "^2.0.1",
- "id-validator": "^1.3.0",
- "js-cookie": "2.2.1",
- "js-md5": "^0.7.3",
- "lockr": "^0.8.5",
- "normalize.css": "7.0.0",
- "nprogress": "0.2.0",
- "number-precision": "^1.5.0",
- "numeral": "^2.0.6",
- "nzh": "^1.0.4",
- "pinyin-match": "1.0.9",
- "qrcodejs2": "0.0.2",
- "signature_pad": "3.0.0-beta.4",
- "throttle-debounce": "^2.1.0",
- "v-calendar": "2.3.0",
- "vue": "2.5.17",
- "vue-bus": "^1.1.0",
- "vue-calendar-component": "^2.8.2",
- "vue-cropper": "^0.4.8",
- "vue-i18n": "^8.7.0",
- "vue-moment": "^4.0.0",
- "vue-radial-progress": "^0.2.10",
- "vue-router": "3.0.1",
- "vue2-animate": "^2.1.2",
- "vuedraggable": "2.24.3",
- "vuex": "3.0.1",
- "xlsx": "^0.14.1",
- "xss": "^1.0.6"
- },
- "devDependencies": {
- "autoprefixer": "8.5.0",
- "babel-core": "6.26.0",
- "babel-eslint": "8.2.6",
- "babel-helper-vue-jsx-merge-props": "2.0.3",
- "babel-loader": "7.1.5",
- "babel-plugin-dynamic-import-node": "^2.3.3",
- "babel-plugin-syntax-jsx": "6.18.0",
- "babel-plugin-transform-runtime": "6.23.0",
- "babel-plugin-transform-vue-jsx": "3.7.0",
- "babel-preset-env": "1.7.0",
- "babel-preset-stage-2": "6.24.1",
- "chalk": "2.4.1",
- "copy-webpack-plugin": "4.5.2",
- "css-loader": "1.0.0",
- "eslint": "4.19.1",
- "eslint-friendly-formatter": "4.0.1",
- "eslint-loader": "2.0.0",
- "eslint-plugin-vue": "4.7.1",
- "eventsource-polyfill": "0.9.6",
- "file-loader": "1.1.11",
- "friendly-errors-webpack-plugin": "1.7.0",
- "html-webpack-plugin": "4.0.0-alpha",
- "less": "3.0.0",
- "less-loader": "4.1.0",
- "mini-css-extract-plugin": "0.4.1",
- "node-notifier": "5.2.1",
- "node-sass": "^4.7.2",
- "optimize-css-assets-webpack-plugin": "5.0.0",
- "ora": "3.0.0",
- "path-to-regexp": "2.4.0",
- "portfinder": "1.0.16",
- "postcss-import": "12.0.0",
- "postcss-loader": "2.1.6",
- "postcss-url": "7.3.2",
- "rimraf": "2.6.2",
- "sass-loader": "7.0.3",
- "sass-resources-loader": "^2.0.0",
- "script-ext-html-webpack-plugin": "2.0.1",
- "semver": "5.5.0",
- "shelljs": "0.8.2",
- "svg-sprite-loader": "^4.1.3",
- "uglifyjs-webpack-plugin": "1.2.7",
- "url-loader": "1.0.1",
- "vue-loader": "15.3.0",
- "vue-style-loader": "4.1.2",
- "vue-template-compiler": "2.5.17",
- "webpack": "4.16.5",
- "webpack-bundle-analyzer": "^2.13.1",
- "webpack-cli": "3.1.0",
- "webpack-dev-server": "3.1.5",
- "webpack-merge": "4.1.4"
- },
- "engines": {
- "node": ">= 6.0.0",
- "npm": ">= 3.0.0"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not ie <= 8"
- ]
- }
|