mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-17 18:02:40 -05:00
* create basis for feedback form creation * add icons to ui package * add prototype feedback results view * add react feedback widget to demo, add connection between widget and hq, update capture submission api, update results view * update single customer view to new design, update feedback modal interface, fix smaller bugs * add feedback widget * fix signup route, fix persistForm functionality * feedback box widget pre animation * fix intro text in widget * feedback-widget: clean old switch-button * tweaks * feedback widget: fix click listener * formbricks feedback package setup * finish styling * Change "Compliments" to "Love" * form card width * update demo page with feedback widget * update feedback widget * load from NPM * add highlightcolor styles * add style to feedback widget config * fix send email in hq feedback, fix error when styling not present in feedback widget config * feedback widget: fix header subtitle color by adding opacity, re-add focus * with rgba variables * updated with HEX and examples * hq: add pipelines to form * feedback widget: outside click closes widget * update sentry config * update recommended nodejs version to 18 in hq readme * switch css update * update feedback widget demo * feedback widget: hide cta by default * fix config contact in widget not checked correctly * feedbackwidget: init on open if init failed previously * fix margin bottom * fix margins feedback box * release feedback widget v0.1.5 * hq: add replyTo field in submission mail if customer present * fix contact subtitle css * add setup instructions in XM * add divId support for feedback widget * add feedback-box to hq * add slackNotification (#181) * update slack pipeline wording * fix formbricks url in email and slack notifications * lotus config + borderRadius * rebase xm branch to current main * remove formbricks-com cloud offering links * update Readme for xm approach Co-authored-by: knugget <johannes@knugget.de>
36 lines
925 B
JSON
36 lines
925 B
JSON
{
|
|
"name": "@formbricks/demo",
|
|
"version": "1.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3002",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@formbricks/charts": "workspace:*",
|
|
"@formbricks/react": "workspace:*",
|
|
"@formbricks/ui": "workspace:*",
|
|
"@heroicons/react": "^2.0.13",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"clsx": "^1.2.1",
|
|
"next": "latest",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-toastify": "^9.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@formbricks/tailwind-config": "workspace:*",
|
|
"@formbricks/tsconfig": "workspace:*",
|
|
"@types/node": "^18.11.10",
|
|
"@types/react": "^18.0.25",
|
|
"@types/react-dom": "^18.0.9",
|
|
"autoprefixer": "^10.4.13",
|
|
"eslint-config-formbricks": "workspace:*",
|
|
"postcss": "^8.4.19",
|
|
"tailwindcss": "^3.2.4",
|
|
"typescript": "^4.9.3"
|
|
}
|
|
}
|