mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-05 21:32:02 -06:00
46 lines
1.2 KiB
JSON
46 lines
1.2 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.0",
|
|
"@headlessui/react": "^1.7.3",
|
|
"@heroicons/react": "^2.0.13",
|
|
"@mapbox/rehype-prism": "^0.8.0",
|
|
"@mdx-js/loader": "^2.1.5",
|
|
"@mdx-js/react": "^2.1.5",
|
|
"@next/mdx": "^13.0.0",
|
|
"add": "^2.0.6",
|
|
"clsx": "^1.2.1",
|
|
"lottie-web": "^5.9.6",
|
|
"next": "13.0.0",
|
|
"next-plausible": "^3.6.4",
|
|
"next-sitemap": "^3.1.31",
|
|
"prism-react-renderer": "^1.3.5",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-responsive-embed": "^2.1.0",
|
|
"remark-gfm": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/typography": "^0.5.7",
|
|
"@types/node": "18.11.6",
|
|
"@types/react": "18.0.23",
|
|
"@types/react-dom": "18.0.7",
|
|
"autoprefixer": "^10.4.12",
|
|
"eslint": "8.26.0",
|
|
"eslint-config-formbricks": "workspace:*",
|
|
"postcss": "^8.4.18",
|
|
"tailwindcss": "^3.2.1",
|
|
"typescript": "4.8.4"
|
|
}
|
|
}
|