{
  "name": "ai_fiesta",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:integration": "./__tests__/integration/run-tests.sh",
    "test:integration:docker": "RUN_DOCKER_TESTS=true ./__tests__/integration/run-tests.sh",
    "test:e2e": "RUN_INTEGRATION_TESTS=true jest __tests__/integration/sharing-e2e.test.tsx",
    "test:visual": "RUN_INTEGRATION_TESTS=true jest __tests__/integration/visual-consistency.test.ts",
    "unimported": "unimported",
    "docker:build": "docker build -t ai_fiesta .",
    "docker:run": "docker run -p 3000:3000 ai_fiesta",
    "docker:dev": "./scripts/docker-deploy.sh dev",
    "docker:prod": "./scripts/docker-deploy.sh prod",
    "docker:test": "./scripts/docker-deploy.sh test",
    "docker:clean": "./scripts/docker-deploy.sh clean",
    "docker:status": "./scripts/docker-deploy.sh status",
    "docker:logs": "./scripts/docker-deploy.sh logs",
    "prod:setup": "./scripts/setup-production-env.sh",
    "prod:deploy": "./scripts/production-deploy.sh deploy",
    "prod:status": "./scripts/production-deploy.sh status",
    "prod:logs": "./scripts/production-deploy.sh logs",
    "prod:rollback": "./scripts/production-deploy.sh rollback",
    "prod:test": "./scripts/production-deploy.sh test"
  },
  "dependencies": {
    "@vercel/analytics": "^1.5.0",
    "@vercel/speed-insights": "^1.2.0",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "framer-motion": "^12.23.12",
    "lightningcss": "^1.30.1",
    "lucide-react": "^0.539.0",
    "mammoth": "^1.10.0",
    "next": "15.4.6",
    "pdf-parse": "^1.1.1",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "react-speech-recognition": "^4.0.1",
    "react-toastify": "^11.0.5",
    "tailwind-merge": "^3.3.1"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3",
    "@tailwindcss/postcss": "^4",
    "@testing-library/jest-dom": "^6.8.0",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/jest": "^29.5.14",
    "@types/jest-axe": "^3.5.9",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/react-speech-recognition": "^3.9.6",
    "eslint": "^9",
    "eslint-config-next": "15.4.6",
    "jest": "^29.7.0",
    "jest-axe": "^10.0.0",
    "jest-environment-jsdom": "^29.7.0",
    "prettier": "^3.6.2",
    "tailwindcss": "^4",
    "ts-jest": "^29.4.1",
    "tw-animate-css": "^1.3.7",
    "typescript": "^5",
    "unimported": "^1.31.0"
  }
}
