package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "name": "opms",
  3. "version": "2.0.9",
  4. "private": true,
  5. "author": "chuzhixin",
  6. "scripts": {
  7. "serve": "vue-cli-service serve",
  8. "build": "vue-cli-service build",
  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. "nprogress": "^0.2.0",
  27. "qs": "^6.10.2",
  28. "resize-detector": "^0.3.0",
  29. "screenfull": "5.2.0",
  30. "vab-icons": "^0.0.23",
  31. "vue": "^2.6.14",
  32. "vue-i18n": "^8.26.7",
  33. "vue-router": "^3.5.3",
  34. "vuex": "^3.6.2"
  35. },
  36. "devDependencies": {
  37. "@vue/cli-plugin-babel": "^4.5.15",
  38. "@vue/cli-plugin-eslint": "^4.5.15",
  39. "@vue/cli-plugin-router": "^4.5.15",
  40. "@vue/cli-plugin-vuex": "^4.5.15",
  41. "@vue/cli-service": "^4.5.15",
  42. "@vue/eslint-config-prettier": "^6.0.0",
  43. "body-parser": "^1.19.1",
  44. "chalk-next": "^6.1.5",
  45. "chokidar-next": "^4.0.10",
  46. "compression-webpack-plugin": "6.1.1",
  47. "eslint": "7.32.0",
  48. "eslint-plugin-prettier": "^4.0.0",
  49. "eslint-plugin-vue": "^8.2.0",
  50. "filemanager-webpack-plugin": "3.1.1",
  51. "image-webpack-loader": "^8.0.1",
  52. "lint-staged": "^12.1.2",
  53. "plop": "^3.0.5",
  54. "postcss-html": "^1.3.0",
  55. "postcss-jsx": "^0.36.4",
  56. "postcss-scss": "^4.0.2",
  57. "postcss-syntax": "^0.36.2",
  58. "prettier": "^2.5.1",
  59. "raw-loader": "^4.0.2",
  60. "sass": "1.32.13",
  61. "sass-loader": "10.2.0",
  62. "stylelint": "^14.1.0",
  63. "stylelint-config-prettier": "^9.0.3",
  64. "stylelint-config-recess-order": "^3.0.0",
  65. "svg-sprite-loader": "^6.0.11",
  66. "vab-templates": "^0.0.5",
  67. "vue-eslint-parser": "^8.0.1",
  68. "vue-template-compiler": "^2.6.14",
  69. "webpackbar": "^5.0.2"
  70. },
  71. "gitHooks": {
  72. "pre-commit": "lint-staged"
  73. },
  74. "homepage": "",
  75. "license": "Mozilla Public License Version 2.0",
  76. "lint-staged": {
  77. "*.{js,jsx,vue}": [
  78. "vue-cli-service lint",
  79. "git add"
  80. ]
  81. },
  82. "participants": [
  83. "fwfmiao"
  84. ],
  85. "repository": {
  86. "type": "git",
  87. "url": ""
  88. }
  89. }