package.json 2.9 KB

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