package.json 609 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "@vben-core/iconify",
  3. "version": "5.0.0",
  4. "homepage": "https://github.com/vbenjs/vue-vben-admin",
  5. "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
  9. "directory": "packages/@vben-core/shared/iconify"
  10. },
  11. "license": "MIT",
  12. "type": "module",
  13. "files": [
  14. "dist"
  15. ],
  16. "main": "./src/index.ts",
  17. "module": "./src/index.ts",
  18. "exports": {
  19. ".": {
  20. "default": "./src/index.ts"
  21. }
  22. },
  23. "dependencies": {
  24. "@iconify/vue": "^4.1.2",
  25. "vue": "^3.4.30"
  26. }
  27. }