package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "capacitor-app",
  3. "version": "1.0.0",
  4. "description": "An Amazing Capacitor App",
  5. "main": "index.js",
  6. "scripts": {
  7. "serve": "vue-cli-service serve",
  8. "build": "vue-cli-service build && npx cap copy",
  9. "build-dev": "vue-cli-service build --mode development && npx cap copy",
  10. "lint": "vue-cli-service lint"
  11. },
  12. "keywords": [
  13. "capacitor",
  14. "mobile"
  15. ],
  16. "author": "",
  17. "license": "ISC",
  18. "dependencies": {
  19. "@capacitor-community/keep-awake": "^1.0.0",
  20. "@capacitor/android": "^2.4.6",
  21. "@capacitor/cli": "^2.4.6",
  22. "@capacitor/core": "^2.4.6",
  23. "@capacitor/ios": "2.4.6",
  24. "axios": "^0.19.0",
  25. "babel-plugin-import": "^1.13.3",
  26. "cordova-plugin-android-notch": "^1.0.3",
  27. "core-js": "^2.6.5",
  28. "dayjs": "^1.10.4",
  29. "ip": "^1.1.5",
  30. "photoswipe": "^4.1.3",
  31. "probe-image-size": "^6.0.0",
  32. "qs": "^6.9.4",
  33. "safe-area-insets": "^1.4.1",
  34. "url-search-params-polyfill": "^7.0.0",
  35. "vant": "^2.12.3",
  36. "vconsole-webpack-plugin": "^1.4.2",
  37. "vue": "^2.6.10",
  38. "vue-bus": "^1.2.1",
  39. "vue-loading-template": "^1.3.2",
  40. "vue-meta": "^2.3.1",
  41. "vue-router": "^3.0.3",
  42. "vue2-toast": "^2.1.0",
  43. "vueg": "^1.4.5",
  44. "vuex": "^3.0.1"
  45. },
  46. "devDependencies": {
  47. "@vue/cli-plugin-babel": "^3.12.0",
  48. "@vue/cli-plugin-eslint": "^4.1.0",
  49. "@vue/cli-service": "^3.12.0",
  50. "@vue/eslint-config-prettier": "^5.0.0",
  51. "babel-eslint": "^10.0.3",
  52. "eslint": "^5.16.0",
  53. "eslint-plugin-prettier": "^3.1.1",
  54. "eslint-plugin-vue": "^5.0.0",
  55. "less": "^3.0.4",
  56. "less-loader": "^6.0.0",
  57. "lint-staged": "^9.5.0",
  58. "prettier": "^1.19.1",
  59. "style-resources-loader": "^1.2.1",
  60. "vue-cli-plugin-style-resources-loader": "^0.1.3",
  61. "vue-template-compiler": "^2.6.10"
  62. },
  63. "lint-staged": {
  64. "*.{js,vue}": [
  65. "vue-cli-service lint",
  66. "git add"
  67. ]
  68. }
  69. }