package.json 913 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@vben-core/icons",
  3. "version": "5.5.4",
  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/base/icons"
  10. },
  11. "license": "MIT",
  12. "type": "module",
  13. "scripts": {
  14. "build": "pnpm unbuild"
  15. },
  16. "files": [
  17. "dist"
  18. ],
  19. "main": "./dist/index.mjs",
  20. "module": "./dist/index.mjs",
  21. "exports": {
  22. ".": {
  23. "types": "./src/index.ts",
  24. "development": "./src/index.ts",
  25. "default": "./dist/index.mjs"
  26. }
  27. },
  28. "publishConfig": {
  29. "exports": {
  30. ".": {
  31. "types": "./dist/index.d.ts",
  32. "default": "./dist/index.mjs"
  33. }
  34. }
  35. },
  36. "dependencies": {
  37. "@iconify/vue": "catalog:",
  38. "lucide-vue-next": "catalog:",
  39. "vue": "catalog:"
  40. }
  41. }