mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-29 18:00:26 -06:00
* add possibility to track events with posthog by setting environment variables POSTHOG_API_KEY and POSTHOG_API_HOST
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "snoopforms",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"migrate-and-start": "prisma migrate deploy && next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@editorjs/editorjs": "^2.24.3",
|
|
"@editorjs/header": "^2.6.2",
|
|
"@editorjs/paragraph": "^2.8.0",
|
|
"@headlessui/react": "^1.6.1",
|
|
"@heroicons/react": "^1.0.6",
|
|
"@prisma/client": "^4.1.0",
|
|
"@snoopforms/react": "^0.0.4",
|
|
"babel-plugin-superjson-next": "^0.4.3",
|
|
"bcryptjs": "^2.4.3",
|
|
"date-fns": "^2.28.0",
|
|
"editorjs-drag-drop": "^1.1.2",
|
|
"editorjs-undo": "^2.0.3",
|
|
"json2csv": "^5.0.7",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"next": "12.2.2",
|
|
"next-auth": "^4.10.1",
|
|
"nextjs-cors": "^2.1.1",
|
|
"nodemailer": "^6.7.7",
|
|
"posthog-js": "^1.26.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-icons": "^4.4.0",
|
|
"react-loader-spinner": "^5.1.5",
|
|
"react-toastify": "^9.0.5",
|
|
"sharp": "^0.30.7",
|
|
"superjson": "^1.9.1",
|
|
"swr": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.1",
|
|
"@tailwindcss/typography": "^0.5.2",
|
|
"@types/bcryptjs": "^2.4.2",
|
|
"@types/node": "17.0.32",
|
|
"@types/react": "18.0.9",
|
|
"autoprefixer": "^10.4.7",
|
|
"eslint": "8.15.0",
|
|
"eslint-config-next": "12.1.6",
|
|
"postcss": "^8.4.13",
|
|
"prisma": "^4.1.0",
|
|
"tailwindcss": "^3.0.24",
|
|
"ts-node": "^10.7.0",
|
|
"typescript": "4.6.4"
|
|
}
|
|
}
|