package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. "axios": "0.18.1",
  19. "clipboard": "^2.0.8",
  20. "concurrent-tasks": "^1.0.7",
  21. "core-js": "^3.6.5",
  22. "echarts": "^5.1.1",
  23. "element-ui": "2.13.2",
  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. "screenfull": "^4.2.0",
  30. "vue": "2.6.10",
  31. "vue-ls": "^4.0.0",
  32. "vue-pdf": "^4.3.0",
  33. "vue-plugin-hiprint": "^0.0.17",
  34. "vue-print-nb": "^1.7.5",
  35. "vue-quill-editor": "^3.0.6",
  36. "vue-router": "3.0.6",
  37. "vuex": "3.1.0",
  38. "webpack": "^4.46.0",
  39. "yarn": "^1.22.18"
  40. },
  41. "devDependencies": {
  42. "@vue/cli-plugin-babel": "4.4.4",
  43. "@vue/cli-plugin-eslint": "4.4.4",
  44. "@vue/cli-plugin-unit-jest": "4.4.4",
  45. "@vue/cli-service": "4.4.4",
  46. "@vue/test-utils": "1.0.0-beta.29",
  47. "autoprefixer": "9.5.1",
  48. "babel-eslint": "10.1.0",
  49. "babel-jest": "23.6.0",
  50. "babel-plugin-dynamic-import-node": "2.3.3",
  51. "chalk": "2.4.2",
  52. "compression-webpack-plugin": "4.0",
  53. "connect": "3.6.6",
  54. "eslint": "^6.7.2",
  55. "eslint-plugin-vue": "6.2.2",
  56. "html-webpack-plugin": "3.2.0",
  57. "less-loader": "^6.1.1",
  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. "uglifyjs-webpack-plugin": "^2.2.0",
  67. "vue-template-compiler": "2.6.10",
  68. "webpack-cli": "^4.9.1"
  69. },
  70. "browserslist": [
  71. "> 1%",
  72. "last 2 versions"
  73. ],
  74. "engines": {
  75. "node": ">=8.9",
  76. "npm": ">= 3.0.0"
  77. },
  78. "license": "MIT",
  79. "main": "babel.config.js",
  80. "directories": {
  81. "test": "tests"
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "ssh://git@gogs.zfire.top:2222/gj-train/gj-manager-front.git"
  86. },
  87. "keywords": []
  88. }