{ "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "test": "jest --watch", "test:ci": "jest --ci" }, "dependencies": { "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0", "server-only": "^0.0.1" }, "devDependencies": { "@testing-library/jest-dom": "6.1.5", "@testing-library/react": "14.1.2", "@types/jest": "29.5.11", "@types/react": "18.2.45", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "typescript": "5.3.3" } }