{ "name": "prowler-next-app", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "start:standalone": "node .next/standalone/server.js", "deps:log": "node scripts/update-dependency-log.js", "postinstall": "node -e \"const fs=require('fs'); if(fs.existsSync('scripts/update-dependency-log.js')) require('./scripts/update-dependency-log.js'); else console.log('skip deps:log (script missing)');\"", "typecheck": "tsc", "healthcheck": "npm run typecheck && npm run lint:check", "lint:check": "eslint . --ext .ts,.tsx -c .eslintrc.cjs", "lint:fix": "eslint . --ext .ts,.tsx -c .eslintrc.cjs --fix", "format:check": "./node_modules/.bin/prettier --check ./app", "format:write": "./node_modules/.bin/prettier --config .prettierrc.json --write ./app", "prepare": "husky", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui", "test:e2e:debug": "playwright test --debug", "test:e2e:headed": "playwright test --headed", "test:e2e:report": "playwright show-report", "test:e2e:install": "playwright install" }, "dependencies": { "@ai-sdk/langchain": "1.0.59", "@ai-sdk/react": "2.0.59", "@heroui/react": "2.8.4", "@hookform/resolvers": "5.2.2", "@langchain/core": "0.3.77", "@langchain/langgraph": "0.4.9", "@langchain/langgraph-supervisor": "0.0.20", "@langchain/openai": "0.5.18", "@next/third-parties": "15.3.5", "@radix-ui/react-alert-dialog": "1.1.14", "@radix-ui/react-dialog": "1.1.14", "@radix-ui/react-dropdown-menu": "2.1.15", "@radix-ui/react-icons": "1.3.2", "@radix-ui/react-label": "2.1.7", "@radix-ui/react-select": "2.2.5", "@radix-ui/react-slot": "1.2.3", "@radix-ui/react-toast": "1.2.14", "@react-aria/ssr": "3.9.4", "@react-aria/visually-hidden": "3.8.12", "@tailwindcss/postcss": "4.1.13", "@tailwindcss/typography": "0.5.16", "@tanstack/react-table": "8.21.3", "@types/js-yaml": "4.0.9", "ai": "5.0.59", "alert": "6.0.2", "class-variance-authority": "0.7.1", "clsx": "2.1.1", "date-fns": "4.1.0", "framer-motion": "11.18.2", "intl-messageformat": "10.7.16", "jose": "5.10.0", "js-yaml": "4.1.0", "jwt-decode": "4.0.0", "lucide-react": "0.543.0", "marked": "15.0.12", "next": "15.5.3", "next-auth": "5.0.0-beta.29", "next-themes": "0.2.1", "radix-ui": "1.4.2", "react": "19.1.1", "react-dom": "19.1.1", "react-hook-form": "7.62.0", "react-markdown": "10.1.0", "recharts": "2.15.4", "rss-parser": "3.13.0", "server-only": "0.0.1", "shadcn": "3.2.1", "sharp": "0.33.5", "tailwind-merge": "3.3.1", "tailwindcss-animate": "1.0.7", "uuid": "11.1.0", "zod": "4.1.11", "zustand": "5.0.8" }, "devDependencies": { "@iconify/react": "5.2.1", "@playwright/test": "1.53.2", "@types/node": "20.5.7", "@types/react": "19.1.13", "@types/react-dom": "19.1.9", "@types/uuid": "10.0.0", "@typescript-eslint/eslint-plugin": "7.18.0", "@typescript-eslint/parser": "7.18.0", "autoprefixer": "10.4.19", "babel-plugin-react-compiler": "19.1.0-rc.3", "eslint": "8.57.1", "eslint-config-next": "15.5.3", "eslint-config-prettier": "10.1.5", "eslint-plugin-import": "2.32.0", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "5.5.1", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-security": "3.0.1", "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-unused-imports": "3.2.0", "husky": "9.1.7", "lint-staged": "15.5.2", "postcss": "8.4.38", "prettier": "3.6.2", "prettier-plugin-tailwindcss": "0.6.14", "tailwind-variants": "0.1.20", "tailwindcss": "4.1.13", "typescript": "5.5.4" }, "overrides": { "@react-types/shared": "3.26.0", "alert": { "react": "19.1.1", "react-dom": "19.1.1" }, "@react-aria/ssr": { "react": "19.1.1", "react-dom": "19.1.1" }, "@react-aria/visually-hidden": { "react": "19.1.1" }, "@react-aria/interactions": { "react": "19.1.1" } }, "resolutions": { "@langchain/core": "0.3.77" }, "version": "0.0.1" }