mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 13:49:54 -06:00
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"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": {
|
|
"@docsearch/react": "^3.3.3",
|
|
"@formbricks/ui": "workspace:*",
|
|
"@formbricks/types": "workspace:*",
|
|
"@formbricks/lib": "workspace:*",
|
|
"@headlessui/react": "^1.7.14",
|
|
"@heroicons/react": "^2.0.17",
|
|
"@mapbox/rehype-prism": "^0.8.0",
|
|
"@mdx-js/loader": "^2.3.0",
|
|
"@mdx-js/react": "^2.3.0",
|
|
"@next/mdx": "^13.3.0",
|
|
"add": "^2.0.6",
|
|
"clsx": "^1.2.1",
|
|
"lottie-web": "^5.11.0",
|
|
"next": "13.3.0",
|
|
"next-plausible": "^3.7.2",
|
|
"next-sitemap": "^4.0.7",
|
|
"prism-react-renderer": "^1.3.5",
|
|
"prismjs": "^1.29.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "^7.43.9",
|
|
"react-responsive-embed": "^2.1.0",
|
|
"remark-gfm": "^3.0.1",
|
|
"sharp": "^0.32.0"
|
|
},
|
|
"devDependencies": {
|
|
"@formbricks/tsconfig": "workspace:*",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/node": "18.15.11",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@types/react": "^18.0.35",
|
|
"@types/react-dom": "^18.0.11",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint-config-formbricks": "workspace:*",
|
|
"postcss": "^8.4.22",
|
|
"rimraf": "^5.0.0",
|
|
"tailwindcss": "^3.3.1",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|