{ "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:*", "@heroicons/react": "^2.1.1", "next": "14.0.4", "react": "18.2.0", "react-dom": "18.2.0" }, "devDependencies": { "eslint-config-formbricks": "workspace:*" } }