31 lines
742 B
JSON
31 lines
742 B
JSON
{
|
|
"name": "@calcom/atoms",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"description": "Cal.com Atoms",
|
|
"authors": "Cal.com, Inc.",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "node build.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
"@types/node": "^20.8.7",
|
|
"@types/react": "18.0.26",
|
|
"@types/react-dom": "^18.0.9",
|
|
"@vitejs/plugin-react": "^2.2.0",
|
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
"typescript": "^4.9.4",
|
|
"vite": "^4.1.2"
|
|
},
|
|
"main": "./index",
|
|
"dependencies": {
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.0.0",
|
|
"lucide-react": "^0.288.0",
|
|
"tailwind-merge": "^1.14.0",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
}
|
|
}
|