package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. "prettier": "npx prettier --write .",
  11. "preview": "node build/index.js --preview",
  12. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  13. "lint": "eslint --ext .js,.vue src",
  14. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  15. "test:ci": "npm run lint && npm run test:unit"
  16. },
  17. "dependencies": {
  18. "@zjlib/element-plugins": "^2.8.6",
  19. "@zjlib/element-ui2": "^1.0.3",
  20. "axios": "0.18.1",
  21. "clipboard": "^2.0.8",
  22. "concurrent-tasks": "^1.0.7",
  23. "echarts": "^5.1.1",
  24. "file-saver": "^2.0.5",
  25. "js-cookie": "2.2.0",
  26. "normalize.css": "7.0.0",
  27. "nprogress": "0.2.0",
  28. "path-to-regexp": "2.4.0",
  29. "pl-table": "^2.7.5",
  30. "screenfull": "^4.2.0",
  31. "vue": "2.6.10",
  32. "vue-ls": "^4.0.0",
  33. "vue-pdf": "^4.3.0",
  34. "vue-plugin-hiprint": "^0.0.17",
  35. "vue-print-nb": "^1.7.5",
  36. "vue-quill-editor": "^3.0.6",
  37. "vue-router": "3.0.6",
  38. "vuex": "3.1.0",
  39. "webpack": "^4.46.0",
  40. "yarn": "^1.22.18"
  41. },
  42. "devDependencies": {
  43. "@vue/cli-plugin-babel": "4.4.4",
  44. "@vue/cli-plugin-eslint": "4.4.4",
  45. "@vue/cli-plugin-unit-jest": "4.4.4",
  46. "@vue/cli-service": "4.4.4",
  47. "@vue/test-utils": "1.0.0-beta.29",
  48. "autoprefixer": "9.5.1",
  49. "babel-eslint": "10.1.0",
  50. "babel-jest": "23.6.0",
  51. "babel-plugin-dynamic-import-node": "2.3.3",
  52. "chalk": "2.4.2",
  53. "compression-webpack-plugin": "4.0",
  54. "connect": "3.6.6",
  55. "eslint": "^6.7.2",
  56. "eslint-plugin-vue": "6.2.2",
  57. "html-webpack-plugin": "3.2.0",
  58. "less-loader": "^6.1.1",
  59. "mockjs": "1.0.1-beta3",
  60. "runjs": "4.3.2",
  61. "sass": "1.26.8",
  62. "sass-loader": "8.0.2",
  63. "script-ext-html-webpack-plugin": "2.1.3",
  64. "serve-static": "1.13.2",
  65. "svg-sprite-loader": "4.1.3",
  66. "svgo": "1.2.2",
  67. "uglifyjs-webpack-plugin": "^2.2.0",
  68. "vue-template-compiler": "2.6.10",
  69. "webpack-cli": "^4.9.1"
  70. },
  71. "browserslist": [
  72. "> 1%",
  73. "last 2 versions"
  74. ],
  75. "engines": {
  76. "node": ">=8.9",
  77. "npm": ">= 3.0.0"
  78. },
  79. "license": "MIT",
  80. "main": "babel.config.js",
  81. "directories": {
  82. "test": "tests"
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "ssh://git@gogs.zfire.top:2222/gj-train/gj-manager-front.git"
  87. },
  88. "keywords": []
  89. }