{ "name": "dbal-ui", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "next dev", "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.1", "react": "19.2.3", "react-dom": "19.2.3" }, "devDependencies": { "@playwright/test": "^1.57.0", "@types/node": "^25.0.8", "@types/react": "19.2.8", "@types/react-dom": "19.2.3", "autoprefixer": "10.4.23", "eslint": "9.39.2", "eslint-config-next": "16.1.1", "postcss": "8.5.6", "tailwindcss": "4.1.18", "typescript": "~5.9.3" } }