package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "zd-app-web",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "lint": "vue-cli-service lint",
  9. "upload:pro": "python upload.py /usr/share/nginx/html/zaojiao/ app_web pro",
  10. "upload:dev": "python upload.py /usr/share/nginx/html/ app_web dev"
  11. },
  12. "dependencies": {
  13. "@rive-app/canvas": "^1.1.4",
  14. "@types/qrcode": "^1.5.0",
  15. "axios": "^1.3.4",
  16. "dayjs": "^1.11.7",
  17. "flicker-vue-hooks": "^1.0.10",
  18. "html2canvas": "^1.4.1",
  19. "lib-flexible": "^0.3.2",
  20. "normalize.css": "^8.0.1",
  21. "pinia": "^2.0.34",
  22. "postcss-pxtorem": "5.1.1",
  23. "qrcode": "^1.5.1",
  24. "vant": "^4.0.10",
  25. "vconsole": "^3.15.0",
  26. "vue": "^3.0.0",
  27. "vue-class-component": "^8.0.0-0",
  28. "vue-router": "^4.0.0-0",
  29. "weixin-js-sdk": "^1.6.0"
  30. },
  31. "devDependencies": {
  32. "@typescript-eslint/eslint-plugin": "^4.18.0",
  33. "@typescript-eslint/parser": "^4.18.0",
  34. "@vue/cli-plugin-eslint": "~4.5.12",
  35. "@vue/cli-plugin-router": "~4.5.12",
  36. "@vue/cli-plugin-typescript": "~4.5.12",
  37. "@vue/cli-plugin-vuex": "~4.5.12",
  38. "@vue/cli-service": "~4.5.12",
  39. "@vue/compiler-sfc": "^3.0.0",
  40. "@vue/eslint-config-standard": "^5.1.2",
  41. "@vue/eslint-config-typescript": "^7.0.0",
  42. "eslint": "^6.7.2",
  43. "eslint-plugin-import": "^2.20.2",
  44. "eslint-plugin-node": "^11.1.0",
  45. "eslint-plugin-promise": "^4.2.1",
  46. "eslint-plugin-standard": "^4.0.0",
  47. "eslint-plugin-vue": "^7.0.0",
  48. "lint-staged": "^9.5.0",
  49. "node-sass": "^4.12.0",
  50. "sass-loader": "^8.0.2",
  51. "typescript": "~4.1.5",
  52. "unplugin-vue-components": "^0.23.0"
  53. },
  54. "gitHooks": {
  55. "pre-commit": "lint-staged"
  56. },
  57. "lint-staged": {
  58. "*.{js,jsx,vue,ts,tsx}": [
  59. "vue-cli-service lint",
  60. "git add"
  61. ]
  62. }
  63. }