{
  "name": "co-thu-ky-pho-web",
  "private": true,
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "dev": "next dev -p 3002",
    "build": "next build",
    "build:cpanel": "node scripts/build-cpanel.cjs",
    "start": "next start",
    "start:prod": "next start",
    "start:cpanel": "node scripts/start-standalone.cjs",
    "lint": "eslint",
    "test": "vitest run",
    "test:smoke": "playwright test",
    "test:e2e:beta": "playwright test --config=playwright.beta.config.ts",
    "check:beta-env": "node ./scripts/check-beta-env.mjs"
  },
  "dependencies": {
    "lunar-javascript": "^1.7.7",
    "next": "16.2.0",
    "react": "19.2.4",
    "react-dom": "19.2.4",
    "sanitize-html": "^2.13.1"
  },
  "devDependencies": {
    "@playwright/test": "^1.51.1",
    "@tailwindcss/postcss": "^4",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/sanitize-html": "^2.13.0",
    "eslint": "^9",
    "eslint-config-next": "16.2.0",
    "tailwindcss": "^4",
    "typescript": "^5",
    "vitest": "^2.1.9"
  }
}
