mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-03-22 03:08:23 +00:00
182 lines
6.4 KiB
JSON
182 lines
6.4 KiB
JSON
{
|
|
"name": "prowler-next-app",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"start:standalone": "node .next/standalone/server.js",
|
|
"deps:log": "node scripts/update-dependency-log.js",
|
|
"postinstall": "node scripts/postinstall.js",
|
|
"typecheck": "tsc",
|
|
"healthcheck": "pnpm run typecheck && pnpm run lint:check",
|
|
"lint:check": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"format:check": "./node_modules/.bin/prettier --check ./app",
|
|
"format:write": "./node_modules/.bin/prettier --config .prettierrc.json --write ./app",
|
|
"prepare": "husky",
|
|
"test": "vitest",
|
|
"test:run": "vitest run",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:e2e": "playwright test --project=auth --project=sign-up --project=providers --project=invitations --project=scans",
|
|
"test:e2e:ui": "playwright test --project=auth --project=sign-up --project=providers --project=invitations --project=scans --ui",
|
|
"test:e2e:debug": "playwright test --project=auth --project=sign-up --project=providers --project=invitations --project=scans --debug",
|
|
"test:e2e:headed": "playwright test --project=auth --project=sign-up --project=providers --project=invitations --project=scans --headed",
|
|
"test:e2e:report": "playwright show-report",
|
|
"test:e2e:install": "playwright install",
|
|
"audit:fix": "pnpm audit fix"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/react": "2.0.111",
|
|
"@aws-sdk/client-bedrock-runtime": "3.988.0",
|
|
"@extractus/feed-extractor": "7.1.7",
|
|
"@heroui/react": "2.8.4",
|
|
"@hookform/resolvers": "5.2.2",
|
|
"@internationalized/date": "3.10.0",
|
|
"@langchain/aws": "1.1.0",
|
|
"@langchain/core": "1.1.15",
|
|
"@langchain/mcp-adapters": "1.1.3",
|
|
"@langchain/openai": "1.1.3",
|
|
"@next/third-parties": "16.1.6",
|
|
"@radix-ui/react-alert-dialog": "1.1.14",
|
|
"@radix-ui/react-avatar": "1.1.11",
|
|
"@radix-ui/react-checkbox": "1.3.3",
|
|
"@radix-ui/react-collapsible": "1.1.12",
|
|
"@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-popover": "1.1.15",
|
|
"@radix-ui/react-scroll-area": "1.2.10",
|
|
"@radix-ui/react-select": "2.2.5",
|
|
"@radix-ui/react-separator": "1.1.7",
|
|
"@radix-ui/react-slot": "1.2.3",
|
|
"@radix-ui/react-tabs": "1.1.13",
|
|
"@radix-ui/react-toast": "1.2.14",
|
|
"@radix-ui/react-tooltip": "1.2.8",
|
|
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
"@react-aria/i18n": "3.12.13",
|
|
"@react-aria/ssr": "3.9.4",
|
|
"@react-aria/visually-hidden": "3.8.12",
|
|
"@react-stately/utils": "3.10.8",
|
|
"@react-types/datepicker": "3.13.2",
|
|
"@react-types/shared": "3.26.0",
|
|
"@sentry/nextjs": "10.27.0",
|
|
"@tailwindcss/postcss": "4.1.18",
|
|
"@tailwindcss/typography": "0.5.16",
|
|
"@tanstack/react-table": "8.21.3",
|
|
"@types/dagre": "0.7.53",
|
|
"@types/js-yaml": "4.0.9",
|
|
"ai": "5.0.109",
|
|
"alert": "6.0.2",
|
|
"class-variance-authority": "0.7.1",
|
|
"clsx": "2.1.1",
|
|
"cmdk": "1.1.1",
|
|
"d3": "7.9.0",
|
|
"dagre": "0.8.5",
|
|
"date-fns": "4.1.0",
|
|
"framer-motion": "11.18.2",
|
|
"import-in-the-middle": "2.0.0",
|
|
"intl-messageformat": "10.7.16",
|
|
"jose": "5.10.0",
|
|
"js-yaml": "4.1.1",
|
|
"jwt-decode": "4.0.0",
|
|
"langchain": "1.2.10",
|
|
"lucide-react": "0.543.0",
|
|
"marked": "15.0.12",
|
|
"nanoid": "5.1.6",
|
|
"next": "16.1.6",
|
|
"next-auth": "5.0.0-beta.30",
|
|
"next-themes": "0.2.1",
|
|
"radix-ui": "1.4.2",
|
|
"react": "19.2.4",
|
|
"react-day-picker": "9.13.0",
|
|
"react-dom": "19.2.4",
|
|
"react-hook-form": "7.62.0",
|
|
"react-markdown": "10.1.0",
|
|
"recharts": "2.15.4",
|
|
"require-in-the-middle": "8.0.1",
|
|
"server-only": "0.0.1",
|
|
"sharp": "0.33.5",
|
|
"shiki": "3.20.0",
|
|
"streamdown": "1.6.10",
|
|
"tailwind-merge": "3.3.1",
|
|
"tailwindcss-animate": "1.0.7",
|
|
"topojson-client": "3.1.0",
|
|
"tw-animate-css": "1.4.0",
|
|
"use-stick-to-bottom": "1.1.1",
|
|
"uuid": "11.1.0",
|
|
"vaul": "1.1.2",
|
|
"world-atlas": "2.0.2",
|
|
"zod": "4.1.11",
|
|
"zustand": "5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "3.3.3",
|
|
"@iconify/react": "5.2.1",
|
|
"@next/eslint-plugin-next": "16.1.6",
|
|
"@playwright/test": "1.56.1",
|
|
"@testing-library/jest-dom": "6.9.1",
|
|
"@testing-library/react": "16.3.2",
|
|
"@testing-library/user-event": "14.6.1",
|
|
"@types/d3": "7.4.3",
|
|
"@types/geojson": "7946.0.16",
|
|
"@types/node": "24.10.8",
|
|
"@types/react": "19.2.8",
|
|
"@types/react-dom": "19.2.3",
|
|
"@types/topojson-client": "3.1.5",
|
|
"@types/topojson-specification": "1.0.5",
|
|
"@types/uuid": "10.0.0",
|
|
"@typescript-eslint/eslint-plugin": "8.53.0",
|
|
"@typescript-eslint/parser": "8.53.0",
|
|
"@vitejs/plugin-react": "5.1.2",
|
|
"@vitest/coverage-v8": "4.0.18",
|
|
"autoprefixer": "10.4.19",
|
|
"babel-plugin-react-compiler": "1.0.0",
|
|
"dotenv-expand": "12.0.3",
|
|
"eslint": "9.39.2",
|
|
"eslint-config-next": "16.1.6",
|
|
"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": "7.0.1",
|
|
"eslint-plugin-security": "3.0.1",
|
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
|
"eslint-plugin-unused-imports": "4.3.0",
|
|
"globals": "17.0.0",
|
|
"husky": "9.1.7",
|
|
"jsdom": "27.4.0",
|
|
"lint-staged": "15.5.2",
|
|
"postcss": "8.4.38",
|
|
"prettier": "3.6.2",
|
|
"prettier-plugin-tailwindcss": "0.6.14",
|
|
"shadcn": "3.8.4",
|
|
"tailwind-variants": "0.1.20",
|
|
"tailwindcss": "4.1.18",
|
|
"typescript": "5.5.4",
|
|
"vitest": "4.0.18"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@react-types/shared": "3.26.0",
|
|
"@internationalized/date": "3.10.0",
|
|
"alert>react": "19.2.4",
|
|
"alert>react-dom": "19.2.4",
|
|
"@react-aria/ssr>react": "19.2.4",
|
|
"@react-aria/ssr>react-dom": "19.2.4",
|
|
"@react-aria/visually-hidden>react": "19.2.4",
|
|
"@react-aria/interactions>react": "19.2.4",
|
|
"lodash": "4.17.23",
|
|
"lodash-es": "4.17.23",
|
|
"hono": "4.11.7",
|
|
"@isaacs/brace-expansion": "5.0.1",
|
|
"fast-xml-parser": "5.3.4"
|
|
}
|
|
},
|
|
"version": "0.0.1",
|
|
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a"
|
|
}
|