Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

90 lines
2.3KB

  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.6",
  4. "description": "院后服务内控管理平台",
  5. "author": "",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve --mode development",
  9. "build:dev": "vue-cli-service build --mode development",
  10. "build": "vue-cli-service build --mode production",
  11. "build:stage": "vue-cli-service build --mode staging",
  12. "preview": "node build/index.js --preview",
  13. "lint": "eslint --ext .js,.vue src"
  14. },
  15. "keywords": [
  16. "vue",
  17. "admin",
  18. "dashboard",
  19. "element-ui",
  20. "boilerplate",
  21. "admin-template",
  22. "management-system"
  23. ],
  24. "repository": {
  25. "type": "git",
  26. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  27. },
  28. "dependencies": {
  29. "@riophae/vue-treeselect": "0.4.0",
  30. "@tailwindcss/postcss7-compat": "^2.2.17",
  31. "await-to-js": "^3.0.0",
  32. "axios": "0.24.0",
  33. "clipboard": "2.0.8",
  34. "core-js": "3.25.3",
  35. "dayjs": "^1.11.11",
  36. "decimal.js": "^10.4.3",
  37. "echarts": "5.4.0",
  38. "element-ui": "2.15.13",
  39. "file-saver": "2.0.5",
  40. "fuse.js": "6.4.3",
  41. "highlight.js": "9.18.5",
  42. "js-beautify": "1.13.0",
  43. "js-cookie": "3.0.1",
  44. "jsencrypt": "3.0.0-rc.1",
  45. "nanoid": "^5.0.7",
  46. "nprogress": "0.2.0",
  47. "quill": "1.3.7",
  48. "screenfull": "5.0.2",
  49. "sortablejs": "1.10.2",
  50. "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
  51. "vue": "2.6.12",
  52. "vue-count-to": "1.0.13",
  53. "vue-cropper": "0.5.5",
  54. "vue-meta": "2.4.0",
  55. "vue-router": "3.4.9",
  56. "vuedraggable": "^2.24.3",
  57. "vuex": "3.6.0",
  58. "vuex-persistedstate": "^4.1.0",
  59. "vxe-table": "~3.8.12",
  60. "xe-utils": "^3.5.27"
  61. },
  62. "devDependencies": {
  63. "@vue/cli-plugin-babel": "^4.4.6",
  64. "@vue/cli-plugin-eslint": "^4.4.6",
  65. "@vue/cli-service": "^4.4.6",
  66. "babel-eslint": "10.1.0",
  67. "babel-plugin-dynamic-import-node": "2.3.3",
  68. "chalk": "4.1.0",
  69. "compression-webpack-plugin": "5.0.2",
  70. "connect": "3.6.6",
  71. "eslint": "^6.8.0",
  72. "eslint-plugin-vue": "7.2.0",
  73. "lint-staged": "10.5.3",
  74. "runjs": "4.4.2",
  75. "sass": "1.32.13",
  76. "sass-loader": "10.1.1",
  77. "script-ext-html-webpack-plugin": "^2.1.5",
  78. "svg-sprite-loader": "5.1.1",
  79. "vue-template-compiler": "2.6.12"
  80. },
  81. "engines": {
  82. "node": ">=8.9",
  83. "npm": ">= 3.0.0"
  84. },
  85. "browserslist": [
  86. "> 1%",
  87. "last 2 versions"
  88. ]
  89. }