{ "name": "@formbricks/formbricks-com", "version": "0.1.0", "private": true, "scripts": { "clean": "rimraf .turbo node_modules .next", "dev": "next dev -p 3001", "build": "next build", "postbuild": "next-sitemap", "start": "next start", "lint": "next lint" }, "dependencies": { "@calcom/embed-react": "^1.2.2", "@docsearch/react": "^3.5.1", "@formbricks/lib": "workspace:*", "@formbricks/types": "workspace:*", "@formbricks/ui": "workspace:*", "@headlessui/react": "^1.7.15", "@heroicons/react": "^2.0.18", "@mapbox/rehype-prism": "^0.8.0", "@mdx-js/loader": "^2.3.0", "@mdx-js/react": "^2.3.0", "@next/mdx": "^13.4.8", "@paralleldrive/cuid2": "^2.2.1", "clsx": "^1.2.1", "lottie-web": "^5.12.2", "next": "13.4.8", "next-plausible": "^3.8.0", "next-sitemap": "^4.1.8", "prism-react-renderer": "^2.0.6", "prismjs": "^1.29.0", "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^4.10.1", "react-responsive-embed": "^2.1.0", "remark-gfm": "^3.0.1", "sharp": "^0.32.1" }, "devDependencies": { "@formbricks/tsconfig": "workspace:*", "@types/prismjs": "^1.26.0", "eslint-config-formbricks": "workspace:*" } }