2021-03-10 10:02:39 +00:00
|
|
|
{
|
2022-02-10 23:11:40 +00:00
|
|
|
"name": "@calcom/web",
|
2023-03-23 20:18:33 +00:00
|
|
|
"version": "2.7.4",
|
2021-03-10 10:02:39 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-09-29 14:36:58 +00:00
|
|
|
"analyze": "ANALYZE=true next build",
|
|
|
|
"analyze:server": "BUNDLE_ANALYZE=server next build",
|
|
|
|
"analyze:browser": "BUNDLE_ANALYZE=browser next build",
|
2022-02-09 22:17:10 +00:00
|
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next",
|
2022-06-22 20:41:19 +00:00
|
|
|
"dev": "next dev",
|
2022-06-07 16:57:27 +00:00
|
|
|
"dx": "yarn dev",
|
2021-10-18 21:07:06 +00:00
|
|
|
"test-codegen": "yarn playwright codegen http://localhost:3000",
|
2022-06-22 20:41:19 +00:00
|
|
|
"type-check": "tsc --pretty --noEmit",
|
|
|
|
"build": "next build",
|
2021-04-13 20:56:49 +00:00
|
|
|
"start": "next start",
|
2022-08-11 19:17:56 +00:00
|
|
|
"lint": "eslint . --ignore-path .gitignore",
|
2022-07-13 21:11:40 +00:00
|
|
|
"lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
|
2022-07-12 21:07:50 +00:00
|
|
|
"lint:report": "eslint . --format json --output-file ../../lint-results/web.json",
|
2022-06-24 15:38:17 +00:00
|
|
|
"check-changed-files": "ts-node scripts/ts-check-changed-files.ts"
|
2021-03-10 10:02:39 +00:00
|
|
|
},
|
2021-08-22 14:10:28 +00:00
|
|
|
"engines": {
|
2023-03-15 20:15:16 +00:00
|
|
|
"node": "18",
|
2023-03-15 22:31:22 +00:00
|
|
|
"yarn": "3.4.1"
|
2021-08-22 14:10:28 +00:00
|
|
|
},
|
2021-03-10 10:02:39 +00:00
|
|
|
"dependencies": {
|
2023-03-15 20:15:16 +00:00
|
|
|
"@boxyhq/saml-jackson": "1.8.2",
|
2022-07-22 17:27:06 +00:00
|
|
|
"@calcom/app-store": "*",
|
2022-07-28 19:58:26 +00:00
|
|
|
"@calcom/app-store-cli": "*",
|
2022-03-23 22:00:30 +00:00
|
|
|
"@calcom/core": "*",
|
2022-06-28 20:40:58 +00:00
|
|
|
"@calcom/dayjs": "*",
|
2023-03-15 22:01:04 +00:00
|
|
|
"@calcom/embed-core": "workspace:*",
|
|
|
|
"@calcom/embed-react": "workspace:*",
|
|
|
|
"@calcom/embed-snippet": "workspace:*",
|
2022-08-03 09:03:01 +00:00
|
|
|
"@calcom/features": "*",
|
2022-02-15 20:30:52 +00:00
|
|
|
"@calcom/lib": "*",
|
|
|
|
"@calcom/prisma": "*",
|
2022-07-22 17:27:06 +00:00
|
|
|
"@calcom/trpc": "*",
|
2022-02-15 20:30:52 +00:00
|
|
|
"@calcom/tsconfig": "*",
|
2022-02-21 16:41:25 +00:00
|
|
|
"@calcom/ui": "*",
|
2023-01-25 08:51:09 +00:00
|
|
|
"@daily-co/daily-js": "^0.37.0",
|
2022-11-30 20:51:44 +00:00
|
|
|
"@formkit/auto-animate": "^1.0.0-beta.5",
|
2022-03-23 22:00:30 +00:00
|
|
|
"@glidejs/glide": "^3.5.2",
|
2022-04-21 20:32:25 +00:00
|
|
|
"@heroicons/react": "^1.0.6",
|
2022-02-01 21:48:40 +00:00
|
|
|
"@hookform/error-message": "^2.0.0",
|
2022-07-28 19:58:26 +00:00
|
|
|
"@hookform/resolvers": "^2.9.7",
|
2022-08-17 17:38:21 +00:00
|
|
|
"@next-auth/prisma-adapter": "^1.0.4",
|
2023-02-17 19:53:31 +00:00
|
|
|
"@next/bundle-analyzer": "^13.1.6",
|
2022-09-29 17:22:07 +00:00
|
|
|
"@radix-ui/react-avatar": "^1.0.0",
|
|
|
|
"@radix-ui/react-collapsible": "^1.0.0",
|
|
|
|
"@radix-ui/react-dialog": "^1.0.0",
|
|
|
|
"@radix-ui/react-dropdown-menu": "^1.0.0",
|
|
|
|
"@radix-ui/react-id": "^1.0.0",
|
2023-02-16 22:39:57 +00:00
|
|
|
"@radix-ui/react-popover": "^1.0.2",
|
2022-09-29 17:22:07 +00:00
|
|
|
"@radix-ui/react-radio-group": "^1.0.0",
|
|
|
|
"@radix-ui/react-slider": "^1.0.0",
|
|
|
|
"@radix-ui/react-switch": "^1.0.0",
|
|
|
|
"@radix-ui/react-toggle-group": "^1.0.0",
|
2022-08-17 17:38:21 +00:00
|
|
|
"@radix-ui/react-tooltip": "^1.0.0",
|
2022-11-18 09:49:19 +00:00
|
|
|
"@sentry/nextjs": "^7.20.0",
|
2022-08-29 23:55:27 +00:00
|
|
|
"@stripe/react-stripe-js": "^1.10.0",
|
|
|
|
"@stripe/stripe-js": "^1.35.0",
|
2022-09-29 16:58:29 +00:00
|
|
|
"@tanstack/react-query": "^4.3.9",
|
2023-01-25 01:08:10 +00:00
|
|
|
"@types/turndown": "^5.0.1",
|
2023-02-08 21:51:58 +00:00
|
|
|
"@vercel/edge-config": "^0.1.1",
|
2021-11-02 14:19:40 +00:00
|
|
|
"@vercel/edge-functions-ui": "^0.2.1",
|
2022-12-13 21:22:38 +00:00
|
|
|
"@vercel/og": "^0.0.21",
|
2021-09-23 08:49:17 +00:00
|
|
|
"accept-language-parser": "^1.5.0",
|
2022-08-17 17:38:21 +00:00
|
|
|
"async": "^3.2.4",
|
2021-03-24 15:03:04 +00:00
|
|
|
"bcryptjs": "^2.4.3",
|
2023-03-23 12:00:42 +00:00
|
|
|
"canvas": "^2.11.0",
|
2021-07-15 14:10:26 +00:00
|
|
|
"classnames": "^2.3.1",
|
2022-08-17 17:38:21 +00:00
|
|
|
"dotenv-cli": "^6.0.0",
|
2023-03-13 22:03:06 +00:00
|
|
|
"entities": "^4.4.0",
|
2023-02-28 23:38:46 +00:00
|
|
|
"eslint-config-next": "^13.2.1",
|
2021-08-18 08:08:33 +00:00
|
|
|
"googleapis": "^84.0.0",
|
2022-04-04 14:21:33 +00:00
|
|
|
"gray-matter": "^4.0.3",
|
2021-06-23 21:11:38 +00:00
|
|
|
"handlebars": "^4.7.7",
|
2021-08-15 01:53:59 +00:00
|
|
|
"ical.js": "^1.4.0",
|
2022-08-17 17:38:21 +00:00
|
|
|
"ics": "^2.37.0",
|
2023-03-05 02:09:45 +00:00
|
|
|
"jose": "^4.13.1",
|
2023-03-23 12:00:42 +00:00
|
|
|
"jsdom": "^21.1.1",
|
2022-07-14 06:45:07 +00:00
|
|
|
"kbar": "^0.1.0-beta.36",
|
2022-08-29 23:55:27 +00:00
|
|
|
"libphonenumber-js": "^1.10.12",
|
2021-10-13 11:35:25 +00:00
|
|
|
"lodash": "^4.17.21",
|
2022-09-01 12:37:21 +00:00
|
|
|
"lottie-react": "^2.3.1",
|
2022-08-05 18:44:30 +00:00
|
|
|
"markdown-it": "^13.0.1",
|
2023-02-17 19:53:31 +00:00
|
|
|
"md5": "^2.3.0",
|
2022-05-26 17:07:14 +00:00
|
|
|
"memory-cache": "^0.2.0",
|
2023-02-16 22:39:57 +00:00
|
|
|
"micro": "^10.0.1",
|
2022-04-04 14:21:33 +00:00
|
|
|
"mime-types": "^2.1.35",
|
2023-02-28 23:38:46 +00:00
|
|
|
"next": "^13.2.1",
|
2023-03-10 23:45:24 +00:00
|
|
|
"next-auth": "^4.20.1",
|
2023-01-06 12:13:56 +00:00
|
|
|
"next-axiom": "^0.16.0",
|
2022-08-17 17:38:21 +00:00
|
|
|
"next-collect": "^0.2.1",
|
|
|
|
"next-i18next": "^11.3.0",
|
2021-08-27 12:35:20 +00:00
|
|
|
"next-seo": "^4.26.0",
|
2022-07-26 08:27:57 +00:00
|
|
|
"next-themes": "^0.2.0",
|
2022-08-29 23:55:27 +00:00
|
|
|
"nodemailer": "^6.7.8",
|
2021-09-21 09:29:20 +00:00
|
|
|
"otplib": "^12.0.1",
|
2022-08-17 17:38:21 +00:00
|
|
|
"qrcode": "^1.5.1",
|
2022-08-26 21:10:12 +00:00
|
|
|
"raw-body": "^2.5.1",
|
2022-08-17 17:38:21 +00:00
|
|
|
"react": "^18.2.0",
|
2022-08-29 23:55:27 +00:00
|
|
|
"react-colorful": "^5.6.0",
|
2021-12-09 23:51:30 +00:00
|
|
|
"react-date-picker": "^8.3.6",
|
2022-02-04 20:30:36 +00:00
|
|
|
"react-digit-input": "^2.1.0",
|
2022-08-17 17:38:21 +00:00
|
|
|
"react-dom": "^18.2.0",
|
2021-08-12 04:44:11 +00:00
|
|
|
"react-easy-crop": "^3.5.2",
|
2022-07-14 11:32:28 +00:00
|
|
|
"react-feather": "^2.0.10",
|
2023-03-03 13:02:02 +00:00
|
|
|
"react-hook-form": "^7.43.3",
|
2022-08-17 17:38:21 +00:00
|
|
|
"react-hot-toast": "^2.3.0",
|
2022-05-17 19:31:49 +00:00
|
|
|
"react-intl": "^5.25.1",
|
2022-03-18 15:09:13 +00:00
|
|
|
"react-live-chat-loader": "^2.7.3",
|
2021-08-04 10:39:43 +00:00
|
|
|
"react-multi-email": "^0.5.3",
|
2022-08-29 23:55:27 +00:00
|
|
|
"react-phone-number-input": "^3.2.7",
|
2022-12-05 21:35:44 +00:00
|
|
|
"react-schemaorg": "^2.0.0",
|
2023-03-20 11:18:23 +00:00
|
|
|
"react-select": "^5.7.0",
|
|
|
|
"react-timezone-select": "^1.4.0",
|
2022-05-17 19:31:49 +00:00
|
|
|
"react-use-intercom": "1.5.1",
|
2021-12-09 23:51:30 +00:00
|
|
|
"react-virtualized-auto-sizer": "^1.0.6",
|
2022-05-17 19:31:49 +00:00
|
|
|
"react-window": "^1.8.7",
|
2023-03-02 19:55:57 +00:00
|
|
|
"remark": "^14.0.2",
|
2022-08-17 17:38:21 +00:00
|
|
|
"rrule": "^2.7.1",
|
2022-12-05 21:35:44 +00:00
|
|
|
"schema-dts": "^1.1.0",
|
2021-06-09 22:51:09 +00:00
|
|
|
"short-uuid": "^4.2.0",
|
2023-03-02 19:55:57 +00:00
|
|
|
"strip-markdown": "^5.0.0",
|
2022-08-17 17:38:21 +00:00
|
|
|
"stripe": "^9.16.0",
|
2022-05-17 19:31:49 +00:00
|
|
|
"superjson": "1.9.1",
|
2022-09-13 19:18:29 +00:00
|
|
|
"tailwindcss-radix": "^2.6.0",
|
2023-01-25 01:08:10 +00:00
|
|
|
"turndown": "^7.1.1",
|
2021-09-27 14:47:55 +00:00
|
|
|
"uuid": "^8.3.2",
|
2022-08-29 23:55:27 +00:00
|
|
|
"web3": "^1.7.5",
|
2022-12-15 22:56:48 +00:00
|
|
|
"zod": "^3.20.2"
|
2021-03-22 13:48:48 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-11-04 19:15:12 +00:00
|
|
|
"@babel/core": "^7.19.6",
|
2022-02-18 16:53:45 +00:00
|
|
|
"@calcom/config": "*",
|
2022-03-23 22:00:30 +00:00
|
|
|
"@calcom/types": "*",
|
2021-10-26 16:17:24 +00:00
|
|
|
"@microsoft/microsoft-graph-types-beta": "0.15.0-preview",
|
2023-03-15 22:01:04 +00:00
|
|
|
"@playwright/test": "^1.31.2",
|
2022-08-25 01:44:14 +00:00
|
|
|
"@testing-library/react": "^13.3.0",
|
2021-10-20 15:42:40 +00:00
|
|
|
"@types/accept-language-parser": "1.5.2",
|
2022-08-17 17:38:21 +00:00
|
|
|
"@types/async": "^3.2.15",
|
2021-08-18 11:52:25 +00:00
|
|
|
"@types/bcryptjs": "^2.4.2",
|
2022-08-26 18:44:02 +00:00
|
|
|
"@types/detect-port": "^1.3.2",
|
2022-05-17 19:31:49 +00:00
|
|
|
"@types/glidejs__glide": "^3.4.2",
|
|
|
|
"@types/lodash": "^4.14.182",
|
2022-08-05 18:44:30 +00:00
|
|
|
"@types/markdown-it": "^12.2.3",
|
2023-02-17 19:53:31 +00:00
|
|
|
"@types/md5": "^2.3.2",
|
2022-05-26 17:07:14 +00:00
|
|
|
"@types/memory-cache": "^0.2.2",
|
2022-08-17 17:38:21 +00:00
|
|
|
"@types/micro": "7.3.7",
|
2022-04-04 14:21:33 +00:00
|
|
|
"@types/mime-types": "^2.1.1",
|
2022-01-26 16:56:22 +00:00
|
|
|
"@types/module-alias": "^2.0.1",
|
2022-06-13 16:59:02 +00:00
|
|
|
"@types/node": "16.9.1",
|
2022-08-29 23:55:27 +00:00
|
|
|
"@types/nodemailer": "^6.4.5",
|
|
|
|
"@types/qrcode": "^1.4.3",
|
2023-02-16 22:39:57 +00:00
|
|
|
"@types/react": "18.0.26",
|
2022-08-17 17:38:21 +00:00
|
|
|
"@types/react-phone-number-input": "^3.0.14",
|
2021-12-09 23:51:30 +00:00
|
|
|
"@types/react-virtualized-auto-sizer": "^1.0.1",
|
|
|
|
"@types/react-window": "^1.8.5",
|
2021-10-20 15:42:40 +00:00
|
|
|
"@types/stripe": "^8.0.417",
|
2021-09-22 18:36:13 +00:00
|
|
|
"@types/uuid": "8.3.1",
|
2022-11-04 19:15:12 +00:00
|
|
|
"autoprefixer": "^10.4.12",
|
2022-08-17 17:38:21 +00:00
|
|
|
"babel-jest": "^28.1.0",
|
2022-08-26 16:31:55 +00:00
|
|
|
"copy-webpack-plugin": "^11.0.0",
|
2022-09-01 12:37:21 +00:00
|
|
|
"detect-port": "^1.3.0",
|
2022-08-17 17:38:21 +00:00
|
|
|
"env-cmd": "^10.1.0",
|
2021-06-24 22:15:18 +00:00
|
|
|
"mockdate": "^3.0.5",
|
2022-01-26 16:56:22 +00:00
|
|
|
"module-alias": "^2.2.2",
|
2022-08-26 18:44:02 +00:00
|
|
|
"msw": "^0.42.3",
|
2022-11-04 19:15:12 +00:00
|
|
|
"postcss": "^8.4.18",
|
|
|
|
"tailwindcss": "^3.2.1",
|
2022-08-17 17:38:21 +00:00
|
|
|
"ts-jest": "^28.0.8",
|
|
|
|
"ts-node": "^10.9.1",
|
2023-01-27 01:50:56 +00:00
|
|
|
"typescript": "^4.9.4"
|
2023-02-13 22:38:44 +00:00
|
|
|
},
|
|
|
|
"nextBundleAnalysis": {
|
|
|
|
"budget": 358400,
|
|
|
|
"budgetPercentIncreaseRed": 20,
|
2023-02-15 18:05:12 +00:00
|
|
|
"minimumChangeThreshold": 500,
|
2023-02-13 22:38:44 +00:00
|
|
|
"showDetails": true
|
2021-03-10 10:02:39 +00:00
|
|
|
}
|
2022-02-11 22:20:10 +00:00
|
|
|
}
|