23 lines
523 B
JSON
23 lines
523 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/react": "^18.0.25",
|
|
"@types/react-dom": "^18.0.9",
|
|
"@vitejs/plugin-react": "^2.2.0",
|
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^3.2.4"
|
|
},
|
|
"main": "./index"
|
|
}
|