mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 05:40:02 -06:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matti Nannt <mail@matthiasnannt.com>
25 lines
597 B
JSON
25 lines
597 B
JSON
{
|
|
"name": "@formbricks/demo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "rimraf .turbo node_modules .next",
|
|
"dev": "next dev -p 3002 --turbopack",
|
|
"go": "next dev -p 3002 --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@formbricks/js": "workspace:*",
|
|
"lucide-react": "0.468.0",
|
|
"next": "15.1.2",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@formbricks/config-typescript": "workspace:*",
|
|
"@formbricks/eslint-config": "workspace:*"
|
|
}
|
|
}
|