package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "@dcloudio/uni-app-harmony",
  3. "version": "3.0.0-4020920240930001",
  4. "description": "@dcloudio/uni-app-harmony",
  5. "files": [
  6. "dist",
  7. "types"
  8. ],
  9. "sideEffects": [
  10. "lib/automator.js"
  11. ],
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/dcloudio/uni-app.git",
  15. "directory": "packages/uni-app-harmony"
  16. },
  17. "license": "Apache-2.0",
  18. "bugs": {
  19. "url": "https://github.com/dcloudio/uni-app/issues"
  20. },
  21. "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  22. "uni-app": {
  23. "name": "uni-app-harmony",
  24. "apply": [
  25. "app-harmony"
  26. ],
  27. "main": "dist/uni.compiler.js"
  28. },
  29. "dependencies": {
  30. "@dcloudio/uni-app-vite": "3.0.0-4020920240930001",
  31. "debug": "^4.3.3",
  32. "fs-extra": "^10.0.0",
  33. "licia": "^1.29.0",
  34. "postcss-selector-parser": "^6.0.6"
  35. },
  36. "devDependencies": {
  37. "@dcloudio/uni-cli-shared": "3.0.0-4020920240930001",
  38. "@dcloudio/uni-app-plus": "3.0.0-4020920240930001",
  39. "@dcloudio/uni-components": "3.0.0-4020920240930001",
  40. "@dcloudio/uni-i18n": "3.0.0-4020920240930001",
  41. "@dcloudio/uni-shared": "3.0.0-4020920240930001",
  42. "@types/pako": "1.0.2",
  43. "@types/google.maps": "^3.45.6",
  44. "@amap/amap-jsapi-types": "^0.0.8",
  45. "@vue/compiler-sfc": "3.4.21",
  46. "autoprefixer": "^10.4.18",
  47. "pako": "^1.0.11",
  48. "postcss": "^8.4.21",
  49. "vue": "3.4.21"
  50. }
  51. }