package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "name": "ruoyi",
  3. "version": "3.2.0",
  4. "description": "智能仓储",
  5. "author": "",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve --open",
  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. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  14. "test:ci": "npm run lint && npm run test:unit",
  15. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  16. "new": "plop"
  17. },
  18. "husky": {
  19. "hooks": {
  20. "pre-commit": "lint-staged"
  21. }
  22. },
  23. "lint-staged": {
  24. "src/**/*.{js,vue}": [
  25. "eslint --fix",
  26. "git add"
  27. ]
  28. },
  29. "keywords": [
  30. "vue",
  31. "admin",
  32. "dashboard",
  33. "element-ui",
  34. "boilerplate",
  35. "admin-template",
  36. "management-system"
  37. ],
  38. "repository": {
  39. "type": "git",
  40. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  41. },
  42. "dependencies": {
  43. "@riophae/vue-treeselect": "0.4.0",
  44. "@tinymce/tinymce-vue": "^3.0.1",
  45. "axios": "^0.21.1",
  46. "clipboard": "2.0.4",
  47. "core-js": "3.6.5",
  48. "echarts": "^5.3.2",
  49. "element-ui": "2.13.2",
  50. "file-saver": "^2.0.5",
  51. "fuse.js": "3.4.4",
  52. "js-beautify": "1.10.2",
  53. "js-cookie": "2.2.0",
  54. "jsencrypt": "3.0.0-rc.1",
  55. "moment": "^2.29.1",
  56. "normalize.css": "7.0.0",
  57. "nprogress": "0.2.0",
  58. "path-to-regexp": "2.4.0",
  59. "qrcodejs2": "0.0.2",
  60. "quill": "1.3.7",
  61. "quill-image-drop-module": "^1.0.3",
  62. "quill-image-resize-module": "^3.0.0",
  63. "screenfull": "4.2.0",
  64. "sortablejs": "1.8.4",
  65. "tinymce": "^5.10.2",
  66. "vue": "2.6.10",
  67. "vue-count-to": "1.0.13",
  68. "vue-cropper": "0.4.9",
  69. "vue-facebook-login-component": "^4.0.2",
  70. "vue-print-nb": "^1.7.5",
  71. "vue-qr": "^3.2.4",
  72. "vue-router": "3.0.2",
  73. "vue-splitpane": "1.0.4",
  74. "vuedraggable": "2.20.0",
  75. "vuex": "3.1.0",
  76. "xlsx": "^0.17.0"
  77. },
  78. "devDependencies": {
  79. "@vue/cli-plugin-babel": "4.4.4",
  80. "@vue/cli-plugin-eslint": "4.4.4",
  81. "@vue/cli-plugin-unit-jest": "4.4.4",
  82. "@vue/cli-service": "^4.5.13",
  83. "@vue/test-utils": "1.0.0-beta.29",
  84. "autoprefixer": "9.5.1",
  85. "babel-eslint": "10.1.0",
  86. "babel-jest": "23.6.0",
  87. "babel-plugin-dynamic-import-node": "2.3.3",
  88. "chalk": "2.4.2",
  89. "chokidar": "2.1.5",
  90. "connect": "3.6.6",
  91. "eslint": "6.7.2",
  92. "eslint-plugin-vue": "6.2.2",
  93. "html-webpack-plugin": "3.2.0",
  94. "husky": "1.3.1",
  95. "less-loader": "^10.2.0",
  96. "lint-staged": "8.1.5",
  97. "mockjs": "1.0.1-beta3",
  98. "node-sass": "^4.14.1",
  99. "plop": "^2.7.4",
  100. "runjs": "4.3.2",
  101. "sass-loader": "8.0.2",
  102. "script-ext-html-webpack-plugin": "2.1.3",
  103. "script-loader": "^0.7.2",
  104. "serve-static": "1.13.2",
  105. "svg-sprite-loader": "4.1.3",
  106. "svgo": "1.2.0",
  107. "vue-template-compiler": "2.6.10",
  108. "webpack-cli": "^3.1.1"
  109. },
  110. "engines": {
  111. "node": ">=8.9",
  112. "npm": ">= 3.0.0"
  113. },
  114. "browserslist": [
  115. "> 1%",
  116. "last 2 versions"
  117. ]
  118. }