mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-10 03:08:50 -06:00
Move repository into a monorepo with turborepo and pnpm. This is a big change in the way the code is organized, used and deployed.
62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"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": "^0.3.5",
|
|
"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.13.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.4.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",
|
|
"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.8.3",
|
|
"@types/react": "^17.0.37",
|
|
"autoprefixer": "^10.4.12",
|
|
"database": "workspace:*",
|
|
"eslint": "8.25.0",
|
|
"eslint-config-custom": "workspace:*",
|
|
"postcss": "^8.4.17",
|
|
"tailwind-config": "workspace:*",
|
|
"tailwindcss": "^3.1.8",
|
|
"ts-node": "^10.9.1",
|
|
"tsconfig": "workspace:*",
|
|
"typescript": "4.8.4"
|
|
}
|
|
}
|