You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
2.2 KiB

3 years ago
  1. {
  2. "name": "ruoyi",
  3. "version": "3.3.0",
  4. "description": "进销存管理系统",
  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": "https://gitee.com/y_project/RuoYi-Vue.git"
  37. },
  38. "dependencies": {
  39. "@riophae/vue-treeselect": "0.4.0",
  40. "@tinymce/tinymce-vue": "^3.2.2",
  41. "axios": "^0.21.1",
  42. "clipboard": "2.0.6",
  43. "core-js": "3.8.1",
  44. "echarts": "4.9.0",
  45. "element-china-area-data": "^5.0.2",
  46. "element-ui": "2.14.1",
  47. "file-saver": "^2.0.4",
  48. "fuse.js": "6.4.3",
  49. "highlight.js": "9.18.5",
  50. "js-beautify": "1.13.0",
  51. "js-cookie": "2.2.1",
  52. "jsbarcode": "^3.11.3",
  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. "tinymce": "^5.5.1",
  59. "vue": "2.6.12",
  60. "vue-amap": "^0.5.10",
  61. "vue-count-to": "1.0.13",
  62. "vue-cropper": "0.5.5",
  63. "vue-router": "3.4.9",
  64. "vuedraggable": "2.24.3",
  65. "vuex": "3.6.0",
  66. "xlsx": "^0.17.0"
  67. },
  68. "devDependencies": {
  69. "@vue/cli-plugin-babel": "4.4.6",
  70. "@vue/cli-plugin-eslint": "4.4.6",
  71. "@vue/cli-service": "4.4.6",
  72. "babel-eslint": "10.1.0",
  73. "chalk": "4.1.0",
  74. "connect": "3.6.6",
  75. "eslint": "7.15.0",
  76. "eslint-plugin-vue": "7.2.0",
  77. "less": "^4.1.1",
  78. "less-loader": "^7.3.0",
  79. "lint-staged": "10.5.3",
  80. "runjs": "4.4.2",
  81. "sass": "1.32.0",
  82. "sass-loader": "10.1.0",
  83. "script-ext-html-webpack-plugin": "2.1.5",
  84. "script-loader": "^0.7.2",
  85. "svg-sprite-loader": "5.1.1",
  86. "vue-template-compiler": "2.6.12"
  87. },
  88. "engines": {
  89. "node": ">=8.9",
  90. "npm": ">= 3.0.0"
  91. },
  92. "browserslist": [
  93. "> 1%",
  94. "last 2 versions"
  95. ]
  96. }