package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "name": "doctor-xklr",
  3. "version": "1.2.5",
  4. "private": false,
  5. "author": "wly",
  6. "scripts": {
  7. "serve": "vue-cli-service electron:serve",
  8. "test:unit": "vue-cli-service test:unit",
  9. "test:e2e": "vue-cli-service test:e2e",
  10. "cz": "npm run log && git add . && git cz",
  11. "log": "conventional-changelog --config ./node_modules/vue-cli-plugin-commitlint/lib/log -i CHANGELOG.md -s -r 0",
  12. "electron:build": "vue-cli-service electron:build",
  13. "electron:serve": "vue-cli-service electron:serve",
  14. "postinstall": "electron-builder install-app-deps",
  15. "postuninstall": "electron-builder install-app-deps",
  16. "patch": "npm version patch && git push origin master && git push origin --tags",
  17. "minor": "npm version minor && git push origin master && git push origin --tags",
  18. "major": "npm version major && git push origin master && git push origin --tags",
  19. "release": "vue-cli-service electron:build --publish always",
  20. "lint": "vue-cli-service lint",
  21. "prettier": "npx prettier --write ./src ./test",
  22. "doc": "docsify serve docs"
  23. },
  24. "appId": "doctor-xklr",
  25. "main": "background.js",
  26. "dependencies": {
  27. "@vue/reactivity": "^3.2.47",
  28. "Squirrel": "^0.0.1",
  29. "axios": "^1.4.0",
  30. "core-js": "^3.6.5",
  31. "deepmerge": "^4.2.2",
  32. "draggabilly": "^2.3.0",
  33. "echarts": "^5.4.2",
  34. "electron": "^12.2.3",
  35. "electron-dl": "^3.2.0",
  36. "electron-log": "^4.4.8",
  37. "electron-updater": "^4.3.9",
  38. "element-ui": "^2.15.13",
  39. "js-cookie": "^3.0.5",
  40. "lodash": "^4.17.21",
  41. "moment": "^2.29.4",
  42. "nedb": "^1.8.0",
  43. "qs": "^6.11.1",
  44. "request": "^2.88.2",
  45. "request-progress": "^3.0.0",
  46. "require": "^2.4.20",
  47. "right-pad": "^1.0.1",
  48. "semver": "^7.3.4",
  49. "showdown": "^1.9.1",
  50. "store": "^2.0.12",
  51. "unused-filename": "^4.0.1",
  52. "url": "^0.11.0",
  53. "uuid": "^3.3.2",
  54. "vue": "^2.6.12",
  55. "vue-demi": "^0.14.0",
  56. "vue-electron": "^1.0.6",
  57. "vue-infinite-loading": "^2.4.5",
  58. "vue-lazyload": "^1.3.3",
  59. "vue-router": "^3.5.1",
  60. "vuex": "^3.6.2",
  61. "vuex-electron": "^1.0.3"
  62. },
  63. "devDependencies": {
  64. "@vue/cli-plugin-babel": "~4.5.0",
  65. "@vue/cli-plugin-e2e-cypress": "~4.5.0",
  66. "@vue/cli-plugin-eslint": "~4.5.0",
  67. "@vue/cli-plugin-router": "~4.5.0",
  68. "@vue/cli-plugin-unit-jest": "~4.5.0",
  69. "@vue/cli-plugin-vuex": "~4.5.0",
  70. "@vue/cli-service": "~4.5.0",
  71. "@vue/eslint-config-prettier": "^6.0.0",
  72. "@vue/test-utils": "^1.0.3",
  73. "babel-eslint": "^10.1.0",
  74. "babel-plugin-import": "^1.13.3",
  75. "commitizen": "^4.0.3",
  76. "commitlint": "^8.2.0",
  77. "conventional-changelog-cli": "^2.0.28",
  78. "electron-devtools-installer": "^3.1.0",
  79. "eslint": "^6.7.2",
  80. "eslint-plugin-prettier": "^3.3.1",
  81. "eslint-plugin-vue": "^6.2.2",
  82. "husky": "^3.0.9",
  83. "less": "^3.13.1",
  84. "less-loader": "^5.0.0",
  85. "prettier": "^2.2.1",
  86. "spectron": "13.0.0",
  87. "vue-cli-plugin-commitlint": "~1.0.12",
  88. "vue-cli-plugin-electron-builder": "~2.0.0-rc.6",
  89. "vue-template-compiler": "^2.6.12"
  90. },
  91. "config": {
  92. "commitizen": {
  93. "path": "./node_modules/vue-cli-plugin-commitlint/lib/cz"
  94. }
  95. },
  96. "husky": {
  97. "hooks": {
  98. }
  99. }
  100. }