* fix: atoms icons and build issues * fixup! fix: atoms icons and build issues * fixup! fixup! fix: atoms icons and build issues * fix import paths * rename SchedulingType to something more specific * fix: Invalid define value (must be an entity name or valid JSON syntax) * chore: atoms build CI job * chore: enable atoms build in CI * fix build * fixup! fix build * fixup! fixup! fix build * chore: replace calendar-days icon with calendar * fixup! Merge branch 'fix-atoms-build-icons' of github.com:calcom/cal.com into fix-atoms-build-icons * fixup! Merge branch 'fix-atoms-build-icons' of github.com:calcom/cal.com into fix-atoms-build-icons * fixup! Merge branch 'fix-atoms-build-icons' of github.com:calcom/cal.com into fix-atoms-build-icons --------- Co-authored-by: Lauris Skraucis <lauris.skraucis@gmail.com> Co-authored-by: Ryukemeister <sahalrajiv6900@gmail.com> Co-authored-by: supalarry <laurisskraucis@gmail.com>
72 lines
2.3 KiB
JSON
72 lines
2.3 KiB
JSON
{
|
|
"name": "@calcom/atoms",
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"description": "Customizable UI components to integrate scheduling into your product.",
|
|
"authors": "Cal.com, Inc.",
|
|
"version": "1.0.52",
|
|
"scripts": {
|
|
"dev": "yarn vite build --watch & npx tailwindcss -i ./globals.css -o ./globals.min.css --postcss --minify --watch",
|
|
"build": "yarn vite build && npx tailwindcss -i ./globals.css -o ./globals.min.css --postcss --minify && mkdir ./dist/packages/prisma-client && cp -rf ../../../node_modules/.prisma/client/*.d.ts ./dist/packages/prisma-client",
|
|
"publish": "rm -rf dist && yarn build && npm publish --access public",
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/platform-libraries": "0.0.2",
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/node": "^20.3.1",
|
|
"@types/react": "18.0.26",
|
|
"@types/react-dom": "^18.0.9",
|
|
"@vitejs/plugin-react": "^2.2.0",
|
|
"@vitejs/plugin-react-swc": "^3.7.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"jest": "^29.7.0",
|
|
"postcss": "^8.4.38",
|
|
"postcss-import": "^16.1.0",
|
|
"postcss-prefixer": "^3.0.0",
|
|
"postcss-prefixwrap": "1.46.0",
|
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
"ts-jest": "^29.1.2",
|
|
"typescript": "^4.9.4",
|
|
"vite": "^5.0.10",
|
|
"vite-plugin-dts": "^3.7.3",
|
|
"vite-plugin-inspect": "^0.8.4",
|
|
"vite-plugin-node-polyfills": "^0.22.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"globals.min.css"
|
|
],
|
|
"main": "./dist/cal-atoms.umd.cjs",
|
|
"module": "./dist/cal-atoms.js",
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/cal-atoms.umd.cjs",
|
|
"import": "./dist/cal-atoms.js",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./monorepo": {
|
|
"import": "./monorepo.ts",
|
|
"require": "./monorepo.ts"
|
|
},
|
|
"./globals.min.css": "./globals.min.css",
|
|
"./dist/index.ts": "./index.ts",
|
|
"./dist/index.d.ts": "./dist/index.d.ts"
|
|
},
|
|
"types": "./dist/index.d.ts",
|
|
"dependencies": {
|
|
"@radix-ui/react-dialog": "^1.0.4",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-switch": "^1.1.0",
|
|
"@radix-ui/react-toast": "^1.1.5",
|
|
"@tanstack/react-query": "^5.17.15",
|
|
"class-variance-authority": "^0.4.0",
|
|
"clsx": "^2.0.0",
|
|
"react-use": "^17.4.2",
|
|
"tailwind-merge": "^1.13.2",
|
|
"tailwindcss": "^3.3.3",
|
|
"tailwindcss-animate": "^1.0.6"
|
|
}
|
|
}
|