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",
|
|
|
|
"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-03-16 23:36:43 +00:00
|
|
|
"@radix-ui/react-dialog": "^0.1.0",
|
2022-08-24 20:18:42 +00:00
|
|
|
"@radix-ui/react-portal": "^0.1.0",
|
2022-07-23 00:39:50 +00:00
|
|
|
"@radix-ui/react-select": "^0.1.1",
|
2022-08-29 23:55:27 +00:00
|
|
|
"downshift": "^6.1.9",
|
2022-08-17 17:38:21 +00:00
|
|
|
"next": "^12.2.5",
|
|
|
|
"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-08-17 17:38:21 +00:00
|
|
|
"react-query": "^3.39.2",
|
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": "*",
|
2022-08-29 23:55:27 +00:00
|
|
|
"@types/react": "^18.0.17",
|
2022-05-17 19:31:49 +00:00
|
|
|
"@types/react-dom": "18.0.4",
|
2022-08-17 17:38:21 +00:00
|
|
|
"typescript": "^4.7.4"
|
2022-02-21 16:41:25 +00:00
|
|
|
}
|
|
|
|
}
|