Website for showcasing all features of Tesseract Web.
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.
 
 

30 lines
655 B

  1. {
  2. "name": "@tesseract-design/web-kitchen-sink",
  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. "test": "jest"
  11. },
  12. "dependencies": {
  13. "goober": "^2.0.41",
  14. "next": "11.1.2",
  15. "react": "17.0.2",
  16. "react-dom": "17.0.2",
  17. "tailwindcss": "^2.2.16"
  18. },
  19. "devDependencies": {
  20. "@testing-library/user-event": "^13.5.0",
  21. "@types/jest": "^27.0.3",
  22. "@types/react": "17.0.27",
  23. "eslint": "^7.32.0",
  24. "eslint-config-next": "11.1.2",
  25. "jest": "^27.4.3",
  26. "ts-jest": "^27.0.7",
  27. "typescript": "4.4.3"
  28. }
  29. }