{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"e2e": "start-server-and-test dev http://localhost:3000 \"cypress open --e2e\"",
"e2e:headless": "start-server-and-test dev http://localhost:3000 \"cypress run --e2e\"",
"component": "cypress open --component",
"component:headless": "cypress run --component"
},
"dependencies": {
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "18.0.6",
"@types/react": "18.2.8",
"@types/react-dom": "18.0.6",
"cypress": "12.3.0",
"start-server-and-test": "1.15.2",
"typescript": "4.7.4"
}
}