package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "name": "provincial_platform_sale",
  3. "version": "0.0.1",
  4. "description": "售后服务",
  5. "private": true,
  6. "scripts": {
  7. "dev": "vue-cli-service serve",
  8. "build": "vue-cli-service build",
  9. "build:report": "vue-cli-service build --report",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "lint": "eslint --fix --ext .js,.vue src",
  13. "prepare": "husky install"
  14. },
  15. "dependencies": {
  16. "@riophae/vue-treeselect": "^0.4.0",
  17. "axios": "^0.24.0",
  18. "better-scroll": "^1.15.2",
  19. "clipboard": "^2.0.8",
  20. "core-js": "3",
  21. "crypto-js": "^4.1.1",
  22. "echarts": "^4.9.0",
  23. "element-ui": "^2.15.8",
  24. "file-saver": "^2.0.5",
  25. "fuse.js": "^6.4.3",
  26. "highlight.js": "^9.18.5",
  27. "iconv-lite": "^0.6.3",
  28. "js-beautify": "^1.13.0",
  29. "js-cookie": "^2.2.1",
  30. "jschardet": "^3.0.0",
  31. "jsencrypt": "^3.0.0-rc.1",
  32. "jszip": "^3.10.1",
  33. "lodash": "^4.17.21",
  34. "normalize.css": "7.0.0",
  35. "nprogress": "^0.2.0",
  36. "path-to-regexp": "2.4.0",
  37. "print-js": "^1.5.0",
  38. "qs": "^6.9.1",
  39. "quill": "^1.3.7",
  40. "regenerator-runtime": "^0.13.9",
  41. "sass": "1.32.13",
  42. "screenfull": "^5.0.2",
  43. "sortablejs": "^1.10.2",
  44. "vue": "^2.6.14",
  45. "vue-cropper": "^0.5.5",
  46. "vue-easytable": "^2.27.1",
  47. "vue-print-nb": "^1.5.0",
  48. "vue-router": "^3.4.9",
  49. "vue-splitpane": "1.0.4",
  50. "vue-table-with-tree-grid": "^0.2.4",
  51. "vuedraggable": "2.20.0",
  52. "vuex": "^3.6.0",
  53. "xlsx": "^0.18.5",
  54. "xlsx-style": "^0.8.13"
  55. },
  56. "devDependencies": {
  57. "@babel/core": "7.0.0",
  58. "@babel/register": "7.0.0",
  59. "@d2-projects/vue-table-export": "^1.0.1",
  60. "@vue/cli-plugin-babel": "^4.4.6",
  61. "@vue/cli-plugin-eslint": "^4.4.6",
  62. "@vue/cli-plugin-unit-jest": "3.5.3",
  63. "@vue/cli-service": "^4.4.6",
  64. "@vue/eslint-config-standard": "^5.1.2",
  65. "@vue/test-utils": "1.0.0-beta.29",
  66. "autoprefixer": "^9",
  67. "babel-core": "7.0.0-bridge.0",
  68. "babel-eslint": "^10.1.0",
  69. "babel-jest": "23.6.0",
  70. "babel-plugin-dynamic-import-node": "^2.3.3",
  71. "chalk": "^4.1.0",
  72. "chokidar": "2.1.5",
  73. "compression-webpack-plugin": "^5.0.2",
  74. "connect": "^3.6.6",
  75. "eslint": "^7.15.0",
  76. "eslint-config-prettier": "^8.5.0",
  77. "eslint-plugin-import": "^2.20.2",
  78. "eslint-plugin-node": "^11.1.0",
  79. "eslint-plugin-promise": "^4.2.1",
  80. "eslint-plugin-standard": "^4.0.1",
  81. "eslint-plugin-vue": "^7.2.0",
  82. "html-webpack-plugin": "3.2.0",
  83. "husky": "^7.0.4",
  84. "lint-staged": "^10.5.3",
  85. "mockjs": "1.0.1-beta3",
  86. "plop": "2.3.0",
  87. "postcss": "^8",
  88. "runjs": "^4.4.2",
  89. "sass": "1.32.13",
  90. "sass-loader": "^10.3.1",
  91. "script-ext-html-webpack-plugin": "^2.1.5",
  92. "serve-static": "^1.13.2",
  93. "svg-sprite-loader": "^5.1.1",
  94. "svgo": "1.2.0",
  95. "postcss-pxtorem": "^5.1.1",
  96. "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
  97. "vue-template-compiler": "^2.6.14"
  98. },
  99. "engines": {
  100. "node": ">=8.9",
  101. "npm": ">= 3.0.0"
  102. },
  103. "browserslist": [
  104. "> 1%",
  105. "last 2 versions",
  106. "IE 11",
  107. "IE 10"
  108. ]
  109. }