package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "name": "thoth-frontend",
  3. "version": "4.2.1",
  4. "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
  5. "author": "Pan <panfree23@gmail.com>",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build:prod": "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. },
  16. "dependencies": {
  17. "@antv/data-set": "^0.11.5",
  18. "@antv/g2": "^4.0.15",
  19. "@didi/omega-tracker": "^2.2.8",
  20. "@fullcalendar/bootstrap": "^4.4.0",
  21. "@fullcalendar/core": "^4.4.0",
  22. "@fullcalendar/daygrid": "^4.4.0",
  23. "@fullcalendar/interaction": "^4.4.0",
  24. "@fullcalendar/list": "^4.4.0",
  25. "@fullcalendar/timegrid": "^4.4.0",
  26. "@fullcalendar/vue": "^4.4.0",
  27. "animate.css": "^3.7.2",
  28. "axios": "^0.19.2",
  29. "add-dom-event-listener": "^1.1.0",
  30. "browserslist": "^4.12.0",
  31. "core-js": "^2.6.11",
  32. "crypto-js": "^4.0.0",
  33. "dayjs": "^1.8.17",
  34. "echarts": "^4.2.1",
  35. "element-ui": "^2.13.0",
  36. "file-saver": "^2.0.2",
  37. "gantt-elastic": "^1.0.11",
  38. "gantt-elastic-header": "^0.1.11",
  39. "js-cookie": "2.2.0",
  40. "jspdf": "^1.5.3",
  41. "less": "^2.7.3",
  42. "less-loader": "^6.1.0",
  43. "lodash": "^4.17.15",
  44. "moment": "^2.25.3",
  45. "normalize.css": "7.0.0",
  46. "path-to-regexp": "2.4.0",
  47. "qrcodejs2": "0.0.2",
  48. "simditor": "^2.3.26",
  49. "sortablejs": "^1.10.2",
  50. "string_decoder": "^1.3.0",
  51. "swiper": "^5.3.6",
  52. "v-jsoneditor": "^1.4.1",
  53. "vue": "2.6.10",
  54. "vue-awesome-swiper": "^4.1.0",
  55. "vue-clipboard2": "^0.3.1",
  56. "vue-fullcalendar": "^1.0.9",
  57. "vue-json-viewer": "^2.2.8",
  58. "vue-qr": "^2.2.1",
  59. "vue-router": "3.0.6",
  60. "vuedraggable": "^2.24.3",
  61. "vuex": "3.1.0",
  62. "wangeditor": "^3.1.1",
  63. "webpack": "^4.44.2",
  64. "xlsx": "^0.15.0"
  65. },
  66. "devDependencies": {
  67. "@babel/core": "7.0.0",
  68. "@babel/preset-env": "^7.12.7",
  69. "@babel/preset-es2015": "^7.0.0-beta.53",
  70. "@babel/register": "7.0.0",
  71. "@tinymce/tinymce-vue": "^3.2.8",
  72. "@vue/cli-plugin-babel": "3.6.0",
  73. "@vue/cli-plugin-eslint": "3.6.0",
  74. "@vue/cli-plugin-unit-jest": "^4.4.5",
  75. "@vue/cli-service": "^4.4.5",
  76. "ant-design-vue": "^1.6.2",
  77. "autoprefixer": "^9.8.0",
  78. "babel-core": "7.0.0-bridge.0",
  79. "babel-eslint": "10.0.1",
  80. "babel-jest": "^26.0.1",
  81. "babel-plugin-import": "^1.13.0",
  82. "chalk": "2.4.2",
  83. "connect": "3.6.6",
  84. "css-loader": "^3.6.0",
  85. "eslint": "5.15.3",
  86. "eslint-plugin-vue": "5.2.2",
  87. "html-webpack-plugin": "3.2.0",
  88. "less": "^2.7.2",
  89. "less-loader": "^6.1.0",
  90. "runjs": "^4.3.2",
  91. "script-ext-html-webpack-plugin": "2.1.3",
  92. "script-loader": "^0.7.2",
  93. "serve-static": "^1.13.2",
  94. "stylus": "^0.54.7",
  95. "stylus-loader": "^3.0.2",
  96. "svg-sprite-loader": "4.1.3",
  97. "tinymce": "^5.8.0",
  98. "vue-template-compiler": "2.6.10"
  99. },
  100. "engines": {
  101. "node": ">=8.9",
  102. "npm": ">= 3.0.0"
  103. },
  104. "browserslist": [
  105. "> 1%",
  106. "last 2 versions"
  107. ]
  108. }