package.json 874 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "@vben/tailwind-config",
  3. "version": "5.7.0",
  4. "private": true,
  5. "homepage": "https://github.com/vbenjs/vue-vben-admin",
  6. "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
  7. "repository": {
  8. "type": "git",
  9. "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
  10. "directory": "internal/tailwind-config"
  11. },
  12. "license": "MIT",
  13. "type": "module",
  14. "files": [
  15. "src"
  16. ],
  17. "sideEffects": [
  18. "**/*.css"
  19. ],
  20. "main": "./src/index.ts",
  21. "module": "./src/index.ts",
  22. "types": "./src/index.ts",
  23. "exports": {
  24. ".": {
  25. "types": "./src/index.ts",
  26. "default": "./src/index.ts"
  27. },
  28. "./theme": {
  29. "default": "./src/theme.css"
  30. }
  31. },
  32. "dependencies": {
  33. "@iconify/tailwind4": "catalog:",
  34. "@tailwindcss/typography": "catalog:",
  35. "tailwindcss": "catalog:",
  36. "tw-animate-css": "catalog:"
  37. }
  38. }