package.json 869 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "@uppy/vue",
  3. "version": "1.1.2",
  4. "license": "MIT",
  5. "main": "lib/index.js",
  6. "types": "types/index.d.ts",
  7. "dependencies": {
  8. "shallow-equal": "^1.2.1"
  9. },
  10. "devDependencies": {
  11. "vue": "^2.6.14"
  12. },
  13. "peerDependencies": {
  14. "@uppy/core": "workspace:^",
  15. "@uppy/dashboard": "workspace:^",
  16. "@uppy/drag-drop": "workspace:^",
  17. "@uppy/file-input": "workspace:^",
  18. "@uppy/progress-bar": "workspace:^",
  19. "@uppy/status-bar": "workspace:^",
  20. "vue": ">=2.6.11"
  21. },
  22. "peerDependenciesMeta": {
  23. "@uppy/dashboard": {
  24. "optional": true
  25. },
  26. "@uppy/drag-drop": {
  27. "optional": true
  28. },
  29. "@uppy/file-input": {
  30. "optional": true
  31. },
  32. "@uppy/progress-bar": {
  33. "optional": true
  34. },
  35. "@uppy/status-bar": {
  36. "optional": true
  37. }
  38. },
  39. "publishConfig": {
  40. "access": "public"
  41. }
  42. }