2
0
Files
bot/apps/viewer/package.json
2022-09-27 08:30:42 +02:00

58 lines
1.6 KiB
JSON

{
"name": "viewer",
"license": "AGPL-3.0-or-later",
"version": "0.1.0",
"scripts": {
"dev": "ENVSH_ENV=.env.local bash ../../env.sh next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "pnpm playwright test",
"test:open": "PWDEBUG=1 pnpm playwright test"
},
"dependencies": {
"@sentry/nextjs": "7.12.1",
"aws-sdk": "2.1213.0",
"bot-engine": "*",
"cors": "^2.8.5",
"cuid": "^2.1.8",
"db": "workspace:*",
"google-spreadsheet": "^3.3.0",
"got": "12.4.1",
"next": "12.3.0",
"nodemailer": "^6.7.8",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanitize-html": "^2.7.1",
"stripe": "10.8.0"
},
"devDependencies": {
"@babel/preset-env": "^7.19.0",
"@playwright/test": "1.25.2",
"@types/cors": "^2.8.12",
"@types/google-spreadsheet": "^3.3.0",
"@types/node": "18.7.16",
"@types/nodemailer": "6.4.5",
"@types/papaparse": "5.3.5",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.19",
"@types/sanitize-html": "2.6.2",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"dotenv": "^16.0.1",
"eslint": "8.23.0",
"eslint-config-next": "12.3.0",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"google-auth-library": "^8.5.1",
"handlebars": "^4.7.7",
"mjml": "^4.13.0",
"models": "workspace:*",
"next-transpile-modules": "^9.0.0",
"papaparse": "^5.3.2",
"typescript": "^4.8.3",
"utils": "workspace:*"
}
}