Layout scaffolding for Web apps.
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.
 
 
 

32 lines
789 B

  1. {
  2. "name": "@tesseract-design/viewfinder-kitchen-sink-react",
  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. "@tesseract-design/viewfinder-base": "workspace:*",
  13. "@tesseract-design/viewfinder-react": "workspace:*",
  14. "next": "12.2.4",
  15. "react": "18.2.0",
  16. "react-dom": "18.2.0",
  17. "react-markdown": "^8.0.6"
  18. },
  19. "devDependencies": {
  20. "@types/node": "18.6.4",
  21. "@types/react": "18.0.15",
  22. "@types/react-dom": "18.0.6",
  23. "autoprefixer": "^10.4.14",
  24. "critters": "^0.0.19",
  25. "eslint": "8.21.0",
  26. "eslint-config-next": "12.2.4",
  27. "postcss": "^8.4.27",
  28. "tailwindcss": "^3.3.3",
  29. "typescript": "4.7.4"
  30. }
  31. }