Minimal styling, powered by Goober.
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.

27 lines
631 B

  1. {
  2. "name": "@tesseract-design/goofy-goober-example-react-next",
  3. "version": "0.1.0",
  4. "private": true,
  5. "description": "Example project using goofy-goober",
  6. "scripts": {
  7. "dev": "next dev",
  8. "build": "next build",
  9. "start": "next start",
  10. "lint": "next lint"
  11. },
  12. "alias": {
  13. "@tesseract-design/goofy-goober": "../../src"
  14. },
  15. "dependencies": {
  16. "@types/node": "18.15.11",
  17. "@types/react": "18.0.33",
  18. "@types/react-dom": "18.0.11",
  19. "eslint": "8.38.0",
  20. "eslint-config-next": "13.3.0",
  21. "next": "13.3.0",
  22. "react": "18.2.0",
  23. "react-dom": "18.2.0",
  24. "typescript": "5.0.4"
  25. }
  26. }