package.json 2.7 KB

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