Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
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.
 
 
 
 

25 lines
595 B

  1. {
  2. "name": "react-common-docs",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "next start",
  9. "docgen": "node scripts/docgen.js"
  10. },
  11. "dependencies": {
  12. "@mdx-js/loader": "^1.6.19",
  13. "@tesseract-design/react-common": "^0.2.1",
  14. "next": "10.0.1",
  15. "next-mdx-frontmatter": "^0.0.3",
  16. "pascal-case": "^3.1.1",
  17. "react-docgen-typescript": "^1.20.5",
  18. "react-live": "^2.2.3",
  19. "remark-parse": "^9.0.0",
  20. "remark-react": "^8.0.0",
  21. "styled-components": "^5.2.1",
  22. "unified": "^9.2.0"
  23. }
  24. }