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
552 B

  1. {
  2. "name": "duas",
  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. "react": "^19.0.0",
  13. "react-dom": "^19.0.0",
  14. "next": "15.1.0"
  15. },
  16. "devDependencies": {
  17. "typescript": "^5",
  18. "@types/node": "^20",
  19. "@types/react": "^19",
  20. "@types/react-dom": "^19",
  21. "postcss": "^8",
  22. "tailwindcss": "^3.4.1",
  23. "eslint": "^9",
  24. "eslint-config-next": "15.1.0",
  25. "@eslint/eslintrc": "^3"
  26. }
  27. }