mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
24 lines
529 B
JSON
24 lines
529 B
JSON
{
|
|
"name": "@formbricks/demo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "rimraf .turbo node_modules .next",
|
|
"dev": "next dev -p 3002 --turbo",
|
|
"go": "next dev -p 3002",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@formbricks/js": "workspace:*",
|
|
"lucide-react": "^0.356.0",
|
|
"next": "14.1.3",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-formbricks": "workspace:*"
|
|
}
|
|
}
|