67 lines
2.1 KiB
JSON
67 lines
2.1 KiB
JSON
{
|
|
"name": "viewer",
|
|
"license": "AGPL-3.0-or-later",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"dev": "dotenv -e ./.env -e ../../.env -- next dev -p 3001",
|
|
"build": "dotenv -e ./.env -e ../../.env -- next build",
|
|
"start": "dotenv -e ./.env -e ../../.env -- next start",
|
|
"lint": "dotenv -e ./.env -e ../../.env -- next lint",
|
|
"format:check": "prettier --check ./src",
|
|
"test": "dotenv -e ./.env -e ../../.env -- pnpm playwright test",
|
|
"test:report": "pnpm playwright show-report"
|
|
},
|
|
"dependencies": {
|
|
"@lilyrose2798/trpc-openapi": "^1.3.9",
|
|
"@planetscale/database": "1.8.0",
|
|
"@sentry/nextjs": "7.77.0",
|
|
"@trpc/server": "10.40.0",
|
|
"@typebot.io/bot-engine": "workspace:*",
|
|
"@typebot.io/js": "workspace:*",
|
|
"@typebot.io/nextjs": "workspace:*",
|
|
"@typebot.io/prisma": "workspace:*",
|
|
"ai": "2.2.31",
|
|
"bot-engine": "workspace:*",
|
|
"cors": "2.8.5",
|
|
"google-spreadsheet": "4.0.2",
|
|
"got": "12.6.0",
|
|
"next": "14.0.3",
|
|
"nextjs-cors": "2.1.2",
|
|
"nodemailer": "6.9.3",
|
|
"openai": "4.24.1",
|
|
"qs": "6.11.2",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"stripe": "12.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@faire/mjml-react": "3.3.0",
|
|
"@paralleldrive/cuid2": "2.2.1",
|
|
"@playwright/test": "1.36.0",
|
|
"@typebot.io/emails": "workspace:*",
|
|
"@typebot.io/env": "workspace:*",
|
|
"@typebot.io/forge": "workspace:*",
|
|
"@typebot.io/forge-repository": "workspace:*",
|
|
"@typebot.io/forge-schemas": "workspace:*",
|
|
"@typebot.io/lib": "workspace:*",
|
|
"@typebot.io/schemas": "workspace:*",
|
|
"@typebot.io/tsconfig": "workspace:*",
|
|
"@typebot.io/variables": "workspace:*",
|
|
"@types/cors": "2.8.13",
|
|
"@types/node": "20.4.2",
|
|
"@types/nodemailer": "6.4.8",
|
|
"@types/papaparse": "5.3.7",
|
|
"@types/qs": "6.9.7",
|
|
"@types/react": "18.2.15",
|
|
"dotenv-cli": "7.2.1",
|
|
"eslint": "8.44.0",
|
|
"eslint-config-custom": "workspace:*",
|
|
"google-auth-library": "8.9.0",
|
|
"next-runtime-env": "1.6.2",
|
|
"papaparse": "5.4.1",
|
|
"superjson": "1.12.4",
|
|
"typescript": "5.3.2",
|
|
"zod": "3.22.4"
|
|
}
|
|
}
|