package.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. {
  2. "name": "web",
  3. "version": "3.1.0",
  4. "description": "数字化运营平台",
  5. "author": "数字化运营平台",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve --open",
  9. "build": "cross-env NODE_ENV=production vue-cli-service build",
  10. "build:staging": "cross-env NODE_ENV=production vue-cli-service build --mode staging",
  11. "build:javaBootDev": "cross-env NODE_ENV=production vue-cli-service build --mode javaBootDev",
  12. "build:javaBootTest": "cross-env NODE_ENV=production vue-cli-service build --mode javaBootTest",
  13. "build:javaBootTestDM": "cross-env NODE_ENV=production vue-cli-service build --mode javaBootTestDM",
  14. "build:javaBootRelease": "cross-env NODE_ENV=production vue-cli-service build --mode javaBootRelease",
  15. "build:javaBootTenantTest": "cross-env NODE_ENV=production vue-cli-service build --mode javaBootTenantTest",
  16. "build:javaCloudDev": "cross-env NODE_ENV=production vue-cli-service build --mode javaCloudDev",
  17. "build:javaCloudTest": "cross-env NODE_ENV=production vue-cli-service build --mode javaCloudTest",
  18. "build:javaCloudRelease": "cross-env NODE_ENV=production vue-cli-service build --mode javaCloudRelease",
  19. "build:javaCloudTenantTest": "cross-env NODE_ENV=production vue-cli-service build --mode javaCloudTenantTest",
  20. "build:dotNetTest": "cross-env NODE_ENV=production vue-cli-service build --mode dotNetTest",
  21. "preview": "node build/index.js --preview",
  22. "lint": "eslint --ext .js,.vue src",
  23. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  24. "test:ci": "npm run lint && npm run test:unit",
  25. "new": "plop"
  26. },
  27. "husky": {
  28. "hooks": {
  29. "pre-commit": "lint-staged"
  30. }
  31. },
  32. "lint-staged": {
  33. "src/**/*.{js,vue}": [
  34. "eslint --fix",
  35. "git add"
  36. ]
  37. },
  38. "keywords": [
  39. "vue",
  40. "admin",
  41. "JNPF",
  42. "element-ui",
  43. "JNPF-admin",
  44. "management-system"
  45. ],
  46. "dependencies": {
  47. "@fullcalendar/bootstrap": "^4.4.0",
  48. "@fullcalendar/core": "^4.4.0",
  49. "@fullcalendar/daygrid": "^4.4.0",
  50. "@fullcalendar/interaction": "^4.4.0",
  51. "@fullcalendar/timegrid": "^4.4.0",
  52. "@fullcalendar/vue": "^4.4.0",
  53. "axios": "0.18.1",
  54. "bin-ace-editor": "^3.2.0",
  55. "brace": "^0.11.1",
  56. "clipboard": "2.0.4",
  57. "codemirror": "^5.58.2",
  58. "dayjs": "^1.8.29",
  59. "driver.js": "0.9.5",
  60. "dropzone": "5.5.1",
  61. "echarts": "4.2.1",
  62. "echarts-stat": "^1.1.1",
  63. "element-resize-detector": "^1.2.1",
  64. "element-ui": "2.15.5",
  65. "file-saver": "2.0.1",
  66. "fuse.js": "3.4.4",
  67. "highcharts": "7.1.3",
  68. "highcharts-vue": "^1.3.5",
  69. "js-base64": "^2.6.2",
  70. "js-beautify": "^1.14.9",
  71. "js-md5": "^0.7.3",
  72. "jsbarcode": "^3.11.0",
  73. "jsencrypt": "^3.0.0-rc.1",
  74. "jsonlint": "1.6.3",
  75. "jszip": "3.2.1",
  76. "moment": "^2.29.4",
  77. "monaco-editor": "^0.20.0",
  78. "normalize.css": "7.0.0",
  79. "nprogress": "0.2.0",
  80. "path-to-regexp": "2.4.0",
  81. "qrcodejs2": "0.0.2",
  82. "reconnecting-websocket": "^4.4.0",
  83. "screenfull": "4.2.0",
  84. "script-loader": "0.7.2",
  85. "showdown": "^1.9.1",
  86. "sortablejs": "1.8.4",
  87. "swiper": "^5.4.5",
  88. "throttle-debounce": "^2.1.0",
  89. "vcrontab": "^0.3.5",
  90. "vue": "2.6.10",
  91. "vue-awesome-swiper": "^3.1.3",
  92. "vue-count-to": "1.0.13",
  93. "vue-drag-resize": "^1.4.2",
  94. "vue-esign": "^1.0.5",
  95. "vue-grid-layout": "^2.3.12-legacy",
  96. "vue-i18n": "7.3.2",
  97. "vue-organization-chart": "^1.1.6",
  98. "vue-quill-editor": "^3.0.6",
  99. "vue-router": "3.1.1",
  100. "vue-splitpane": "1.0.4",
  101. "vuedraggable": "2.20.0",
  102. "vuex": "3.1.0",
  103. "vxe-table": "^2.11.0",
  104. "xe-utils": "^3.5.7",
  105. "xlsx": "^0.18.5"
  106. },
  107. "devDependencies": {
  108. "@babel/core": "7.0.0",
  109. "@babel/register": "7.0.0",
  110. "@vue/cli-plugin-babel": "3.5.3",
  111. "@vue/cli-plugin-eslint": "^3.9.1",
  112. "@vue/cli-plugin-unit-jest": "3.5.3",
  113. "@vue/cli-service": "3.5.3",
  114. "@vue/test-utils": "1.0.0-beta.29",
  115. "autoprefixer": "^9.5.1",
  116. "babel-core": "7.0.0-bridge.0",
  117. "babel-eslint": "10.0.1",
  118. "babel-jest": "23.6.0",
  119. "babel-plugin-dynamic-import-node": "^2.3.3",
  120. "chalk": "2.4.2",
  121. "chokidar": "2.1.5",
  122. "connect": "3.6.6",
  123. "cross-env": "^7.0.2",
  124. "eslint": "5.15.3",
  125. "eslint-plugin-vue": "5.2.2",
  126. "html-webpack-plugin": "3.2.0",
  127. "husky": "1.3.1",
  128. "lint-staged": "8.1.5",
  129. "monaco-editor-webpack-plugin": "^1.9.0",
  130. "plop": "2.3.0",
  131. "runjs": "^4.3.2",
  132. "sass": "^1.26.10",
  133. "sass-loader": "^7.1.0",
  134. "script-ext-html-webpack-plugin": "2.1.3",
  135. "serve-static": "^1.13.2",
  136. "svg-sprite-loader": "4.1.3",
  137. "svgo": "1.2.0",
  138. "vue-template-compiler": "2.6.10"
  139. },
  140. "engines": {
  141. "node": ">=8.9",
  142. "npm": ">= 3.0.0"
  143. },
  144. "browserslist": [
  145. "> 1%",
  146. "last 2 versions"
  147. ]
  148. }