{
  "name": "Jobbond",
  "private": true,
  "version": "0.0.219",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "preview": "vite preview",
    "test:e2e": "playwright test",
    "test:e2e:ui": "playwright test --ui",
    "format-and-lint": "biome check .",
    "format-and-lint:fix": "biome check . --write"
  },
  "dependencies": {
    "jazz-tools": "^0.19.21",
    "react": "19.1.0",
    "react-dom": "19.1.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.1.3",
    "@playwright/test": "^1.50.1",
    "@tailwindcss/postcss": "^4.1.10",
    "@types/react": "19.1.0",
    "@types/react-dom": "19.1.0",
    "@vitejs/plugin-react": "^4.5.1",
    "globals": "^15.11.0",
    "is-ci": "^3.0.1",
    "postcss": "^8.4.27",
    "tailwindcss": "^4.1.10",
    "typescript": "5.6.2",
    "vite": "6.3.5"
  }
}