2
0
Files
bot/apps/viewer/package.json
2022-06-22 10:35:31 +02:00

51 lines
1.3 KiB
JSON

{
"name": "viewer",
"license": "AGPL-3.0-or-later",
"version": "0.1.0",
"scripts": {
"dx": "yarn dev",
"dev": "ENVSH_ENV=.env.local bash ../../env.sh next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "yarn playwright test",
"test:open": "PWDEBUG=1 yarn playwright test"
},
"dependencies": {
"@sentry/nextjs": "^6.19.7",
"aws-sdk": "^2.1152.0",
"bot-engine": "*",
"cors": "^2.8.5",
"cuid": "^2.1.8",
"db": "*",
"google-spreadsheet": "^3.2.0",
"got": "^12.0.4",
"models": "*",
"next": "^12.1.6",
"nodemailer": "^6.7.5",
"qs": "^6.10.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"sanitize-html": "^2.7.0",
"stripe": "^9.1.0",
"utils": "*"
},
"devDependencies": {
"@playwright/test": "^1.22.0",
"@types/aws-sdk": "^2.7.0",
"@types/cors": "^2.8.12",
"@types/google-spreadsheet": "^3.2.1",
"@types/node": "^17.0.33",
"@types/nodemailer": "^6.4.4",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.9",
"@types/sanitize-html": "^2.6.2",
"@types/stripe": "^8.0.417",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"eslint": "<8.0.0",
"eslint-config-next": "12.1.6",
"next-transpile-modules": "^9.0.0",
"typescript": "^4.6.4"
}
}