Files
formbricks/packages/ui/package.json
Piyush Gupta c8c84d0148 Add close on date functionality for surveys (#463)
* added date-picker

* added state and handlers for closeOnDate

* closeDate -> closeOnDate

* added endpoint for CRON to close surveys

* resolved migrations

* fixed datetime format

* removed warnings

* PR review changes

* resolved merge conflicts and package update

* add github workflow for cron

* change migration order

* change migration order

* add zod types for closeOnDate

---------

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
2023-07-11 12:47:35 +02:00

55 lines
1.5 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": {
"clean": "rimraf .turbo node_modules dist"
},
"devDependencies": {
"@formbricks/tsconfig": "workspace:*",
"concurrently": "^8.2.0",
"eslint-config-formbricks": "workspace:*",
"postcss": "^8.4.24",
"react": "18.2.0"
},
"dependencies": {
"@formbricks/lib": "workspace:*",
"@heroicons/react": "^2.0.18",
"@lexical/code": "^0.11.1",
"@lexical/link": "^0.11.1",
"@lexical/list": "^0.11.1",
"@lexical/markdown": "^0.11.1",
"@lexical/react": "^0.11.1",
"@lexical/rich-text": "^0.11.1",
"@lexical/table": "^0.11.1",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.6",
"boring-avatars": "^1.10.1",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"lucide-react": "^0.258.0",
"next": "13.4.8",
"react-colorful": "^5.6.1",
"react-confetti": "^6.1.0",
"react-day-picker": "^8.8.0",
"react-dom": "^18.2.0",
"react-radio-group": "^3.0.3",
"react-use": "^17.4.0"
}
}