Template for starting apps, powered by Next.js
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.
 
 

28 lines
608 B

  1. {
  2. "name": "starter-next",
  3. "version": "0.1.0",
  4. "private": true,
  5. "homepage": "https://code.modal.sh",
  6. "scripts": {
  7. "dev": "next dev",
  8. "build": "next build",
  9. "start": "next start"
  10. },
  11. "dependencies": {
  12. "@tesseract-design/react-common": "^0.3.0",
  13. "next": "10.1.3",
  14. "react": "17.0.2",
  15. "react-dom": "17.0.2",
  16. "styled-components": "^5.2.3"
  17. },
  18. "devDependencies": {
  19. "@types/node": "^14.14.41",
  20. "@types/react": "^17.0.3",
  21. "@types/styled-components": "^5.1.9",
  22. "typescript": "^4.2.4"
  23. },
  24. "optionalDependencies": {
  25. "react-markdown": "^6.0.1"
  26. }
  27. }