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.
 
 
 

26 lines
546 B

  1. {
  2. "name": "next",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "next start",
  9. "lint": "next lint"
  10. },
  11. "dependencies": {
  12. "@mdx-js/loader": "^2.3.0",
  13. "@mdx-js/react": "^2.3.0",
  14. "@next/mdx": "^13.4.12",
  15. "@types/node": "20.4.7",
  16. "@types/react": "18.2.18",
  17. "@types/react-dom": "18.2.6",
  18. "eslint": "8.46.0",
  19. "eslint-config-next": "13.4.7",
  20. "next": "13.4.7",
  21. "react": "18.2.0",
  22. "react-dom": "18.2.0",
  23. "typescript": "5.1.6"
  24. }
  25. }