123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- {
- "name": "5kcrm",
- "version": "11.0.0",
- "description": "",
- "author": "5kcrm <service@5kcrm.com>",
- "scripts": {
- "dev": "node --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --progress --config build/webpack.dev.conf.js",
- "start": "npm run dev",
- "mock": "npm run dev --custom-env=mock",
- "build": "node --max_old_space_size=5124 build/build.js",
- "build:report": "npm_config_report=true npm run build",
- "lint": "eslint --ext .js,.vue src --fix",
- "test": "node build/build.js test",
- "fix-memory-limit": "cross-env LIMIT=5124 increase-memory-limit"
- },
- "dependencies": {
- "@babel/polyfill": "^7.0.0",
- "@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",
- "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
- "@vue/babel-preset-jsx": "^1.2.4",
- "@xuanmo/javascript-utils": "0.0.49",
- "axios": "0.18.0",
- "babel-polyfill": "^6.26.0",
- "bignumber.js": "^9.0.1",
- "bpmn-js-token-simulation": "^0.21.1",
- "clipboard": "^2.0.8",
- "crypto-js": "^4.2.0",
- "echarts": "^4.3.0",
- "el-bigdata-table": "^1.0.32",
- "element-ui": "^2.15.5",
- "file-saver": "^2.0.1",
- "highlight.js": "^10.5.0",
- "id-validator": "^1.3.0",
- "jquery": "^3.3.1",
- "js-cookie": "2.2.1",
- "js-md5": "^0.7.3",
- "jsencrypt": "^3.2.1",
- "json-bigint": "^1.0.0",
- "layui-layer": "^1.0.9",
- "lockr": "^0.8.5",
- "lodash": "^4.17.5",
- "min-dash": "^3.5.2",
- "moment-range": "^4.0.2",
- "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",
- "popper.js": "^1.16.1",
- "print-js": "^1.6.0",
- "qrcodejs2": "0.0.2",
- "signature_pad": "3.0.0-beta.4",
- "sortablejs": "^1.13.0",
- "throttle-debounce": "^2.1.0",
- "tiny-pinyin": "^1.3.2",
- "tinymce": "5.2.0",
- "vant": "^2.10.3",
- "vconsole": "^3.15.1",
- "vue": "2.5.17",
- "vue-async-manager": "^0.2.1",
- "vue-bus": "^1.1.0",
- "vue-calendar-component": "^2.8.2",
- "vue-clamp": "^0.4.0",
- "vue-cropper": "^0.4.8",
- "vue-i18n": "^8.7.0",
- "vue-json-viewer": "^2.2.18",
- "vue-moment": "^4.0.0",
- "vue-navigation": "^1.1.4",
- "vue-radial-progress": "^0.2.10",
- "vue-router": "^3.4.9",
- "vue-video-player": "^5.0.2",
- "vue2-animate": "^2.1.2",
- "vuedraggable": "^2.24.3",
- "vuex": "3.0.1",
- "wangeditor": "^3.1.1",
- "xlsx": "^0.14.1",
- "xml-js": "^1.6.11",
- "xss": "^1.0.6"
- },
- "devDependencies": {
- "@babel/core": "^7.0.0",
- "@babel/plugin-proposal-class-properties": "^7.0.0",
- "@babel/plugin-proposal-decorators": "^7.0.0",
- "@babel/plugin-proposal-do-expressions": "^7.0.0",
- "@babel/plugin-proposal-export-default-from": "^7.0.0",
- "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
- "@babel/plugin-proposal-function-bind": "^7.0.0",
- "@babel/plugin-proposal-function-sent": "^7.0.0",
- "@babel/plugin-proposal-json-strings": "^7.0.0",
- "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
- "@babel/plugin-proposal-numeric-separator": "^7.0.0",
- "@babel/plugin-proposal-optional-chaining": "^7.14.5",
- "@babel/plugin-proposal-pipeline-operator": "^7.0.0",
- "@babel/plugin-proposal-throw-expressions": "^7.0.0",
- "@babel/plugin-syntax-dynamic-import": "^7.0.0",
- "@babel/plugin-syntax-import-meta": "^7.0.0",
- "@babel/plugin-syntax-jsx": "^7.0.0",
- "@babel/plugin-transform-runtime": "^7.0.0",
- "@babel/preset-env": "^7.0.0",
- "@babel/runtime": "^7.16.0",
- "@vue/babel-plugin-jsx": "^1.1.0",
- "@vue/cli-plugin-babel": "^4.5.13",
- "autoprefixer": "8.5.0",
- "babel-eslint": "^9.0.0",
- "babel-helper-vue-jsx-merge-props": "^2.0.3",
- "babel-loader": "^8.0.0",
- "babel-plugin-import": "^1.13.3",
- "babel-plugin-syntax-jsx": "^6.18.0",
- "babel-plugin-transform-vue-jsx": "^3.7.0",
- "babel-preset-env": "^1.7.0",
- "bpmn-js": "^7.4.0",
- "bpmn-js-properties-panel": "^0.37.2",
- "camunda-bpmn-moddle": "^4.4.1",
- "chalk": "2.4.1",
- "copy-webpack-plugin": "4.5.2",
- "cross-env": "^7.0.3",
- "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",
- "happypack": "^5.0.1",
- "html-webpack-plugin": "4.0.0-alpha",
- "increase-memory-limit-fixbug": "^1.0.0",
- "less": "3.0.0",
- "less-loader": "4.1.0",
- "mini-css-extract-plugin": "0.4.1",
- "mockjs": "^1.1.0",
- "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",
- "vconsole-webpack-plugin": "^1.7.1",
- "vue-friendly-iframe": "^0.20.0",
- "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",
- "webpack-parallel-uglify-plugin": "^2.0.0"
- },
- "engines": {
- "node": ">= 6.0.0",
- "npm": ">= 3.0.0"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not ie <= 8"
- ]
- }
|