package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "name": "admin",
  3. "version": "3.8.3",
  4. "description": "后台管理系统",
  5. "author": "Tellsea",
  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. "start": "node index.js",
  14. "server": "nodemon index.js --ignore client"
  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-Vue.git"
  39. },
  40. "dependencies": {
  41. "@jiaminghi/data-view": "^2.10.0",
  42. "@riophae/vue-treeselect": "0.4.0",
  43. "animate.css": "^4.1.1",
  44. "axios": "0.24.0",
  45. "clipboard": "2.0.8",
  46. "core-js": "^3.25.0",
  47. "crypto-js": "^4.2.0",
  48. "echarts": "4.9.0",
  49. "echarts-gl": "^1.1.1",
  50. "element-ui": "2.15.8",
  51. "file-saver": "2.0.5",
  52. "fuse.js": "6.4.3",
  53. "highcharts": "^7.1.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. "less": "^3.0.0",
  59. "less-loader": "^5.0.0",
  60. "nprogress": "0.2.0",
  61. "pinyin": "^4.0.0-alpha.2",
  62. "quill": "1.3.7",
  63. "screenfull": "5.0.2",
  64. "sortablejs": "1.10.2",
  65. "three": "^0.172.0",
  66. "vue": "2.6.12",
  67. "vue-count-to": "1.0.13",
  68. "vue-cropper": "0.5.5",
  69. "vue-meta": "2.4.0",
  70. "vue-router": "3.4.9",
  71. "vuedraggable": "2.24.3",
  72. "vuex": "3.6.0"
  73. },
  74. "devDependencies": {
  75. "@vue/cli-plugin-babel": "4.4.6",
  76. "@vue/cli-plugin-eslint": "4.4.6",
  77. "@vue/cli-service": "4.4.6",
  78. "babel-eslint": "10.1.0",
  79. "babel-plugin-dynamic-import-node": "2.3.3",
  80. "cache-loader": "^4.1.0",
  81. "chalk": "4.1.0",
  82. "compression-webpack-plugin": "5.0.2",
  83. "connect": "3.6.6",
  84. "css-loader": "^5.2.7",
  85. "eslint": "7.15.0",
  86. "eslint-plugin-vue": "7.2.0",
  87. "lint-staged": "10.5.3",
  88. "runjs": "4.4.2",
  89. "sass": "1.32.13",
  90. "sass-loader": "^7.1.0",
  91. "script-ext-html-webpack-plugin": "2.1.5",
  92. "style-loader": "^1.0.0",
  93. "svg-sprite-loader": "5.1.1",
  94. "vue-template-compiler": "2.6.12"
  95. },
  96. "engines": {
  97. "node": ">=8.9",
  98. "npm": ">= 3.0.0"
  99. },
  100. "browserslist": [
  101. "> 1%",
  102. "last 2 versions"
  103. ]
  104. }