{ "name": "dbal-ui", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint", "typecheck": "tsc --noEmit", "test:e2e": "playwright test", "test:e2e:headed": "playwright test --headed", "test:e2e:ui": "playwright test --ui" }, "dependencies": { "next": "^16.1.6", "react": "^19.2.4", "react-dom": "^19.2.4" }, "overrides": { "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@playwright/test": "^1.58.2", "@types/node": "^25.3.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "eslint": "^10.0.1", "eslint-config-next": "^16.1.6", "sass": "^1.97.3", "typescript": "~5.9.3", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.5", "@chromatic-com/playwright": "^0.12.8", "checkly": "^7.1.0", "npm-run-all2": "8.0.4" } }