mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
Co-authored-by: Chandrapal Badshah <12944530+Chan9390@users.noreply.github.com> Co-authored-by: alejandrobailo <alejandrobailo94@gmail.com> Co-authored-by: Alejandro Bailo <59607668+alejandrobailo@users.noreply.github.com> Co-authored-by: Alan Buscaglia <gentlemanprogramming@gmail.com> Co-authored-by: Adrián Jesús Peña Rodríguez <adrianjpr@gmail.com> Co-authored-by: Andoni Alonso <14891798+andoniaf@users.noreply.github.com> Co-authored-by: Rubén De la Torre Vico <ruben@prowler.com> Co-authored-by: Daniel Barranquero <danielbo2001@gmail.com>
158 lines
5.6 KiB
JSON
158 lines
5.6 KiB
JSON
{
|
|
"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 scripts/postinstall.js",
|
|
"typecheck": "tsc",
|
|
"healthcheck": "pnpm run typecheck && pnpm 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 --project=chromium --project=sign-up --project=providers --project=invitations --project=scans",
|
|
"test:e2e:ui": "playwright test --project=chromium --project=sign-up --project=providers --project=invitations --project=scans --ui",
|
|
"test:e2e:debug": "playwright test --project=chromium --project=sign-up --project=providers --project=invitations --project=scans --debug",
|
|
"test:e2e:headed": "playwright test --project=chromium --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.948.0",
|
|
"@heroui/react": "2.8.4",
|
|
"@hookform/resolvers": "5.2.2",
|
|
"@internationalized/date": "3.10.0",
|
|
"@langchain/aws": "1.1.0",
|
|
"@langchain/core": "1.1.4",
|
|
"@langchain/mcp-adapters": "1.0.3",
|
|
"@langchain/openai": "1.1.3",
|
|
"@next/third-parties": "15.5.9",
|
|
"@radix-ui/react-alert-dialog": "1.1.14",
|
|
"@radix-ui/react-avatar": "1.1.11",
|
|
"@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.13",
|
|
"@tailwindcss/typography": "0.5.16",
|
|
"@tanstack/react-table": "8.21.3",
|
|
"@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",
|
|
"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.1.5",
|
|
"lucide-react": "0.543.0",
|
|
"marked": "15.0.12",
|
|
"nanoid": "5.1.6",
|
|
"next": "15.5.9",
|
|
"next-auth": "5.0.0-beta.30",
|
|
"next-themes": "0.2.1",
|
|
"radix-ui": "1.4.2",
|
|
"react": "19.2.2",
|
|
"react-dom": "19.2.2",
|
|
"react-hook-form": "7.62.0",
|
|
"react-markdown": "10.1.0",
|
|
"recharts": "2.15.4",
|
|
"require-in-the-middle": "8.0.1",
|
|
"rss-parser": "3.13.0",
|
|
"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",
|
|
"world-atlas": "2.0.2",
|
|
"zod": "4.1.11",
|
|
"zustand": "5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/react": "5.2.1",
|
|
"@playwright/test": "1.56.1",
|
|
"@types/d3": "7.4.3",
|
|
"@types/geojson": "7946.0.16",
|
|
"@types/node": "20.5.7",
|
|
"@types/react": "19.1.13",
|
|
"@types/react-dom": "19.1.9",
|
|
"@types/topojson-client": "3.1.5",
|
|
"@types/topojson-specification": "1.0.5",
|
|
"@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",
|
|
"dotenv-expand": "12.0.3",
|
|
"eslint": "8.57.1",
|
|
"eslint-config-next": "15.5.9",
|
|
"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": "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",
|
|
"shadcn": "3.4.1",
|
|
"tailwind-variants": "0.1.20",
|
|
"tailwindcss": "4.1.13",
|
|
"typescript": "5.5.4"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@react-types/shared": "3.26.0",
|
|
"@internationalized/date": "3.10.0",
|
|
"alert>react": "19.2.2",
|
|
"alert>react-dom": "19.2.2",
|
|
"@react-aria/ssr>react": "19.2.2",
|
|
"@react-aria/ssr>react-dom": "19.2.2",
|
|
"@react-aria/visually-hidden>react": "19.2.2",
|
|
"@react-aria/interactions>react": "19.2.2"
|
|
}
|
|
},
|
|
"version": "0.0.1"
|
|
}
|