mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-25 03:09:24 -06:00
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "@formbricks/web",
|
|
"version": "1.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"overrides": {
|
|
"@types/react": "^18.0.21"
|
|
},
|
|
"dependencies": {
|
|
"@editorjs/editorjs": "^2.25.0",
|
|
"@editorjs/header": "^2.6.2",
|
|
"@editorjs/paragraph": "^2.8.0",
|
|
"@headlessui/react": "^1.7.3",
|
|
"@heroicons/react": "^2.0.12",
|
|
"@snoopforms/react": "workspace:*",
|
|
"bcryptjs": "^2.4.3",
|
|
"chart.js": "^3.9.1",
|
|
"crypto": "^1.0.1",
|
|
"date-fns": "^2.29.3",
|
|
"editorjs-drag-drop": "^1.1.7",
|
|
"editorjs-undo": "^2.0.9",
|
|
"highlight.js": "^11.6.0",
|
|
"json2csv": "^5.0.7",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"next": "12.3.1",
|
|
"next-auth": "^4.14.0",
|
|
"nextjs-cors": "^2.1.1",
|
|
"nodemailer": "^6.8.0",
|
|
"react": "18.2.0",
|
|
"react-chartjs-2": "^4.3.1",
|
|
"react-dom": "18.2.0",
|
|
"react-icons": "^4.6.0",
|
|
"react-loader-spinner": "^5.3.4",
|
|
"react-toastify": "^9.0.8",
|
|
"sanitize-html": "^2.7.2",
|
|
"sharp": "^0.31.1",
|
|
"swr": "^1.3.0",
|
|
"@formbricks/ui": "workspace:*",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/line-clamp": "^0.4.2",
|
|
"@tailwindcss/typography": "^0.5.7",
|
|
"@types/bcryptjs": "^2.4.2",
|
|
"@types/node": "18.11.0",
|
|
"@types/react": "^18.0.21",
|
|
"autoprefixer": "^10.4.12",
|
|
"@formbricks/database": "workspace:*",
|
|
"eslint": "8.25.0",
|
|
"eslint-config-formbricks": "workspace:*",
|
|
"postcss": "^8.4.18",
|
|
"@formbricks/tailwind-config": "workspace:*",
|
|
"tailwindcss": "^3.1.8",
|
|
"ts-node": "^10.9.1",
|
|
"@formbricks/tsconfig": "workspace:*",
|
|
"typescript": "4.8.4"
|
|
}
|
|
}
|