package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "name": "vue-admin-template",
  3. "version": "4.4.0",
  4. "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
  5. "author": "Pan <panfree23@gmail.com>",
  6. "scripts": {
  7. "dev": "vue-cli-service serve",
  8. "build:prod": "vue-cli-service build",
  9. "build:stage": "vue-cli-service build --mode staging",
  10. "preview": "node build/index.js --preview",
  11. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  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. "test": "npm run lint"
  16. },
  17. "dependencies": {
  18. "axios": "0.18.1",
  19. "codemirror": "^5.65.0",
  20. "core-js": "3.6.5",
  21. "dag-board": "^0.1.23",
  22. "echarts": "^5.2.2",
  23. "el-table-infinite-scroll": "^1.0.10",
  24. "element-ui": "2.13.2",
  25. "jquery": "^3.6.0",
  26. "js-cookie": "2.2.0",
  27. "lodash": "^4.17.21",
  28. "normalize.css": "7.0.0",
  29. "nprogress": "0.2.0",
  30. "path-to-regexp": "2.4.0",
  31. "qs": "^6.10.3",
  32. "spark-md5": "^3.0.2",
  33. "uuid": "^8.3.2",
  34. "vue": "2.6.10",
  35. "vue-router": "3.0.6",
  36. "vue-simple-uploader": "^0.7.6",
  37. "vue-socket.io": "^3.0.10",
  38. "vuex": "3.1.0"
  39. },
  40. "devDependencies": {
  41. "@vue/cli-plugin-babel": "4.4.4",
  42. "@vue/cli-plugin-eslint": "4.4.4",
  43. "@vue/cli-plugin-unit-jest": "4.4.4",
  44. "@vue/cli-service": "4.4.4",
  45. "@vue/test-utils": "1.0.0-beta.29",
  46. "autoprefixer": "9.5.1",
  47. "babel-eslint": "10.1.0",
  48. "babel-jest": "23.6.0",
  49. "babel-plugin-dynamic-import-node": "2.3.3",
  50. "chalk": "2.4.2",
  51. "connect": "3.6.6",
  52. "crypto-js": "^4.1.1",
  53. "eslint": "6.7.2",
  54. "eslint-plugin-vue": "6.2.2",
  55. "html-webpack-plugin": "3.2.0",
  56. "less": "^4.0.0",
  57. "less-loader": "^7.1.0",
  58. "mockjs": "1.0.1-beta3",
  59. "runjs": "4.3.2",
  60. "sass": "1.26.8",
  61. "sass-loader": "8.0.2",
  62. "script-ext-html-webpack-plugin": "2.1.3",
  63. "serve-static": "1.13.2",
  64. "svg-sprite-loader": "4.1.3",
  65. "svgo": "1.2.2",
  66. "vue-template-compiler": "2.6.10"
  67. },
  68. "browserslist": [
  69. "> 1%",
  70. "last 2 versions"
  71. ],
  72. "engines": {
  73. "node": ">=8.9",
  74. "npm": ">= 3.0.0"
  75. },
  76. "license": "MIT"
  77. }