mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-08 07:50:24 -05:00
23 lines
513 B
JSON
23 lines
513 B
JSON
{
|
|
"name": "nextjs-configured",
|
|
"version": "0.0.0-test",
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"lint": "next lint",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "^15.2.3",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/webpack-dev-server": "file:../../../npm/webpack-dev-server",
|
|
"eslint": "8.9.0",
|
|
"eslint-config-next": "15.2.3",
|
|
"html-webpack-plugin": "^5.6.3",
|
|
"webpack-dev-server": "^5.1.0"
|
|
}
|
|
}
|