Files
formbricks/packages/ui/package.json
Matti Nannt 7eefdd336c Add CTA Question Type (#246)
* add CTA question type together with new Text Editor based on Lexical and CTA summary

---------

Co-authored-by: moritzrengert <moritz@rengert.de>
2023-04-24 20:13:39 +02:00

58 lines
1.7 KiB
JSON

{
"name": "@formbricks/ui",
"private": true,
"sideEffects": false,
"version": "0.0.0",
"main": "./index.tsx",
"exports": {
".": "./index.tsx",
"./components/icon": "./components/icon/index.ts"
},
"types": "./index.tsx",
"scripts": {
"build": "tsup index.tsx --format esm,cjs --dts --external react",
"dev": "tsup index.tsx --format esm,cjs --dts --external react --watch",
"clean": "rm -rf dist"
},
"devDependencies": {
"@formbricks/tsconfig": "workspace:*",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"concurrently": "^8.0.1",
"eslint": "^8.38.0",
"eslint-config-formbricks": "workspace:*",
"postcss": "^8.4.21",
"react": "^18.2.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4"
},
"dependencies": {
"@formbricks/lib": "workspace:*",
"@heroicons/react": "^2.0.17",
"@lexical/code": "^0.10.0",
"@lexical/link": "^0.10.0",
"@lexical/list": "^0.10.0",
"@lexical/markdown": "^0.10.0",
"@lexical/react": "^0.10.0",
"@lexical/rich-text": "^0.10.0",
"@lexical/table": "^0.10.0",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-label": "^2.0.1",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-radio-group": "^1.1.2",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-switch": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.5",
"boring-avatars": "^1.7.0",
"clsx": "^1.2.1",
"lucide-react": "^0.144.0",
"next": "^13.3.0",
"react-colorful": "^5.6.1",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-radio-group": "^3.0.3",
"react-use": "^17.4.0"
}
}