package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "name": "mp",
  3. "version": "1.0.0",
  4. "description": "m",
  5. "author": "云管铺",
  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. },
  14. "husky": {
  15. "hooks": {
  16. "pre-commit": "lint-staged"
  17. }
  18. },
  19. "lint-staged": {
  20. "src/**/*.{js,vue}": [
  21. "eslint --fix",
  22. "git add"
  23. ]
  24. },
  25. "keywords": [
  26. "vue",
  27. "admin",
  28. "dashboard",
  29. "element-ui",
  30. "boilerplate",
  31. "admin-template",
  32. "management-system"
  33. ],
  34. "repository": {
  35. "type": "git",
  36. "url": "http://113.31.163.91:7777/quanshu/ygp-ui-pc.git"
  37. },
  38. "dependencies": {
  39. "@fullcalendar/core": "^4.3.1",
  40. "@fullcalendar/daygrid": "^4.3.0",
  41. "@fullcalendar/interaction": "^4.3.0",
  42. "@fullcalendar/list": "^4.3.0",
  43. "@fullcalendar/timegrid": "^4.3.0",
  44. "@fullcalendar/timeline": "^4.3.0",
  45. "@fullcalendar/vue": "^4.3.1",
  46. "@riophae/vue-treeselect": "0.4.0",
  47. "axios": "^0.21.1",
  48. "clipboard": "2.0.6",
  49. "core-js": "3.8.1",
  50. "echarts": "4.9.0",
  51. "element-ui": "2.15.5",
  52. "file-saver": "2.0.4",
  53. "fuse.js": "6.4.3",
  54. "highlight.js": "9.18.5",
  55. "js-beautify": "1.13.0",
  56. "js-cookie": "2.2.1",
  57. "js-md5": "^0.7.3",
  58. "jsencrypt": "3.0.0-rc.1",
  59. "less-loader": "^10.0.1",
  60. "lockr": "^0.8.5",
  61. "nprogress": "0.2.0",
  62. "quill": "1.3.7",
  63. "run": "^1.4.0",
  64. "screenfull": "5.0.2",
  65. "sortablejs": "1.10.2",
  66. "vue": "2.6.12",
  67. "vue-count-to": "1.0.13",
  68. "vue-cropper": "0.5.5",
  69. "vue-meta": "^2.4.0",
  70. "vue-moment": "^4.0.0",
  71. "vue-router": "3.4.9",
  72. "vuedraggable": "2.24.3",
  73. "vuex": "3.6.0"
  74. },
  75. "devDependencies": {
  76. "@vue/cli-plugin-babel": "4.4.6",
  77. "@vue/cli-plugin-eslint": "4.4.6",
  78. "@vue/cli-service": "4.4.6",
  79. "babel-eslint": "10.1.0",
  80. "chalk": "4.1.0",
  81. "connect": "3.6.6",
  82. "eslint": "7.15.0",
  83. "eslint-plugin-vue": "7.2.0",
  84. "lint-staged": "10.5.3",
  85. "runjs": "4.4.2",
  86. "sass": "1.32.0",
  87. "sass-loader": "10.1.0",
  88. "script-ext-html-webpack-plugin": "2.1.5",
  89. "svg-sprite-loader": "5.1.1",
  90. "vue-template-compiler": "2.6.12"
  91. },
  92. "engines": {
  93. "node": ">=8.9",
  94. "npm": ">= 3.0.0"
  95. },
  96. "browserslist": [
  97. "> 1%",
  98. "last 2 versions"
  99. ]
  100. }