package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "name": "ruoyi",
  3. "version": "3.6.3",
  4. "description": "若依管理系统",
  5. "author": "若依",
  6. "license": "MIT",
  7. "scripts": {
  8. "serve": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
  9. "build": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
  10. "dev": "vue-cli-service serve",
  11. "build:prod": "vue-cli-service build",
  12. "build:stage": "vue-cli-service build --mode staging",
  13. "preview": "node build/index.js --preview",
  14. "lint": "eslint --ext .js,.vue src"
  15. },
  16. "husky": {
  17. "hooks": {
  18. "pre-commit": "lint-staged"
  19. }
  20. },
  21. "lint-staged": {
  22. "src/**/*.{js,vue}": [
  23. "eslint --fix",
  24. "git add"
  25. ]
  26. },
  27. "keywords": [
  28. "vue",
  29. "admin",
  30. "dashboard",
  31. "element-ui",
  32. "boilerplate",
  33. "admin-template",
  34. "management-system"
  35. ],
  36. "repository": {
  37. "type": "git",
  38. "url": "https://gitee.com/y_project/RuoYi-Cloud.git"
  39. },
  40. "dependencies": {
  41. "@amap/amap-jsapi-loader": "^1.0.1",
  42. "@riophae/vue-treeselect": "0.4.0",
  43. "axios": "0.24.0",
  44. "clipboard": "2.0.8",
  45. "core-js": "3.25.3",
  46. "echarts": "5.4.0",
  47. "element-ui": "2.15.13",
  48. "file-saver": "2.0.5",
  49. "fuse.js": "6.4.3",
  50. "highlight.js": "9.18.5",
  51. "js-beautify": "1.13.0",
  52. "js-cookie": "3.0.1",
  53. "jsencrypt": "3.0.0-rc.1",
  54. "nprogress": "0.2.0",
  55. "quill": "1.3.7",
  56. "screenfull": "5.0.2",
  57. "sortablejs": "1.10.2",
  58. "vue": "2.6.12",
  59. "vue-count-to": "1.0.13",
  60. "vue-cropper": "0.5.5",
  61. "vue-meta": "2.4.0",
  62. "vue-router": "3.4.9",
  63. "vuedraggable": "2.24.3",
  64. "vuex": "3.6.0"
  65. },
  66. "devDependencies": {
  67. "@vue/cli-plugin-babel": "4.4.6",
  68. "@vue/cli-plugin-eslint": "4.4.6",
  69. "@vue/cli-service": "4.4.6",
  70. "babel-eslint": "10.1.0",
  71. "babel-plugin-dynamic-import-node": "2.3.3",
  72. "chalk": "4.1.0",
  73. "compression-webpack-plugin": "5.0.2",
  74. "connect": "3.6.6",
  75. "eslint": "7.15.0",
  76. "eslint-plugin-vue": "7.2.0",
  77. "lint-staged": "10.5.3",
  78. "runjs": "4.4.2",
  79. "sass": "1.32.13",
  80. "sass-loader": "10.1.1",
  81. "script-ext-html-webpack-plugin": "2.1.5",
  82. "svg-sprite-loader": "5.1.1",
  83. "vue-template-compiler": "2.6.12"
  84. },
  85. "engines": {
  86. "node": ">=8.9",
  87. "npm": ">= 3.0.0"
  88. },
  89. "browserslist": [
  90. "> 1%",
  91. "last 2 versions"
  92. ]
  93. }