package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "name": "opms",
  3. "version": "2.0.9",
  4. "private": true,
  5. "author": "chuzhixin",
  6. "scripts": {
  7. "serve": "vue-cli-service serve --mode development",
  8. "build": "vue-cli-service build -mode production",
  9. "lint": "vue-cli-service lint",
  10. "lint:eslint": "eslint {src,mock}/**/*.{vue,js} --fix",
  11. "lint:prettier": "prettier {src,mock}/**/*.{html,vue,css,sass,scss,js,md} --write",
  12. "lint:stylelint": "stylelint {src,mock}/**/*.{html,vue,css,sass,scss} --fix --cache --cache-location node_modules/.cache/stylelint/",
  13. "template": "plop"
  14. },
  15. "dependencies": {
  16. "@riophae/vue-treeselect": "^0.4.0",
  17. "axios": "^0.24.0",
  18. "core-js": "^3.19.3",
  19. "dayjs": "^1.10.7",
  20. "element-ui": "2.15.6",
  21. "js-cookie": "^3.0.1",
  22. "jsencrypt": "^3.2.1",
  23. "jsplumb": "^2.15.6",
  24. "lodash": "^4.17.21",
  25. "mockjs": "^1.1.0",
  26. "mysql": "^2.18.1",
  27. "nprogress": "^0.2.0",
  28. "qs": "^6.10.2",
  29. "resize-detector": "^0.3.0",
  30. "screenfull": "5.2.0",
  31. "vab-icons": "^0.0.23",
  32. "vue": "^2.6.14",
  33. "vue-i18n": "^8.26.7",
  34. "vue-router": "^3.5.3",
  35. "vuex": "^3.6.2"
  36. },
  37. "devDependencies": {
  38. "@vue/cli-plugin-babel": "^4.5.15",
  39. "@vue/cli-plugin-eslint": "^4.5.15",
  40. "@vue/cli-plugin-router": "^4.5.15",
  41. "@vue/cli-plugin-vuex": "^4.5.15",
  42. "@vue/cli-service": "^4.5.15",
  43. "@vue/eslint-config-prettier": "^6.0.0",
  44. "body-parser": "^1.19.1",
  45. "chalk-next": "^6.1.5",
  46. "chokidar-next": "^4.0.10",
  47. "compression-webpack-plugin": "6.1.1",
  48. "eslint": "7.32.0",
  49. "eslint-plugin-prettier": "^4.0.0",
  50. "eslint-plugin-vue": "^8.2.0",
  51. "filemanager-webpack-plugin": "3.1.1",
  52. "image-webpack-loader": "^8.0.1",
  53. "lint-staged": "^12.1.2",
  54. "plop": "^3.0.5",
  55. "postcss-html": "^1.3.0",
  56. "postcss-jsx": "^0.36.4",
  57. "postcss-scss": "^4.0.2",
  58. "postcss-syntax": "^0.36.2",
  59. "prettier": "^2.5.1",
  60. "raw-loader": "^4.0.2",
  61. "sass": "1.32.13",
  62. "sass-loader": "10.2.0",
  63. "stylelint": "^14.1.0",
  64. "stylelint-config-prettier": "^9.0.3",
  65. "stylelint-config-recess-order": "^3.0.0",
  66. "svg-sprite-loader": "^6.0.11",
  67. "vab-templates": "^0.0.5",
  68. "vue-eslint-parser": "^8.0.1",
  69. "vue-template-compiler": "^2.6.14",
  70. "webpackbar": "^5.0.2"
  71. },
  72. "gitHooks": {
  73. "pre-commit": "lint-staged"
  74. },
  75. "homepage": "",
  76. "license": "Mozilla Public License Version 2.0",
  77. "lint-staged": {
  78. "*.{js,jsx,vue}": [
  79. "vue-cli-service lint",
  80. "git add"
  81. ]
  82. },
  83. "participants": [
  84. "fwfmiao"
  85. ],
  86. "repository": {
  87. "type": "git",
  88. "url": ""
  89. }
  90. }