Files
calendar/packages/ui/package.json
T
Omar LópezGitHubkodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
accf845f0e Allows tree shaking unused modules (#3752)
* Allows tree shaking unused modules

* don't tree shake embed-core side effects

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-08-11 10:36:30 -06:00

35 lines
862 B
JSON

{
"name": "@calcom/ui",
"sideEffects": false,
"version": "0.0.0",
"main": "./index.tsx",
"types": "./index.tsx",
"license": "MIT",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:report": "eslint . --format json --output-file ../../lint-results/ui.json"
},
"dependencies": {
"@calcom/lib": "*",
"@calcom/trpc": "*",
"@radix-ui/react-dialog": "^0.1.0",
"@radix-ui/react-select": "^0.1.1",
"downshift": "^6.1.7",
"next": "^12.2.0",
"react": "^18.1.0",
"react-colorful": "^5.5.1",
"react-feather": "^2.0.10",
"react-icons": "^4.4.0",
"react-query": "^3.39.0",
"react-select": "^5.4.0"
},
"devDependencies": {
"@calcom/config": "*",
"@calcom/tsconfig": "*",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"typescript": "^4.6.4"
}
}