build: add pnpm

This commit is contained in:
Baptiste Arnaud
2022-08-08 08:21:36 +02:00
parent 8c3b5058f1
commit ee338f62dc
183 changed files with 19442 additions and 18364 deletions

View File

@@ -3,48 +3,51 @@
"license": "AGPL-3.0-or-later",
"version": "0.1.0",
"scripts": {
"dx": "yarn dev",
"dx": "pnpm 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"
"test": "pnpm playwright test",
"test:open": "PWDEBUG=1 pnpm playwright test"
},
"dependencies": {
"@sentry/nextjs": "^6.19.7",
"aws-sdk": "^2.1152.0",
"@sentry/nextjs": "7.9.0",
"aws-sdk": "2.1190.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": "*"
"db": "workspace:*",
"google-spreadsheet": "^3.3.0",
"got": "12.3.1",
"next": "12.2.4",
"nodemailer": "^6.7.7",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanitize-html": "^2.7.1",
"stripe": "10.0.0"
},
"devDependencies": {
"@playwright/test": "^1.22.0",
"@types/aws-sdk": "^2.7.0",
"@types/papaparse": "5.3.3",
"@playwright/test": "1.24.2",
"eslint-plugin-react": "^7.30.1",
"@types/cors": "^2.8.12",
"@types/google-spreadsheet": "^3.2.1",
"@types/node": "^17.0.33",
"@types/nodemailer": "^6.4.4",
"@types/google-spreadsheet": "^3.3.0",
"@types/node": "18.6.5",
"@types/nodemailer": "6.4.5",
"@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",
"@types/react": "^18.0.17",
"@types/sanitize-html": "2.6.2",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"google-auth-library": "^8.1.1",
"models": "workspace:*",
"next-transpile-modules": "^9.0.0",
"typescript": "^4.6.4"
"papaparse": "^5.3.2",
"typescript": "^4.7.4",
"utils": "workspace:*"
}
}