智慧水务管理系统 - 精河县供水工程综合管理平台

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "@vueuse/shared",
  3. "type": "module",
  4. "version": "14.3.0",
  5. "author": "Anthony Fu <https://github.com/antfu>",
  6. "license": "MIT",
  7. "funding": "https://github.com/sponsors/antfu",
  8. "homepage": "https://github.com/vueuse/vueuse/tree/main/packages/shared#readme",
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/vueuse/vueuse.git",
  12. "directory": "packages/shared"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/vueuse/vueuse/issues"
  16. },
  17. "keywords": [
  18. "vue",
  19. "vue-use",
  20. "utils"
  21. ],
  22. "sideEffects": false,
  23. "exports": {
  24. ".": "./dist/index.js",
  25. "./*": "./dist/*",
  26. "./package.json": "./package.json"
  27. },
  28. "main": "./dist/index.js",
  29. "module": "./dist/index.js",
  30. "unpkg": "./dist/index.iife.min.js",
  31. "jsdelivr": "./dist/index.iife.min.js",
  32. "types": "./dist/index.d.ts",
  33. "files": [
  34. "dist"
  35. ],
  36. "peerDependencies": {
  37. "vue": "^3.5.0"
  38. },
  39. "scripts": {
  40. "build": "tsdown"
  41. }
  42. }