package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.7",
  4. "description": "牙科管理系统",
  5. "author": "fcg",
  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": "https://gitee.com/y_project/RuoYi-Vue.git"
  37. },
  38. "dependencies": {
  39. "@fullcalendar/core": "^6.1.10",
  40. "@fullcalendar/daygrid": "^6.1.10",
  41. "@fullcalendar/interaction": "^6.1.10",
  42. "@fullcalendar/timegrid": "^6.1.10",
  43. "@fullcalendar/vue": "^6.1.10",
  44. "@hufe921/canvas-editor": "^0.9.89",
  45. "@riophae/vue-treeselect": "0.4.0",
  46. "@wangeditor/editor": "^5.1.23",
  47. "@wangeditor/editor-for-vue": "^1.0.2",
  48. "axios": "0.24.0",
  49. "clipboard": "2.0.8",
  50. "core-js": "3.25.3",
  51. "crypto-js": "^4.2.0",
  52. "dayjs": "^1.11.11",
  53. "echarts": "^5.5.1",
  54. "element-china-area-data": "^6.1.0",
  55. "element-ui": "2.15.14",
  56. "file-saver": "^2.0.5",
  57. "fuse.js": "6.4.3",
  58. "highlight.js": "9.18.5",
  59. "js-beautify": "1.13.0",
  60. "js-cookie": "^3.0.1",
  61. "jsencrypt": "3.0.0-rc.1",
  62. "kindeditor": "^4.1.10",
  63. "moment": "^2.30.1",
  64. "nprogress": "0.2.0",
  65. "path-to-regexp": "^7.0.0",
  66. "postcss-px2rem": "^0.3.0",
  67. "postcss-pxtorem": "^5.1.1",
  68. "preact": "^10.12.1",
  69. "quill": "1.3.7",
  70. "screenfull": "5.0.2",
  71. "sortablejs": "^1.10.2",
  72. "vue": "2.6.12",
  73. "vue-count-to": "1.0.13",
  74. "vue-cropper": "0.5.5",
  75. "vue-meta": "2.4.0",
  76. "vue-router": "3.4.9",
  77. "vue2-editor": "^2.10.3",
  78. "vuedraggable": "2.24.3",
  79. "vuex": "3.6.0",
  80. "xlsx": "^0.18.5"
  81. },
  82. "devDependencies": {
  83. "@vue/cli-plugin-babel": "4.4.6",
  84. "@vue/cli-plugin-eslint": "4.4.6",
  85. "@vue/cli-service": "4.4.6",
  86. "babel-eslint": "10.1.0",
  87. "babel-plugin-dynamic-import-node": "2.3.3",
  88. "chalk": "4.1.0",
  89. "compression-webpack-plugin": "6.1.2",
  90. "connect": "3.6.6",
  91. "eslint": "7.15.0",
  92. "eslint-plugin-vue": "7.2.0",
  93. "lint-staged": "10.5.3",
  94. "runjs": "4.4.2",
  95. "sass": "1.32.13",
  96. "sass-loader": "10.1.1",
  97. "script-ext-html-webpack-plugin": "2.1.5",
  98. "svg-sprite-loader": "5.1.1",
  99. "vue-template-compiler": "2.6.12"
  100. },
  101. "engines": {
  102. "node": ">=8.9",
  103. "npm": ">= 3.0.0"
  104. },
  105. "browserslist": [
  106. "> 1%",
  107. "last 2 versions"
  108. ]
  109. }