* chore: bump package versions - @nestjs/common 10.4.20 - @nestjs/platform-express 10.4.20 - @jsforce/jsforce-node 3.10.10 - dompurify 3.3.1 - @dub/embed-react 0.0.18 - @dub/embed-core 0.0.18 - http-proxy-middleware 2.0.9 - action-download-artifact v6 * fix: align NestJS core packages to same version Update @nestjs/core and @nestjs/testing to 10.4.20 to match @nestjs/common and @nestjs/platform-express versions
98 lines
3.9 KiB
JSON
98 lines
3.9 KiB
JSON
{
|
|
"name": "@calcom/atoms",
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"description": "Customizable UI components to integrate scheduling into your product.",
|
|
"authors": "Cal.com, Inc.",
|
|
"version": "2.2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/calcom/cal.com"
|
|
},
|
|
"scripts": {
|
|
"dev": "yarn vite build --watch & npx postcss ./globals.css -o ./globals.min.css",
|
|
"build-npm": "NODE_OPTIONS='--max_old_space_size=12288' rm -rf dist && yarn vite build && npx postcss ./globals.css -o ./globals.min.css",
|
|
"publish-npm": "yarn build-npm && npm publish --access public",
|
|
"test": "jest",
|
|
"dev-on": "node scripts/dev-on.js",
|
|
"dev-off": "git checkout -- package.json vite.config.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "15.0.1",
|
|
"@tailwindcss/cli": "4.1.16",
|
|
"@tailwindcss/postcss": "4.1.15",
|
|
"@types/jest": "29.5.12",
|
|
"@types/node": "20.17.23",
|
|
"@types/react": "18.0.26",
|
|
"@types/react-dom": "18.2.6",
|
|
"@vitejs/plugin-react": "2.2.0",
|
|
"@vitejs/plugin-react-swc": "3.7.0",
|
|
"autoprefixer": "10.4.19",
|
|
"cssnano": "7.1.2",
|
|
"jest": "29.7.0",
|
|
"postcss": "8.5.6",
|
|
"postcss-cli": "11.0.1",
|
|
"postcss-import": "16.1.0",
|
|
"postcss-prefixer": "3.0.0",
|
|
"postcss-prefixwrap": "1.46.0",
|
|
"ts-jest": "29.1.4",
|
|
"typescript": "5.9.2",
|
|
"vite": "5.4.21",
|
|
"vite-plugin-dts": "3.7.3",
|
|
"vite-plugin-inspect": "0.8.4"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"globals.min.css",
|
|
"fonts"
|
|
],
|
|
"module": "./dist/cal-atoms.js",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/cal-atoms.js",
|
|
"types": "./dist/index.d.ts",
|
|
"require": "./dist/cal-atoms.umd.cjs"
|
|
},
|
|
"./add-members-switch/AddMembersWithSwitchPlatformWrapper": "./add-members-switch/AddMembersWithSwitchPlatformWrapper.tsx",
|
|
"./add-members-switch/AddMembersWithSwitchWebWrapper": "./add-members-switch/AddMembersWithSwitchWebWrapper.tsx",
|
|
"./availability/AvailabilitySettings": "./availability/AvailabilitySettings.tsx",
|
|
"./booker": "./booker/index.ts",
|
|
"./components/ui/shell": "./src/components/ui/shell.tsx",
|
|
"./connect/conferencing-apps/ConferencingAppsViewWebWrapper": "./connect/conferencing-apps/ConferencingAppsViewWebWrapper.tsx",
|
|
"./destination-calendar/wrappers/DestinationCalendarSettingsWebWrapper": "./destination-calendar/wrappers/DestinationCalendarSettingsWebWrapper.tsx",
|
|
"./dist/index.ts": "./index.ts",
|
|
"./dist/index.d.ts": "./dist/index.d.ts",
|
|
"./event-types/wrappers/EventTypeWebWrapper": "./event-types/wrappers/EventTypeWebWrapper.tsx",
|
|
"./globals.min.css": "./globals.min.css",
|
|
"./hooks/bookings/useHandleBookEvent": "./hooks/bookings/useHandleBookEvent.ts",
|
|
"./hooks/useAtomsContext": "./hooks/useAtomsContext.ts",
|
|
"./hooks/useIsPlatform": "./hooks/useIsPlatform.ts",
|
|
"./hooks/useIsPlatformBookerEmbed": "./hooks/useIsPlatformBookerEmbed.ts",
|
|
"./hooks/event-types/private/useEventTypeById": "./hooks/event-types/private/useEventTypeById.ts",
|
|
"./selected-calendars/wrappers/SelectedCalendarsSettingsWebWrapper": "./selected-calendars/wrappers/SelectedCalendarsSettingsWebWrapper.tsx",
|
|
"./timezone": "./timezone/index.tsx"
|
|
},
|
|
"types": "./dist/index.d.ts",
|
|
"dependencies": {
|
|
"@radix-ui/react-dialog-atoms": "npm:@radix-ui/react-dialog@1.0.4",
|
|
"@radix-ui/react-slot": "1.1.2",
|
|
"@radix-ui/react-switch": "1.1.0",
|
|
"@radix-ui/react-toast": "1.1.5",
|
|
"@radix-ui/react-tooltip-atoms": "npm:@radix-ui/react-tooltip@1.0.6",
|
|
"@tanstack/react-query": "5.17.19",
|
|
"class-variance-authority": "0.4.0",
|
|
"clsx": "2.1.1",
|
|
"dompurify": "3.3.1",
|
|
"marked": "15.0.6",
|
|
"react-use": "17.5.0",
|
|
"tailwind-merge": "1.13.2",
|
|
"tailwindcss": "4.1.17"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"main": "./dist/cal-atoms.umd.cjs"
|
|
}
|