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.
 
 

38 lines
989 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. "@theoryofnekomata/viewfinder": "0.2.4",
  14. "next": "10.1.3",
  15. "react": "17.0.2",
  16. "react-dom": "17.0.2",
  17. "react-markdown": "^6.0.1",
  18. "styled-components": "^5.2.3"
  19. },
  20. "devDependencies": {
  21. "@types/node": "^14.14.41",
  22. "@types/react": "^17.0.3",
  23. "@types/styled-components": "^5.1.9",
  24. "@typescript-eslint/eslint-plugin": "^4.26.0",
  25. "@typescript-eslint/parser": "^4.26.0",
  26. "eslint": "^7.27.0",
  27. "eslint-config-prettier": "^8.3.0",
  28. "eslint-plugin-prettier": "^3.4.0",
  29. "eslint-plugin-react": "^7.24.0",
  30. "eslint-plugin-react-app": "^6.2.2",
  31. "prettier": "2.3.0",
  32. "typescript": "^4.2.4"
  33. },
  34. "optionalDependencies": {
  35. "react-markdown": "^6.0.1"
  36. }
  37. }