Files
formbricks-formbricks/apps/formbricks-com/package.json
2023-02-06 14:53:48 +01:00

52 lines
1.4 KiB
JSON

{
"name": "@formbricks/formbricks-com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@docsearch/react": "^3.3.2",
"@formbricks/engine-react": "workspace:*",
"@formbricks/pmf": "workspace:*",
"@formbricks/react": "workspace:*",
"@formbricks/ui": "workspace:*",
"@headlessui/react": "^1.7.8",
"@heroicons/react": "^2.0.14",
"@mapbox/rehype-prism": "^0.8.0",
"@mdx-js/loader": "^2.2.1",
"@mdx-js/react": "^2.2.1",
"@next/mdx": "^13.1.6",
"add": "^2.0.6",
"clsx": "^1.2.1",
"lottie-web": "^5.10.2",
"next": "13.1.6",
"next-plausible": "^3.7.1",
"next-sitemap": "^3.1.48",
"prism-react-renderer": "^1.3.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.0",
"react-responsive-embed": "^2.1.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.31.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@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",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}