mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-25 07:49:01 -06:00
* add onboarding survey after user signup * add user flag finishedOnboarding to database and session * fix submission capture endpoint to allow customer property update --------- Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com> Co-authored-by: knugget <johannes@knugget.de>
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"private": true,
|
|
"name": "@formbricks/web",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@formbricks/charts": "workspace:*",
|
|
"@formbricks/ee": "workspace:*",
|
|
"@formbricks/engine-react": "workspace:*",
|
|
"@formbricks/ui": "workspace:*",
|
|
"@headlessui/react": "^1.7.8",
|
|
"@heroicons/react": "^2.0.14",
|
|
"@sentry/nextjs": "^7.34.0",
|
|
"@vercel/analytics": "^0.1.8",
|
|
"bcryptjs": "^2.4.3",
|
|
"clsx": "^1.2.1",
|
|
"date-fns": "^2.29.3",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"next": "^13.1.6",
|
|
"next-auth": "^4.19.0",
|
|
"next-transpile-modules": "^10.0.0",
|
|
"nodemailer": "^6.9.1",
|
|
"platform": "^1.3.6",
|
|
"prismjs": "^1.29.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^4.7.1",
|
|
"react-loader-spinner": "^5.3.4",
|
|
"react-toastify": "^9.1.1",
|
|
"stripe": "^11.8.0",
|
|
"swr": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@formbricks/database": "workspace:*",
|
|
"@formbricks/tailwind-config": "workspace:*",
|
|
"@formbricks/tsconfig": "workspace:*",
|
|
"@types/node": "^18.11.18",
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"autoprefixer": "^10.4.13",
|
|
"eslint": "^8.33.0",
|
|
"eslint-config-formbricks": "workspace:*",
|
|
"postcss": "^8.4.21",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|