♻️ Re-organize workspace folders

This commit is contained in:
Baptiste Arnaud
2023-03-15 08:35:16 +01:00
parent 25c367901f
commit cbc8194f19
987 changed files with 2716 additions and 2770 deletions

View File

@@ -3,10 +3,10 @@
"license": "AGPL-3.0-or-later",
"version": "0.1.0",
"scripts": {
"dev": "cross-env ENVSH_ENV=.env.local bash ../../env.sh next dev -p 3001",
"build": "cross-env ENVSH_ENV=.env.local bash ../../env.sh next build",
"dev": "cross-env ENVSH_ENV=.env.local bash ../../scripts/env.sh next dev -p 3001",
"build": "cross-env ENVSH_ENV=.env.local bash ../../scripts/env.sh next build",
"build:docker": "next build",
"build:env": "cd ../.. && cross-env ENVSH_ENV=./apps/viewer/.env.docker ENVSH_OUTPUT=./apps/viewer/public/__env.js bash env.sh",
"build:env": "cd ../.. && cross-env ENVSH_ENV=./apps/viewer/.env.docker ENVSH_OUTPUT=./apps/viewer/public/__env.js bash scripts/env.sh",
"start": "next start -p 3001",
"lint": "next lint",
"test": "pnpm playwright test",
@@ -20,7 +20,7 @@
"aws-sdk": "2.1334.0",
"bot-engine": "workspace:*",
"cors": "2.8.5",
"db": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"google-spreadsheet": "3.3.0",
"got": "12.6.0",
"libphonenumber-js": "1.10.21",
@@ -48,18 +48,17 @@
"@types/react": "18.0.28",
"@types/sanitize-html": "2.8.1",
"dotenv": "16.0.3",
"emails": "workspace:*",
"@typebot.io/emails": "workspace:*",
"eslint": "8.36.0",
"eslint-config-custom": "workspace:*",
"google-auth-library": "8.7.0",
"models": "workspace:*",
"next-transpile-modules": "10.0.0",
"@typebot.io/schemas": "workspace:*",
"node-fetch": "3.3.1",
"papaparse": "5.4.0",
"superjson": "1.12.2",
"tsconfig": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"typescript": "4.9.5",
"utils": "workspace:*",
"@typebot.io/lib": "workspace:*",
"zod": "3.21.4"
}
}