package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "name": "element",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "svgo": "svgo -f src/icons/svg -r --config=src/icons/config.js"
  9. },
  10. "dependencies": {
  11. "@fullcalendar/daygrid": "^5.4.0",
  12. "@fullcalendar/interaction": "^5.4.0",
  13. "@fullcalendar/vue": "^5.4.0",
  14. "@tinymce/tinymce-vue": "^3.2.2",
  15. "ali-oss": "^6.16.0",
  16. "aws-sdk": "^2.556.0",
  17. "axios": "^0.26.1",
  18. "bankcardinfo": "^2.0.5",
  19. "clipboard": "^2.0.10",
  20. "core-js": "^3.21.1",
  21. "crypto-js": "^4.0.0",
  22. "echarts": "^5.3.2",
  23. "element-resize-detector": "^1.2.4",
  24. "element-ui": "^2.15.7",
  25. "file-saver": "^2.0.5",
  26. "html2canvas": "^1.4.1",
  27. "js-cookie": "^3.0.1",
  28. "js-md5": "^0.7.3",
  29. "jspdf": "^2.5.1",
  30. "lodash": "^4.17.14",
  31. "normalize.css": "^8.0.1",
  32. "nprogress": "^0.2.0",
  33. "pinyin-match": "^1.2.2",
  34. "print-js": "^1.6.0",
  35. "qrcode2": "^1.2.3",
  36. "qs": "^6.10.3",
  37. "screenfull": "^5.2.0",
  38. "spark-md5": "^3.0.2",
  39. "tinymce": "^5.4.1",
  40. "velocity-animate": "^1.5.2",
  41. "vue": "^2.6.14",
  42. "vue-amap": "^0.5.10",
  43. "vue-cropper": "^0.5.8",
  44. "vue-json-viewer": "^2.2.21",
  45. "vue-router": "^3.5.3",
  46. "vuedraggable": "^2.24.3",
  47. "vuex": "^3.6.2",
  48. "xlsx": "^0.17.5"
  49. },
  50. "devDependencies": {
  51. "@vue/cli-plugin-babel": "^4.5.17",
  52. "@vue/cli-service": "^4.5.17",
  53. "babel-plugin-dynamic-import-node": "^2.3.3",
  54. "compression-webpack-plugin": "^6.1.1",
  55. "less": "^4.1.2",
  56. "less-loader": "^7.3.0",
  57. "node-sass": "^6.0.1",
  58. "optimize-css-assets-webpack-plugin": "^6.0.1",
  59. "postcss-import": "^12.0.1",
  60. "postcss-loader": "^4.3.0",
  61. "postcss-url": "^8.0.0",
  62. "sass": "^1.49.10",
  63. "sass-loader": "^10.2.1",
  64. "sass-resources-loader": "^2.2.4",
  65. "script-ext-html-webpack-plugin": "^2.1.5",
  66. "script-loader": "^0.7.2",
  67. "svg-sprite-loader": "^6.0.11",
  68. "svgo": "^2.8.0",
  69. "uglifyjs-webpack-plugin": "^2.2.0",
  70. "vue-cli-plugin-element": "^1.0.1",
  71. "vue-template-compiler": "^2.6.14",
  72. "webpack-bundle-analyzer": "^4.5.0"
  73. },
  74. "engines": {
  75. "node": ">= 14.0.0",
  76. "npm": ">= 8.0.0"
  77. },
  78. "browserslist": [
  79. "> 1%",
  80. "last 2 versions",
  81. "not ie <= 11"
  82. ]
  83. }