package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "name": "admin",
  3. "version": "1.0.0",
  4. "description": "Element UI & axios & iconfont & permission control & lint",
  5. "scripts": {
  6. "dev": "vue-cli-service serve",
  7. "build:prod": "vue-cli-service build --mode production",
  8. "build:stage": "vue-cli-service build --mode staging",
  9. "preview": "node build/index.js --preview",
  10. "lint": "eslint --ext .js,.vue src",
  11. "fix-memory-limit": "cross-env LIMIT=10240 increase-memory-limit"
  12. },
  13. "dependencies": {
  14. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
  15. "@babel/plugin-proposal-optional-chaining": "^7.16.7",
  16. "@wangeditor/editor": "^5.1.23",
  17. "@wangeditor/editor-for-vue": "^1.0.2",
  18. "@wangeditor/plugin-upload-attachment": "^1.1.0",
  19. "axios": "0.18.1",
  20. "benz-amr-recorder": "^1.1.3",
  21. "core-js": "^2.6.12",
  22. "countup.js": "^2.3.2",
  23. "echarts": "^4.9.0",
  24. "echarts-gl": "^1.1.2",
  25. "echarts-liquidfill": "^2.0.6",
  26. "echarts-wordcloud": "^2.1.0",
  27. "echarts5": "npm:echarts@^5.2.2",
  28. "element-ui": "^2.15.7",
  29. "esri-loader": "^2.16.0",
  30. "file-saver": "^2.0.5",
  31. "flv.js": "^1.6.2",
  32. "gifsicle": "^3.0.4",
  33. "html2canvas": "^1.3.3",
  34. "html2pdf": "0.0.11",
  35. "image-conversion": "^2.1.1",
  36. "jquery": "^3.6.0",
  37. "js-cookie": "2.2.0",
  38. "jsencrypt": "^3.3.1",
  39. "jspdf": "^2.4.0",
  40. "krry-transfer": "^1.7.7",
  41. "lib-flexible": "^0.3.2",
  42. "moment": "^2.29.4",
  43. "mxgraph": "^4.2.2",
  44. "normalize.css": "7.0.0",
  45. "nprogress": "0.2.0",
  46. "path-to-regexp": "2.4.0",
  47. "proj4": "^2.7.5",
  48. "q": "^1.5.1",
  49. "qs": "^6.10.2",
  50. "sha1-hex": "^1.0.0",
  51. "video.js": "^8.12.0",
  52. "videojs-flvjs-es6": "^1.0.1",
  53. "vue": "2.6.10",
  54. "vue-audio": "0.0.12",
  55. "vue-baidu-map": "^0.21.22",
  56. "vue-class-component": "^7.2.6",
  57. "vue-pdf": "^4.3.0",
  58. "vue-print-nb": "^1.7.5",
  59. "vue-property-decorator": "^9.1.2",
  60. "vue-router": "3.0.6",
  61. "vue-seamless-scroll": "^1.1.23",
  62. "vuedraggable": "^2.24.3",
  63. "vuex": "3.1.0",
  64. "vuex-persistedstate": "^3.2.1",
  65. "x2js": "^3.4.3",
  66. "xlsx": "^0.16.9",
  67. "xlsx-style": "^0.8.13"
  68. },
  69. "devDependencies": {
  70. "@babel/core": "7.0.0",
  71. "@babel/register": "7.0.0",
  72. "@vue/cli-plugin-babel": "3.6.0",
  73. "@vue/cli-plugin-eslint": "^3.9.1",
  74. "@vue/cli-plugin-unit-jest": "3.6.3",
  75. "@vue/cli-service": "3.6.0",
  76. "@vue/test-utils": "1.0.0-beta.29",
  77. "autoprefixer": "^9.8.8",
  78. "babel-core": "7.0.0-bridge.0",
  79. "babel-eslint": "10.0.1",
  80. "babel-jest": "23.6.0",
  81. "babel-plugin-transform-remove-strict-mode": "0.0.2",
  82. "chalk": "2.4.2",
  83. "compression-webpack-plugin": "^4.0.1",
  84. "connect": "3.6.6",
  85. "cross-env": "^7.0.3",
  86. "el-tree-transfer": "2.4.7",
  87. "element-resize-detector": "^1.2.3",
  88. "element-theme-chalk": "^2.15.7",
  89. "eslint": "5.15.3",
  90. "eslint-plugin-vue": "5.2.2",
  91. "html-webpack-plugin": "3.2.0",
  92. "image-webpack-loader": "^6.0.0",
  93. "imagemin-gifsicle": "^7.0.0",
  94. "increase-memory-limit": "^1.0.7",
  95. "mockjs": "1.0.1-beta3",
  96. "node-sass": "^4.14.1",
  97. "runjs": "^4.3.2",
  98. "sass-loader": "^7.3.1",
  99. "script-ext-html-webpack-plugin": "2.1.3",
  100. "script-loader": "0.7.2",
  101. "serve-static": "^1.13.2",
  102. "svg-sprite-loader": "4.1.3",
  103. "svgo": "1.2.2",
  104. "terser-webpack-plugin": "^4.2.3",
  105. "vue-baidu-map": "^0.21.22",
  106. "vue-template-compiler": "2.6.10"
  107. },
  108. "engines": {
  109. "node": ">=8.9",
  110. "npm": ">= 3.0.0"
  111. },
  112. "browserslist": [
  113. "> 1%",
  114. "last 2 versions"
  115. ]
  116. }