package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "name": "ccit-web",
  3. "version": "3.4.1",
  4. "description": "CCIT快速开发平台",
  5. "author": "CCIT快速开发平台",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build": "vue-cli-service build",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "lint": "eslint --ext .js,.vue src",
  13. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  14. "test:ci": "npm run lint && npm run test:unit",
  15. "new": "plop"
  16. },
  17. "husky": {
  18. "hooks": {
  19. "pre-commit": "lint-staged"
  20. }
  21. },
  22. "lint-staged": {
  23. "src/**/*.{js,vue}": [
  24. "eslint --fix",
  25. "git add"
  26. ]
  27. },
  28. "keywords": [
  29. "vue",
  30. "admin",
  31. "CCIT",
  32. "element-ui",
  33. "CCIT-admin",
  34. "management-system"
  35. ],
  36. "dependencies": {
  37. "@fullcalendar/bootstrap": "^4.4.0",
  38. "@fullcalendar/core": "^4.4.0",
  39. "@fullcalendar/daygrid": "^4.4.0",
  40. "@fullcalendar/interaction": "^4.4.0",
  41. "@fullcalendar/timegrid": "^4.4.0",
  42. "@fullcalendar/vue": "^4.4.0",
  43. "@micro-zoe/micro-app": "^1.0.0-rc.12",
  44. "@tinymce/tinymce-vue": "^3.2.0",
  45. "axios": "0.18.1",
  46. "babel-plugin-import": "^1.13.6",
  47. "clipboard": "2.0.4",
  48. "codemirror": "^5.65.12",
  49. "crypto-js": "^4.2.0",
  50. "dayjs": "^1.8.29",
  51. "driver.js": "0.9.5",
  52. "dropzone": "5.5.1",
  53. "element-resize-detector": "^1.2.1",
  54. "element-ui": "2.15.5",
  55. "file-saver": "2.0.1",
  56. "fuse.js": "3.4.4",
  57. "js-md5": "^0.7.3",
  58. "jsbarcode": "^3.11.0",
  59. "jsencrypt": "^3.3.2",
  60. "jsonlint": "1.6.3",
  61. "jszip": "3.2.1",
  62. "moment": "^2.29.4",
  63. "monaco-editor": "^0.20.0",
  64. "normalize.css": "7.0.0",
  65. "nprogress": "0.2.0",
  66. "path-to-regexp": "2.4.0",
  67. "qrcodejs2": "0.0.2",
  68. "reconnecting-websocket": "^4.4.0",
  69. "screenfull": "4.2.0",
  70. "script-loader": "0.7.2",
  71. "showdown": "^1.9.1",
  72. "sortablejs": "1.8.4",
  73. "spark-md5": "^3.0.2",
  74. "throttle-debounce": "^2.1.0",
  75. "vcrontab": "^0.3.5",
  76. "vue": "2.6.10",
  77. "vue-codemirror": "^4.0.6",
  78. "vue-count-to": "1.0.13",
  79. "vue-drag-resize": "^1.4.2",
  80. "vue-esign": "^1.0.5",
  81. "vue-grid-layout": "2.3.12-legacy",
  82. "vue-i18n": "7.3.2",
  83. "vue-organization-chart": "^1.1.6",
  84. "vue-qr": "^4.0.9",
  85. "vue-quill-editor": "^3.0.6",
  86. "vue-router": "3.1.1",
  87. "vue-simple-uploader": "^0.7.6",
  88. "vue-splitpane": "1.0.4",
  89. "vue-virtual-scroll-list": "^2.3.5",
  90. "vuedraggable": "2.20.0",
  91. "vuex": "3.1.0"
  92. },
  93. "devDependencies": {
  94. "@babel/core": "7.0.0",
  95. "@babel/polyfill": "^7.12.1",
  96. "@babel/preset-env": "^7.22.5",
  97. "@babel/register": "^7.0.0",
  98. "@vue/cli-plugin-babel": "^3.5.3",
  99. "@vue/cli-plugin-eslint": "^3.9.1",
  100. "@vue/cli-plugin-unit-jest": "3.5.3",
  101. "@vue/cli-service": "^3.5.3",
  102. "@vue/test-utils": "1.0.0-beta.29",
  103. "autoprefixer": "^9.5.1",
  104. "babel-core": "7.0.0-bridge.0",
  105. "babel-eslint": "10.0.1",
  106. "babel-jest": "23.6.0",
  107. "babel-plugin-dynamic-import-node": "^2.3.3",
  108. "chalk": "2.4.2",
  109. "chokidar": "2.1.5",
  110. "connect": "3.6.6",
  111. "cross-env": "^7.0.3",
  112. "eslint": "5.15.3",
  113. "eslint-plugin-vue": "5.2.2",
  114. "html-webpack-plugin": "3.2.0",
  115. "husky": "1.3.1",
  116. "js-base64": "^2.6.4",
  117. "lint-staged": "8.1.5",
  118. "monaco-editor-webpack-plugin": "^1.9.0",
  119. "plop": "2.3.0",
  120. "runjs": "^4.3.2",
  121. "sass": "^1.32.13",
  122. "sass-loader": "^7.1.0",
  123. "script-ext-html-webpack-plugin": "2.1.3",
  124. "serve-static": "^1.13.2",
  125. "svg-sprite-loader": "4.1.3",
  126. "svgo": "1.2.0",
  127. "vue-template-compiler": "2.6.10"
  128. },
  129. "engines": {
  130. "node": ">=8.9",
  131. "npm": ">= 3.0.0"
  132. },
  133. "browserslist": [
  134. "> 1%",
  135. "last 2 versions"
  136. ]
  137. }