cal/packages/ui/package.json
2023-12-06 10:41:35 +02:00

62 lines
1.9 KiB
JSON

{
"name": "@calcom/ui",
"private": true,
"sideEffects": false,
"version": "0.0.0",
"main": "./index.tsx",
"exports": {
".": "./index.tsx",
"./components/toast": "./components/toast/index.tsx",
"./components/icon": "./components/icon/index.ts",
"./components/icon/Discord": "./components/icon/Discord.tsx",
"./components/icon/SatSymbol": "./components/icon/SatSymbol.tsx",
"./components/icon/Spinner": "./components/icon/Spinner.tsx"
},
"types": "./index.tsx",
"license": "MIT",
"scripts": {
"lint": "eslint .",
"type-check": "tsc --pretty --noEmit",
"type-check:ci": "tsc-absolute --pretty --noEmit",
"lint:fix": "eslint . --fix",
"lint:report": "eslint . --format json --output-file ../../lint-results/ui.json"
},
"dependencies": {
"@calcom/lib": "*",
"@calcom/trpc": "*",
"@formkit/auto-animate": "^1.0.0-beta.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-popover": "^1.0.2",
"@radix-ui/react-portal": "^1.0.0",
"@radix-ui/react-select": "^0.1.1",
"@react-icons/all-files": "^4.1.0",
"@storybook/blocks": "^7.6.3",
"@storybook/react": "^7.6.3",
"@tanstack/react-query": "^4.3.9",
"@tanstack/react-table": "^8.9.3",
"@wojtekmaj/react-daterange-picker": "^3.3.1",
"class-variance-authority": "^0.4.0",
"cmdk": "^0.2.0",
"cmk": "^0.1.1",
"downshift": "^6.1.9",
"lucide-react": "^0.171.0",
"next": "^13.4.6",
"next-seo": "^6.0.0",
"react": "^18.2.0",
"react-colorful": "^5.6.0",
"react-feather": "^2.0.10",
"react-hook-form": "^7.43.3",
"react-icons": "^4.4.0",
"react-select": "^5.7.0",
"react-virtual": "^2.10.4"
},
"devDependencies": {
"@calcom/config": "*",
"@calcom/tsconfig": "*",
"@types/react": "18.0.26",
"@types/react-dom": "^18.0.9",
"typescript": "^4.9.4"
}
}