{
    "name": "preference-center-web",
    "version": "0.1.0",
    "private": true,
    "scripts": {
        "dev": "next dev",
        "build": "next build",
        "start": "next start",
        "lint": "biome lint",
        "lint:fix": "biome lint --write",
        "format": "biome check --linter-enabled=false --write",
        "format:check": "biome check --linter-enabled=false",
        "test": "vitest --run",
        "test:watch": "vitest",
        "typecheck": "tsc --noEmit --skipLibCheck",
        "check": "biome check",
        "check:ci": "biome ci",
        "check:deps": "pnpm update --interactive --latest",
        "generate:next-types": "next typegen",
        "generate:openapi-types": "tsx -r dotenv/config src/utils/openapi generate --config src/connectors",
        "i18n:init": "frontend-i18n init && tsx scripts/i18n init",
        "i18n:sync": "frontend-i18n sync --delete-terms && tsx scripts/i18n init",
        "prepare": "husky"
    },
    "dependencies": {
        "@sentry/nextjs": "10.63.0",
        "@theorchard/countries": "3.0.1",
        "@theorchard/jwt-service-handler": "4.6.7",
        "clsx": "2.1.1",
        "dd-trace": "5.110.0",
        "next": "16.2.9",
        "next-international": "1.3.1",
        "openapi-fetch": "0.17.0",
        "react": "19.2.7",
        "react-dom": "19.2.7",
        "react-hook-form": "7.80.0",
        "react-phone-number-input": "3.4.17"
    },
    "devDependencies": {
        "@biomejs/biome": "2.5.2",
        "@tailwindcss/postcss": "4.3.2",
        "@testing-library/dom": "10.4.1",
        "@testing-library/jest-dom": "6.9.1",
        "@testing-library/react": "16.3.2",
        "@testing-library/user-event": "14.6.1",
        "@theorchard/frontend-cli-i18n": "2.1.7",
        "@types/node": "24.1.0",
        "@types/react": "19.2.17",
        "@types/react-dom": "19.2.3",
        "@vitejs/plugin-react": "6.0.3",
        "happy-dom": "20.10.6",
        "husky": "9.1.7",
        "lint-staged": "17.0.8",
        "msw": "2.14.6",
        "openapi-typescript": "7.13.0",
        "tailwindcss": "4.3.2",
        "tsx": "4.22.4",
        "typescript": "6.0.3",
        "typescript-plugin-css-modules": "5.2.0",
        "vite": "8.1.2",
        "vitest": "4.1.9"
    },
    "packageManager": "pnpm@11.5.2+sha512.71c631e382066efc25625d5cf029075de07b61b37f6e27350fbd84b1bda5864c8c1967adc280776b45c30a715c0359a3be08fef42d5bb09e2b99029979692916"
}
