package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "name": "vue-admin-template",
  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. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
  16. },
  17. "dependencies": {
  18. "@sentry/browser": "^5.15.5",
  19. "@sentry/integrations": "^5.15.5",
  20. "axios": "0.18.1",
  21. "core-js": "^3.6.4",
  22. "driver.js": "^0.9.6",
  23. "echarts": "^5.4.2",
  24. "element-ui": "^2.13.2",
  25. "file-saver": "^2.0.5",
  26. "fuse.js": "3.4.4",
  27. "js-cookie": "^2.2.0",
  28. "js-table2excel": "^1.0.3",
  29. "md5": "^2.3.0",
  30. "moment": "^2.24.0",
  31. "normalize.css": "7.0.0",
  32. "nprogress": "0.2.0",
  33. "path-to-regexp": "2.4.0",
  34. "print-js": "^1.6.0",
  35. "screenfull": "4.2.0",
  36. "sortable.js": "^0.3.0",
  37. "umy-ui": "^1.1.6",
  38. "v-charts": "^1.19.0",
  39. "vue": "^2.6.11",
  40. "vue-count-to": "1.0.13",
  41. "vue-grid-layout": "^2.3.4",
  42. "vue-i18n": "^8.17.5",
  43. "vue-router": "^3.1.6",
  44. "vuedraggable": "^2.21.0",
  45. "vuex": "^3.1.1",
  46. "xlsx": "^0.16.9"
  47. },
  48. "devDependencies": {
  49. "@babel/core": "7.0.0",
  50. "@babel/eslint-parser": "7.15.8",
  51. "@babel/register": "7.0.0",
  52. "@vue/cli-plugin-babel": "^4.2.3",
  53. "@vue/cli-plugin-eslint": "^4.2.3",
  54. "@vue/cli-plugin-unit-jest": "^3.8.0",
  55. "@vue/cli-service": "^4.2.3",
  56. "@vue/test-utils": "1.0.0-beta.29",
  57. "autoprefixer": "^9.5.1",
  58. "babel-core": "7.0.0-bridge.0",
  59. "babel-eslint": "^10.0.1",
  60. "babel-jest": "23.6.0",
  61. "babel-plugin-transform-remove-console": "^6.9.4",
  62. "chalk": "2.4.2",
  63. "compression-webpack-plugin": "^7.1.2",
  64. "connect": "3.6.6",
  65. "eslint": "^6.8.0",
  66. "eslint-plugin-vue": "^6.2.1",
  67. "html-webpack-plugin": "3.2.0",
  68. "mockjs": "1.0.1-beta3",
  69. "node-sass": "^4.14.1",
  70. "runjs": "^4.3.2",
  71. "sass-loader": "^8.0.2",
  72. "script-ext-html-webpack-plugin": "2.1.3",
  73. "script-loader": "^0.7.2",
  74. "serve-static": "^1.13.2",
  75. "svg-sprite-loader": "^4.1.6",
  76. "svgo": "1.2.2",
  77. "terser-webpack-plugin": "^5.1.1",
  78. "vue-template-compiler": "^2.6.11",
  79. "webpack-bundle-analyzer": "^4.4.1"
  80. },
  81. "engines": {
  82. "node": ">=8.9",
  83. "npm": ">= 3.0.0"
  84. },
  85. "browserslist": [
  86. "> 1%",
  87. "last 2 versions"
  88. ]
  89. }