package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. "@jiaminghi/data-view": "^2.10.0",
  19. "@turf/turf": "^6.5.0",
  20. "@vue/composition-api": "^1.7.1",
  21. "@zjlib/element-plugins": "^2.17.0",
  22. "@zjlib/element-ui2": "^1.0.3",
  23. "axios": "0.18.1",
  24. "chatgpt": "^4.1.2",
  25. "clipboard": "^2.0.8",
  26. "concurrent-tasks": "^1.0.7",
  27. "core-js": "^3.6.5",
  28. "echarts": "^5.5.0",
  29. "file-saver": "^2.0.5",
  30. "html2canvas": "^1.4.1",
  31. "js-cookie": "2.2.0",
  32. "js-perform-lock": "^1.0.5",
  33. "jspdf": "^2.5.1",
  34. "keydown-even": "^1.2.0",
  35. "md5": "^2.3.0",
  36. "normalize.css": "7.0.0",
  37. "nprogress": "0.2.0",
  38. "nrm": "^1.2.5",
  39. "openai": "^3.1.0",
  40. "path-to-regexp": "2.4.0",
  41. "pl-table": "^2.7.5",
  42. "qrcodejs2": "0.0.2",
  43. "screenfull": "^4.2.0",
  44. "socket.io-client": "^4.6.0",
  45. "uuid": "^9.0.0",
  46. "v-low-code": "^1.0.1",
  47. "v-remote-component": "^1.0.9",
  48. "v-scale": "^1.0.1",
  49. "v-scroll-view": "^1.0.2",
  50. "v-socket-io-plugins": "^1.0.8",
  51. "vue": "2.6.10",
  52. "vue-demi": "^0.14.5",
  53. "vue-i18n": "^8.2.1",
  54. "vue-ls": "^4.0.0",
  55. "vue-plugin-hiprint": "0.0.56",
  56. "vue-quill-editor": "^3.0.6",
  57. "vue-router": "3.0.6",
  58. "vuex": "3.1.0",
  59. "webpack": "^4.46.0",
  60. "yarn": "^1.22.18"
  61. },
  62. "devDependencies": {
  63. "@vue/babel-plugin-jsx": "^1.1.1",
  64. "@vue/cli-plugin-babel": "4.4.4",
  65. "@vue/cli-plugin-eslint": "4.4.4",
  66. "@vue/cli-plugin-unit-jest": "4.4.4",
  67. "@vue/cli-service": "4.4.4",
  68. "@vue/test-utils": "1.0.0-beta.29",
  69. "autoprefixer": "9.5.1",
  70. "babel-eslint": "10.1.0",
  71. "babel-jest": "23.6.0",
  72. "babel-plugin-dynamic-import-node": "2.3.3",
  73. "babel-plugin-transform-vue-jsx": "^3.7.0",
  74. "chalk": "2.4.2",
  75. "compression-webpack-plugin": "4.0",
  76. "connect": "3.6.6",
  77. "eslint": "^6.7.2",
  78. "eslint-plugin-vue": "6.2.2",
  79. "html-webpack-plugin": "3.2.0",
  80. "less-loader": "^6.1.1",
  81. "mockjs": "1.0.1-beta3",
  82. "runjs": "4.3.2",
  83. "sass": "1.26.8",
  84. "sass-loader": "8.0.2",
  85. "script-ext-html-webpack-plugin": "2.1.3",
  86. "serve-static": "1.13.2",
  87. "svg-sprite-loader": "4.1.3",
  88. "svgo": "1.2.2",
  89. "uglifyjs-webpack-plugin": "^2.2.0",
  90. "vue-template-compiler": "2.6.10",
  91. "webpack-cli": "^4.9.1"
  92. },
  93. "browserslist": [
  94. "> 1%",
  95. "last 2 versions"
  96. ],
  97. "engines": {
  98. "node": ">=8.9",
  99. "npm": ">= 3.0.0"
  100. },
  101. "license": "MIT",
  102. "main": "babel.config.js",
  103. "directories": {
  104. "test": "tests"
  105. },
  106. "repository": {
  107. "type": "git",
  108. "url": "ssh://git@gogs.zfire.top:2222/gj-train/gj-manager-front.git"
  109. },
  110. "keywords": []
  111. }