package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "name": "fs",
  3. "version": "1.1.0",
  4. "description": "云联大健康私域管理系统",
  5. "author": "FS",
  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. "build:prod-jz": "vue-cli-service build --mode prod-jz",
  12. "build:prod-zkzh": "vue-cli-service build --mode prod-zkzh",
  13. "build:prod-fby": "vue-cli-service build --mode prod-fby",
  14. "preview": "node build/index.js --preview",
  15. "lint": "eslint --ext .js,.vue src",
  16. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  17. "test:ci": "npm run lint && npm run test:unit",
  18. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  19. "new": "plop"
  20. },
  21. "husky": {
  22. "hooks": {
  23. "pre-commit": "lint-staged"
  24. }
  25. },
  26. "lint-staged": {
  27. "src/**/*.{js,vue}": [
  28. "eslint --fix",
  29. "git add"
  30. ]
  31. },
  32. "keywords": [
  33. "vue",
  34. "admin",
  35. "dashboard",
  36. "element-ui",
  37. "boilerplate",
  38. "admin-template",
  39. "management-system"
  40. ],
  41. "dependencies": {
  42. "@riophae/vue-treeselect": "0.4.0",
  43. "axios": "0.18.1",
  44. "clipboard": "2.0.4",
  45. "compression-webpack-plugin": "^5.0.1",
  46. "core-js": "3.6.5",
  47. "dayjs": "^1.11.13",
  48. "echarts": "4.2.1",
  49. "element-ui": "^2.15.5",
  50. "file-saver": "2.0.1",
  51. "form-making": "^1.2.9",
  52. "fuse.js": "3.4.4",
  53. "js-beautify": "1.10.2",
  54. "js-cookie": "2.2.0",
  55. "jsencrypt": "3.0.0-rc.1",
  56. "lodash.clonedeep": "^4.5.0",
  57. "lodash.merge": "^4.6.2",
  58. "moment": "^2.29.4",
  59. "normalize.css": "7.0.0",
  60. "nprogress": "0.2.0",
  61. "path-to-regexp": "2.4.0",
  62. "qrcodejs2": "0.0.2",
  63. "qrious": "^4.0.2",
  64. "quill": "1.3.7",
  65. "screenfull": "4.2.0",
  66. "sortablejs": "1.8.4",
  67. "stylus": "^0.54.7",
  68. "stylus-loader": "^3.0.2",
  69. "v-clipboard": "^2.2.3",
  70. "vue": "2.6.10",
  71. "vue-clipboard2": "^0.3.1",
  72. "vue-count-to": "1.0.13",
  73. "vue-cropper": "0.4.9",
  74. "vue-full-calendar": "^2.8.1-0",
  75. "vue-mobile-audio": "^0.1.3",
  76. "vue-router": "3.0.2",
  77. "vue-splitpane": "1.0.4",
  78. "vue2-ace-editor": "0.0.15",
  79. "vuedraggable": "2.20.0",
  80. "vuex": "3.1.0",
  81. "wangeditor": "^4.6.13"
  82. },
  83. "devDependencies": {
  84. "@vue/cli-plugin-babel": "4.4.4",
  85. "@vue/cli-plugin-eslint": "4.4.4",
  86. "@vue/cli-plugin-unit-jest": "4.4.4",
  87. "@vue/cli-service": "4.4.4",
  88. "@vue/test-utils": "1.0.0-beta.29",
  89. "autoprefixer": "9.5.1",
  90. "babel-eslint": "10.1.0",
  91. "babel-jest": "23.6.0",
  92. "stylus": "^0.54.7",
  93. "stylus-loader": "^3.0.2",
  94. "babel-plugin-dynamic-import-node": "2.3.3",
  95. "chalk": "2.4.2",
  96. "chokidar": "2.1.5",
  97. "connect": "3.6.6",
  98. "eslint": "6.7.2",
  99. "eslint-plugin-vue": "6.2.2",
  100. "html-webpack-plugin": "3.2.0",
  101. "husky": "1.3.1",
  102. "lint-staged": "8.1.5",
  103. "mockjs": "1.0.1-beta3",
  104. "node-sass": "4.14.1",
  105. "plop": "2.3.0",
  106. "runjs": "4.3.2",
  107. "sass-loader": "8.0.2",
  108. "script-ext-html-webpack-plugin": "2.1.3",
  109. "script-loader": "0.7.2",
  110. "serve-static": "1.13.2",
  111. "svg-sprite-loader": "4.1.3",
  112. "svgo": "1.2.0",
  113. "vue-template-compiler": "2.6.10"
  114. },
  115. "engines": {
  116. "node": ">=8.9",
  117. "npm": ">= 3.0.0"
  118. },
  119. "browserslist": [
  120. "> 1%",
  121. "last 2 versions"
  122. ]
  123. }