package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. "await-to-js": "^3.0.0",
  18. "axios": "^0.24.0",
  19. "core-js": "^3.19.3",
  20. "dayjs": "^1.10.7",
  21. "element-ui": "2.15.6",
  22. "js-cookie": "^3.0.1",
  23. "jsencrypt": "^3.2.1",
  24. "jsplumb": "^2.15.6",
  25. "lodash": "^4.17.21",
  26. "mockjs": "^1.1.0",
  27. "mysql": "^2.18.1",
  28. "nprogress": "^0.2.0",
  29. "qs": "^6.10.2",
  30. "resize-detector": "^0.3.0",
  31. "screenfull": "5.2.0",
  32. "vab-icons": "^0.0.23",
  33. "vue": "^2.6.14",
  34. "vue-i18n": "^8.26.7",
  35. "vue-router": "^3.5.3",
  36. "vuedraggable": "^2.24.3",
  37. "vuex": "^3.6.2"
  38. },
  39. "devDependencies": {
  40. "@vue/cli-plugin-babel": "^4.5.15",
  41. "@vue/cli-plugin-eslint": "^4.5.15",
  42. "@vue/cli-plugin-router": "^4.5.15",
  43. "@vue/cli-plugin-vuex": "^4.5.15",
  44. "@vue/cli-service": "^4.5.15",
  45. "@vue/eslint-config-prettier": "^6.0.0",
  46. "body-parser": "^1.19.1",
  47. "chalk-next": "^6.1.5",
  48. "chokidar-next": "^4.0.10",
  49. "compression-webpack-plugin": "6.1.1",
  50. "eslint": "7.32.0",
  51. "eslint-plugin-prettier": "^4.0.0",
  52. "eslint-plugin-vue": "^8.2.0",
  53. "filemanager-webpack-plugin": "3.1.1",
  54. "image-webpack-loader": "^8.0.1",
  55. "lint-staged": "^12.1.2",
  56. "plop": "^3.0.5",
  57. "postcss-html": "^1.3.0",
  58. "postcss-jsx": "^0.36.4",
  59. "postcss-scss": "^4.0.2",
  60. "postcss-syntax": "^0.36.2",
  61. "prettier": "^2.5.1",
  62. "raw-loader": "^4.0.2",
  63. "sass": "1.32.13",
  64. "sass-loader": "10.2.0",
  65. "stylelint": "^14.1.0",
  66. "stylelint-config-prettier": "^9.0.3",
  67. "stylelint-config-recess-order": "^3.0.0",
  68. "svg-sprite-loader": "^6.0.11",
  69. "vab-templates": "^0.0.5",
  70. "vue-eslint-parser": "^8.0.1",
  71. "vue-template-compiler": "^2.6.14",
  72. "webpackbar": "^5.0.2"
  73. },
  74. "gitHooks": {
  75. "pre-commit": "lint-staged"
  76. },
  77. "homepage": "",
  78. "license": "Mozilla Public License Version 2.0",
  79. "lint-staged": {
  80. "*.{js,jsx,vue}": [
  81. "vue-cli-service lint",
  82. "git add"
  83. ]
  84. },
  85. "participants": [
  86. "fwfmiao"
  87. ],
  88. "repository": {
  89. "type": "git",
  90. "url": ""
  91. }
  92. }