Use forms with or without client-side JavaScript--no code duplication required!
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

28 wiersze
642 B

  1. {
  2. "name": "@modal-sh/iceform-next-sandbox",
  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. "@modal-sh/iceform-next": "workspace:*",
  13. "@types/node": "20.6.1",
  14. "@types/react": "18.2.21",
  15. "@types/react-dom": "18.2.7",
  16. "autoprefixer": "10.4.15",
  17. "eslint": "8.49.0",
  18. "eslint-config-next": "13.4.19",
  19. "next": "13.4.19",
  20. "nookies": "^2.5.2",
  21. "postcss": "8.4.29",
  22. "react": "18.2.0",
  23. "react-dom": "18.2.0",
  24. "tailwindcss": "3.3.3",
  25. "typescript": "5.2.2"
  26. }
  27. }