2022-02-21 16:41:25 +00:00
|
|
|
{
|
|
|
|
"name": "@calcom/ui",
|
2022-08-11 16:36:30 +00:00
|
|
|
"sideEffects": false,
|
2022-02-21 16:41:25 +00:00
|
|
|
"version": "0.0.0",
|
|
|
|
"main": "./index.tsx",
|
2023-01-23 23:08:01 +00:00
|
|
|
"exports": {
|
|
|
|
".": "./index.tsx",
|
|
|
|
"./components/icon": "./components/icon/index.ts"
|
|
|
|
},
|
2022-02-21 16:41:25 +00:00
|
|
|
"types": "./index.tsx",
|
|
|
|
"license": "MIT",
|
2022-07-23 00:39:50 +00:00
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint .",
|
2022-08-24 20:18:42 +00:00
|
|
|
"type-check": "tsc --pretty --noEmit",
|
2022-07-23 00:39:50 +00:00
|
|
|
"lint:fix": "eslint . --fix",
|
|
|
|
"lint:report": "eslint . --format json --output-file ../../lint-results/ui.json"
|
|
|
|
},
|
2022-03-16 23:36:43 +00:00
|
|
|
"dependencies": {
|
2022-07-28 19:58:26 +00:00
|
|
|
"@calcom/lib": "*",
|
|
|
|
"@calcom/trpc": "*",
|
2022-11-30 20:51:44 +00:00
|
|
|
"@formkit/auto-animate": "^1.0.0-beta.5",
|
2022-10-10 23:22:52 +00:00
|
|
|
"@radix-ui/react-dialog": "^1.0.0",
|
2022-12-22 12:35:01 +00:00
|
|
|
"@radix-ui/react-popover": "^1.0.2",
|
2022-09-18 22:12:23 +00:00
|
|
|
"@radix-ui/react-portal": "^1.0.0",
|
2022-07-23 00:39:50 +00:00
|
|
|
"@radix-ui/react-select": "^0.1.1",
|
2022-11-22 17:07:55 +00:00
|
|
|
"@tanstack/react-query": "^4.3.9",
|
2022-11-25 14:24:44 +00:00
|
|
|
"@wojtekmaj/react-daterange-picker": "^3.3.1",
|
2023-01-19 14:55:32 +00:00
|
|
|
"class-variance-authority": "^0.4.0",
|
2022-08-29 23:55:27 +00:00
|
|
|
"downshift": "^6.1.9",
|
2023-01-06 12:13:56 +00:00
|
|
|
"next": "^13.1.1",
|
2022-08-17 17:38:21 +00:00
|
|
|
"react": "^18.2.0",
|
2022-08-29 23:55:27 +00:00
|
|
|
"react-colorful": "^5.6.0",
|
2022-07-23 00:39:50 +00:00
|
|
|
"react-feather": "^2.0.10",
|
2022-08-29 23:55:27 +00:00
|
|
|
"react-hook-form": "^7.34.2",
|
2022-08-03 16:01:29 +00:00
|
|
|
"react-icons": "^4.4.0",
|
2022-07-23 00:39:50 +00:00
|
|
|
"react-select": "^5.4.0"
|
2022-03-16 23:36:43 +00:00
|
|
|
},
|
2022-02-21 16:41:25 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@calcom/config": "*",
|
|
|
|
"@calcom/tsconfig": "*",
|
2023-02-16 22:39:57 +00:00
|
|
|
"@types/react": "18.0.26",
|
|
|
|
"@types/react-dom": "18.0.9",
|
2023-01-27 01:50:56 +00:00
|
|
|
"typescript": "^4.9.4"
|
2022-02-21 16:41:25 +00:00
|
|
|
}
|
|
|
|
}
|