package.json 1.4 KB

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