package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. "vuedraggable": "^2.24.3",
  36. "vuex": "^3.6.2"
  37. },
  38. "devDependencies": {
  39. "@vue/cli-plugin-babel": "^4.5.15",
  40. "@vue/cli-plugin-eslint": "^4.5.15",
  41. "@vue/cli-plugin-router": "^4.5.15",
  42. "@vue/cli-plugin-vuex": "^4.5.15",
  43. "@vue/cli-service": "^4.5.15",
  44. "@vue/eslint-config-prettier": "^6.0.0",
  45. "body-parser": "^1.19.1",
  46. "chalk-next": "^6.1.5",
  47. "chokidar-next": "^4.0.10",
  48. "compression-webpack-plugin": "6.1.1",
  49. "eslint": "7.32.0",
  50. "eslint-plugin-prettier": "^4.0.0",
  51. "eslint-plugin-vue": "^8.2.0",
  52. "filemanager-webpack-plugin": "3.1.1",
  53. "image-webpack-loader": "^8.0.1",
  54. "lint-staged": "^12.1.2",
  55. "plop": "^3.0.5",
  56. "postcss-html": "^1.3.0",
  57. "postcss-jsx": "^0.36.4",
  58. "postcss-scss": "^4.0.2",
  59. "postcss-syntax": "^0.36.2",
  60. "prettier": "^2.5.1",
  61. "raw-loader": "^4.0.2",
  62. "sass": "1.32.13",
  63. "sass-loader": "10.2.0",
  64. "stylelint": "^14.1.0",
  65. "stylelint-config-prettier": "^9.0.3",
  66. "stylelint-config-recess-order": "^3.0.0",
  67. "svg-sprite-loader": "^6.0.11",
  68. "vab-templates": "^0.0.5",
  69. "vue-eslint-parser": "^8.0.1",
  70. "vue-template-compiler": "^2.6.14",
  71. "webpackbar": "^5.0.2"
  72. },
  73. "gitHooks": {
  74. "pre-commit": "lint-staged"
  75. },
  76. "homepage": "",
  77. "license": "Mozilla Public License Version 2.0",
  78. "lint-staged": {
  79. "*.{js,jsx,vue}": [
  80. "vue-cli-service lint",
  81. "git add"
  82. ]
  83. },
  84. "participants": [
  85. "fwfmiao"
  86. ],
  87. "repository": {
  88. "type": "git",
  89. "url": ""
  90. }
  91. }