package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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",
  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=8192 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. "axios": "0.18.1",
  17. "benz-amr-recorder": "^1.1.3",
  18. "core-js": "^2.6.12",
  19. "countup.js": "^2.3.2",
  20. "echarts": "^4.9.0",
  21. "echarts-gl": "^1.1.2",
  22. "echarts-liquidfill": "^2.0.6",
  23. "echarts-wordcloud": "^2.1.0",
  24. "echarts5": "npm:echarts@^5.4.2",
  25. "element-ui": "^2.15.7",
  26. "esri-loader": "^2.16.0",
  27. "file-saver": "^2.0.5",
  28. "gifsicle": "^3.0.4",
  29. "html2canvas": "^1.3.3",
  30. "html2pdf": "0.0.11",
  31. "image-conversion": "^2.1.1",
  32. "jquery": "^3.6.0",
  33. "js-cookie": "2.2.0",
  34. "jsencrypt": "^3.3.1",
  35. "jspdf": "^2.4.0",
  36. "krry-transfer": "^1.7.7",
  37. "lib-flexible": "^0.3.2",
  38. "moment": "^2.29.4",
  39. "mxgraph": "^4.2.2",
  40. "node-sass": "^4.14.1",
  41. "normalize.css": "7.0.0",
  42. "nprogress": "0.2.0",
  43. "path-to-regexp": "2.4.0",
  44. "proj4": "^2.7.5",
  45. "q": "^1.5.1",
  46. "qs": "^6.10.2",
  47. "sass-loader": "^7.3.1",
  48. "sha1-hex": "^1.0.0",
  49. "vue": "2.6.10",
  50. "vue-audio": "0.0.12",
  51. "vue-baidu-map": "^0.21.22",
  52. "vue-class-component": "^7.2.6",
  53. "vue-pdf": "^4.3.0",
  54. "vue-print-nb": "^1.7.5",
  55. "vue-property-decorator": "^9.1.2",
  56. "vue-router": "3.0.6",
  57. "vue2-editor": "^2.10.3",
  58. "vuedraggable": "^2.24.3",
  59. "vuex": "3.1.0",
  60. "vuex-persistedstate": "^3.2.1",
  61. "x2js": "^3.4.3",
  62. "xlsx": "^0.16.9",
  63. "xlsx-style": "^0.8.13"
  64. },
  65. "devDependencies": {
  66. "@babel/core": "7.0.0",
  67. "@babel/register": "7.0.0",
  68. "@vue/cli-plugin-babel": "3.6.0",
  69. "@vue/cli-plugin-eslint": "^3.9.1",
  70. "@vue/cli-plugin-unit-jest": "3.6.3",
  71. "@vue/cli-service": "3.6.0",
  72. "@vue/test-utils": "1.0.0-beta.29",
  73. "autoprefixer": "^9.8.8",
  74. "babel-core": "7.0.0-bridge.0",
  75. "babel-eslint": "10.0.1",
  76. "babel-jest": "23.6.0",
  77. "babel-plugin-transform-remove-strict-mode": "0.0.2",
  78. "chalk": "2.4.2",
  79. "compression-webpack-plugin": "^4.0.1",
  80. "connect": "3.6.6",
  81. "cross-env": "^7.0.3",
  82. "el-tree-transfer": "2.4.7",
  83. "element-resize-detector": "^1.2.3",
  84. "element-theme-chalk": "^2.15.7",
  85. "eslint": "5.15.3",
  86. "eslint-plugin-vue": "5.2.2",
  87. "html-webpack-plugin": "3.2.0",
  88. "image-webpack-loader": "^6.0.0",
  89. "imagemin-gifsicle": "^7.0.0",
  90. "increase-memory-limit": "^1.0.7",
  91. "mockjs": "1.0.1-beta3",
  92. "runjs": "^4.3.2",
  93. "script-ext-html-webpack-plugin": "2.1.3",
  94. "script-loader": "0.7.2",
  95. "serve-static": "^1.13.2",
  96. "svg-sprite-loader": "4.1.3",
  97. "svgo": "1.2.2",
  98. "vue-baidu-map": "^0.21.22",
  99. "vue-template-compiler": "2.6.10"
  100. },
  101. "engines": {
  102. "node": ">=8.9",
  103. "npm": ">= 3.0.0"
  104. },
  105. "browserslist": [
  106. "> 1%",
  107. "last 2 versions"
  108. ]
  109. }