package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "name": "doctor-xklr",
  3. "version": "1.2.6",
  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. "crypto-js": "^4.1.1",
  32. "deepmerge": "^4.2.2",
  33. "draggabilly": "^2.3.0",
  34. "echarts": "^5.4.2",
  35. "electron": "^12.2.3",
  36. "electron-dl": "^3.2.0",
  37. "electron-edge-js": "^19.0.0",
  38. "electron-log": "^4.4.8",
  39. "electron-updater": "^4.3.9",
  40. "element-ui": "^2.15.13",
  41. "getmac": "^5.20.0",
  42. "js-cookie": "^3.0.5",
  43. "lodash": "^4.17.21",
  44. "moment": "^2.29.4",
  45. "nedb": "^1.8.0",
  46. "node-gyp-build": "^4.6.0",
  47. "qs": "^6.11.1",
  48. "request": "^2.88.2",
  49. "request-progress": "^3.0.0",
  50. "require": "^2.4.20",
  51. "right-pad": "^1.0.1",
  52. "semver": "^7.3.4",
  53. "showdown": "^1.9.1",
  54. "silly-datetime": "^0.1.2",
  55. "store": "^2.0.12",
  56. "unused-filename": "^4.0.1",
  57. "url": "^0.11.0",
  58. "uuid": "^3.3.2",
  59. "vue": "^2.6.12",
  60. "vue-clipboard2": "^0.3.3",
  61. "vue-demi": "^0.14.0",
  62. "vue-electron": "^1.0.6",
  63. "vue-infinite-loading": "^2.4.5",
  64. "vue-lazyload": "^1.3.3",
  65. "vue-router": "^3.5.1",
  66. "vuex": "^3.6.2",
  67. "vuex-electron": "^1.0.3"
  68. },
  69. "devDependencies": {
  70. "@vue/cli-plugin-babel": "~4.5.0",
  71. "@vue/cli-plugin-e2e-cypress": "~4.5.0",
  72. "@vue/cli-plugin-eslint": "~4.5.0",
  73. "@vue/cli-plugin-router": "~4.5.0",
  74. "@vue/cli-plugin-unit-jest": "~4.5.0",
  75. "@vue/cli-plugin-vuex": "~4.5.0",
  76. "@vue/cli-service": "~4.5.0",
  77. "@vue/eslint-config-prettier": "^6.0.0",
  78. "@vue/test-utils": "^1.0.3",
  79. "babel-eslint": "^10.1.0",
  80. "babel-plugin-import": "^1.13.3",
  81. "commitizen": "^4.0.3",
  82. "commitlint": "^8.2.0",
  83. "conventional-changelog-cli": "^2.0.28",
  84. "electron-devtools-installer": "^3.1.0",
  85. "eslint": "^6.7.2",
  86. "eslint-plugin-prettier": "^3.3.1",
  87. "eslint-plugin-vue": "^6.2.2",
  88. "husky": "^3.0.9",
  89. "less": "^3.13.1",
  90. "less-loader": "^5.0.0",
  91. "prettier": "^2.2.1",
  92. "spectron": "13.0.0",
  93. "vue-cli-plugin-commitlint": "~1.0.12",
  94. "vue-cli-plugin-electron-builder": "~2.0.0-rc.6",
  95. "vue-template-compiler": "^2.6.12"
  96. },
  97. "config": {
  98. "commitizen": {
  99. "path": "./node_modules/vue-cli-plugin-commitlint/lib/cz"
  100. }
  101. },
  102. "husky": {
  103. "hooks": {}
  104. },
  105. "__npminstall_done": false
  106. }