package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "name": "soc",
  3. "version": "3.6.2",
  4. "description": "安全保卫管理平台",
  5. "author": "xunmei",
  6. "private": true,
  7. "license": "MIT",
  8. "scripts": {
  9. "dev": "vue-cli-service serve",
  10. "build:prod": "vue-cli-service build",
  11. "build:stage": "vue-cli-service build --mode staging",
  12. "preview": "node build/index.js --preview",
  13. "webpack": "webpack --version"
  14. },
  15. "husky": {
  16. "hooks": {
  17. "pre-commit": "lint-staged"
  18. }
  19. },
  20. "lint-staged": {
  21. "src/**/*.{js,vue}": [
  22. "eslint --fix",
  23. "git add"
  24. ]
  25. },
  26. "keywords": [
  27. "vue",
  28. "admin",
  29. "dashboard",
  30. "element-ui",
  31. "boilerplate",
  32. "admin-template",
  33. "management-system"
  34. ],
  35. "repository": {
  36. "type": "git",
  37. "url": "https://gitee.com/y_project/RuoYi-Cloud.git"
  38. },
  39. "dependencies": {
  40. "@riophae/vue-treeselect": "0.4.0",
  41. "axios": "0.24.0",
  42. "clipboard": "2.0.8",
  43. "core.js": "^0.4.2",
  44. "dayjs": "^1.11.9",
  45. "echarts": "5.4.0",
  46. "element-ui": "2.15.12",
  47. "file-saver": "2.0.5",
  48. "fuse.js": "6.4.3",
  49. "gm-crypt": "0.0.2",
  50. "highlight.js": "10.7.3",
  51. "js-beautify": "1.13.0",
  52. "js-cookie": "3.0.1",
  53. "jsencrypt": "3.0.0-rc.1",
  54. "moment": "^2.29.4",
  55. "node-polyfill-webpack-plugin": "^3.0.0",
  56. "nprogress": "0.2.0",
  57. "quill": "1.3.7",
  58. "screenfull": "5.0.2",
  59. "sortablejs": "1.10.2",
  60. "vue": "2.6.12",
  61. "vue-count-to": "1.0.13",
  62. "vue-cropper": "0.5.5",
  63. "vue-meta": "2.4.0",
  64. "vue-quill-editor": "^3.0.6",
  65. "vue-router": "3.4.9",
  66. "vuedraggable": "2.24.3",
  67. "vuex": "3.6.0"
  68. },
  69. "devDependencies": {
  70. "@vue/cli-plugin-babel": "5.0.8",
  71. "@vue/cli-service": "5.0.8",
  72. "babel-plugin-dynamic-import-node": "2.3.3",
  73. "chalk": "4.1.0",
  74. "compression-webpack-plugin": "5.0.2",
  75. "connect": "3.6.6",
  76. "core-js": "^3.34.0",
  77. "html-webpack-plugin": "^5.5.3",
  78. "lint-staged": "10.5.3",
  79. "runjs": "4.4.2",
  80. "sass": "1.66.1",
  81. "sass-loader": "13.3.2",
  82. "script-ext-html-webpack-plugin": "2.1.5",
  83. "svg-sprite-loader": "5.1.1",
  84. "vue-template-compiler": "2.6.12",
  85. "webpack": "^5.88.2",
  86. "webpack-cli": "^5.1.4"
  87. },
  88. "engines": {
  89. "node": ">= 10.0",
  90. "npm": ">= 3.0.0"
  91. },
  92. "browserslist": [
  93. "> 1%",
  94. "last 2 versions"
  95. ]
  96. }