Design system.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
389 B

  1. {
  2. "package": {
  3. "searchPatterns": "categories/**",
  4. "classifications": {
  5. "platform": {
  6. "web": "@tesseract-design/web-*"
  7. },
  8. "framework": {
  9. "react": "@tesseract-design/*-react"
  10. }
  11. }
  12. },
  13. "additionalPackages": {
  14. "tailwindcss": "*",
  15. "autoprefixer": "*",
  16. "postcss": "*",
  17. "@tesseract-design/viewfinder-base": "*",
  18. "@tesseract-design/viewfinder-react": "*"
  19. }
  20. }