2021-03-10 10:02:39 +00:00
|
|
|
{
|
2022-02-10 23:11:40 +00:00
|
|
|
"name": "@calcom/web",
|
2022-05-02 22:07:45 +00:00
|
|
|
"version": "1.5.3",
|
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",
|
2021-03-10 10:02:39 +00:00
|
|
|
"dev": "next dev",
|
2022-02-15 20:30:52 +00:00
|
|
|
"dx": "next dev",
|
2021-10-07 15:07:57 +00:00
|
|
|
"test": "jest",
|
2022-02-15 20:30:52 +00:00
|
|
|
"test-e2e": "cd ../.. && yarn playwright test --config=tests/config/playwright.config.ts --project=chromium",
|
2022-02-08 16:30:21 +00:00
|
|
|
"playwright-report": "playwright show-report playwright/reports/playwright-html-report",
|
2021-10-18 21:07:06 +00:00
|
|
|
"test-codegen": "yarn playwright codegen http://localhost:3000",
|
2021-10-15 19:07:00 +00:00
|
|
|
"type-check": "tsc --pretty --noEmit",
|
2021-03-10 10:02:39 +00:00
|
|
|
"build": "next build",
|
2021-04-13 20:56:49 +00:00
|
|
|
"start": "next start",
|
2022-02-18 16:53:45 +00:00
|
|
|
"lint": "next lint",
|
2022-03-09 17:52:48 +00:00
|
|
|
"lint:report": "eslint . --format json --output-file ../../lint-results/web.json",
|
2022-02-18 16:53:45 +00:00
|
|
|
"lint:fix": "next lint . --ext .ts,.js,.tsx,.jsx --fix",
|
2022-03-09 22:56:05 +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": {
|
2021-11-16 00:20:12 +00:00
|
|
|
"node": ">=14.x",
|
2021-09-29 09:41:38 +00:00
|
|
|
"yarn": ">=1.19.0 < 2.0.0"
|
2021-08-22 14:10:28 +00:00
|
|
|
},
|
2021-03-10 10:02:39 +00:00
|
|
|
"dependencies": {
|
2022-02-02 18:33:27 +00:00
|
|
|
"@boxyhq/saml-jackson": "0.3.6",
|
2022-03-23 22:00:30 +00:00
|
|
|
"@calcom/app-store": "*",
|
|
|
|
"@calcom/core": "*",
|
2022-03-09 22:56:05 +00:00
|
|
|
"@calcom/ee": "*",
|
2022-02-15 20:30:52 +00:00
|
|
|
"@calcom/lib": "*",
|
|
|
|
"@calcom/prisma": "*",
|
2022-03-09 22:56:05 +00:00
|
|
|
"@calcom/stripe": "*",
|
2022-02-15 20:30:52 +00:00
|
|
|
"@calcom/tsconfig": "*",
|
2022-02-21 16:41:25 +00:00
|
|
|
"@calcom/ui": "*",
|
2021-10-30 16:28:46 +00:00
|
|
|
"@daily-co/daily-js": "^0.21.0",
|
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",
|
|
|
|
"@hookform/resolvers": "^2.8.5",
|
2021-08-18 08:08:33 +00:00
|
|
|
"@jitsu/sdk-js": "^2.2.4",
|
2022-02-01 21:48:40 +00:00
|
|
|
"@metamask/providers": "^8.1.1",
|
2022-04-21 20:32:25 +00:00
|
|
|
"@next-auth/prisma-adapter": "^1.0.3",
|
2022-02-18 17:32:59 +00:00
|
|
|
"@next/bundle-analyzer": "12.1.0",
|
2021-09-15 12:33:00 +00:00
|
|
|
"@radix-ui/react-avatar": "^0.1.0",
|
|
|
|
"@radix-ui/react-collapsible": "^0.1.0",
|
2022-02-13 21:15:46 +00:00
|
|
|
"@radix-ui/react-dialog": "^0.1.0",
|
2021-10-21 16:34:47 +00:00
|
|
|
"@radix-ui/react-dropdown-menu": "^0.1.1",
|
2021-09-26 21:55:27 +00:00
|
|
|
"@radix-ui/react-id": "^0.1.0",
|
2021-11-24 17:07:49 +00:00
|
|
|
"@radix-ui/react-radio-group": "^0.1.1",
|
2021-10-20 15:37:02 +00:00
|
|
|
"@radix-ui/react-slider": "^0.1.1",
|
2021-11-02 17:30:33 +00:00
|
|
|
"@radix-ui/react-switch": "^0.1.1",
|
2021-09-14 08:20:24 +00:00
|
|
|
"@radix-ui/react-tooltip": "^0.1.0",
|
2021-09-22 18:36:13 +00:00
|
|
|
"@stripe/react-stripe-js": "^1.4.1",
|
|
|
|
"@stripe/stripe-js": "^1.16.0",
|
2022-04-12 09:32:14 +00:00
|
|
|
"@trpc/client": "^9.22.0",
|
|
|
|
"@trpc/next": "^9.22.0",
|
|
|
|
"@trpc/react": "^9.22.0",
|
|
|
|
"@trpc/server": "^9.22.0",
|
2021-11-02 14:19:40 +00:00
|
|
|
"@vercel/edge-functions-ui": "^0.2.1",
|
2021-09-27 21:12:55 +00:00
|
|
|
"@wojtekmaj/react-daterange-picker": "^3.3.1",
|
2021-09-23 08:49:17 +00:00
|
|
|
"accept-language-parser": "^1.5.0",
|
2021-08-18 08:08:33 +00:00
|
|
|
"async": "^3.2.1",
|
2021-03-24 15:03:04 +00:00
|
|
|
"bcryptjs": "^2.4.3",
|
2021-07-15 14:10:26 +00:00
|
|
|
"classnames": "^2.3.1",
|
2022-03-09 22:56:05 +00:00
|
|
|
"dayjs": "^1.10.4",
|
2021-10-18 21:07:06 +00:00
|
|
|
"dayjs-business-time": "^1.0.4",
|
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",
|
2021-08-18 08:08:33 +00:00
|
|
|
"ics": "^2.31.0",
|
2021-09-30 20:37:29 +00:00
|
|
|
"jimp": "^0.16.1",
|
2021-10-13 11:35:25 +00:00
|
|
|
"lodash": "^4.17.21",
|
2021-09-22 18:36:13 +00:00
|
|
|
"micro": "^9.3.4",
|
2022-04-04 14:21:33 +00:00
|
|
|
"mime-types": "^2.1.35",
|
2022-02-18 17:32:59 +00:00
|
|
|
"next": "^12.1.0",
|
2022-04-21 20:32:25 +00:00
|
|
|
"next-auth": "^4.3.3",
|
2021-11-02 14:19:40 +00:00
|
|
|
"next-i18next": "^8.9.0",
|
2022-04-04 14:21:33 +00:00
|
|
|
"next-mdx-remote": "^4.0.2",
|
2021-08-27 12:35:20 +00:00
|
|
|
"next-seo": "^4.26.0",
|
2021-11-02 14:19:40 +00:00
|
|
|
"next-transpile-modules": "^9.0.0",
|
2021-12-27 16:00:15 +00:00
|
|
|
"nodemailer": "^6.7.2",
|
2021-09-21 09:29:20 +00:00
|
|
|
"otplib": "^12.0.1",
|
2021-11-25 12:51:15 +00:00
|
|
|
"qrcode": "^1.5.0",
|
2021-10-30 15:54:21 +00:00
|
|
|
"react": "^17.0.2",
|
2022-02-08 16:13:42 +00:00
|
|
|
"react-colorful": "^5.5.1",
|
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",
|
2021-10-30 15:54:21 +00:00
|
|
|
"react-dom": "^17.0.2",
|
2021-08-12 04:44:11 +00:00
|
|
|
"react-easy-crop": "^3.5.2",
|
2022-04-04 20:26:14 +00:00
|
|
|
"react-hook-form": "^7.29.0",
|
2021-08-18 08:18:18 +00:00
|
|
|
"react-hot-toast": "^2.1.0",
|
2021-11-25 12:51:15 +00:00
|
|
|
"react-intl": "^5.22.0",
|
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",
|
2021-11-25 12:51:15 +00:00
|
|
|
"react-phone-number-input": "^3.1.41",
|
2021-12-27 16:00:15 +00:00
|
|
|
"react-query": "^3.33.7",
|
2021-10-13 11:35:25 +00:00
|
|
|
"react-router-dom": "^5.2.0",
|
2021-11-24 23:33:25 +00:00
|
|
|
"react-select": "^5.2.1",
|
2022-02-09 23:59:34 +00:00
|
|
|
"react-timezone-select": "^1.3.1",
|
2021-09-24 20:02:03 +00:00
|
|
|
"react-use-intercom": "1.4.0",
|
2021-12-09 23:51:30 +00:00
|
|
|
"react-virtualized-auto-sizer": "^1.0.6",
|
|
|
|
"react-window": "^1.8.6",
|
2022-05-05 21:16:25 +00:00
|
|
|
"rrule": "^2.6.9",
|
2021-06-09 22:51:09 +00:00
|
|
|
"short-uuid": "^4.2.0",
|
2021-11-25 12:51:15 +00:00
|
|
|
"stripe": "^8.191.0",
|
2022-02-11 10:44:39 +00:00
|
|
|
"superjson": "1.8.1",
|
2021-09-27 14:47:55 +00:00
|
|
|
"uuid": "^8.3.2",
|
2022-02-01 21:48:40 +00:00
|
|
|
"web3": "^1.6.1",
|
2022-04-04 22:23:42 +00:00
|
|
|
"zod": "^3.14.4"
|
2021-03-22 13:48:48 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-04 22:23:42 +00:00
|
|
|
"@babel/core": "^7.17.8",
|
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",
|
2022-02-08 16:30:21 +00:00
|
|
|
"@playwright/test": "^1.18.1",
|
2021-10-20 15:42:40 +00:00
|
|
|
"@types/accept-language-parser": "1.5.2",
|
2021-11-25 12:51:15 +00:00
|
|
|
"@types/async": "^3.2.10",
|
2021-08-18 11:52:25 +00:00
|
|
|
"@types/bcryptjs": "^2.4.2",
|
2022-03-23 22:00:30 +00:00
|
|
|
"@types/glidejs__glide": "^3.4.1",
|
2021-11-25 12:51:15 +00:00
|
|
|
"@types/jest": "^27.0.3",
|
|
|
|
"@types/lodash": "^4.14.177",
|
2021-09-28 13:00:19 +00:00
|
|
|
"@types/micro": "^7.3.6",
|
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-02-11 10:54:35 +00:00
|
|
|
"@types/node": "^16.11.24",
|
2021-08-18 08:08:33 +00:00
|
|
|
"@types/nodemailer": "^6.4.4",
|
2021-09-21 09:29:20 +00:00
|
|
|
"@types/qrcode": "^1.4.1",
|
2021-11-29 20:53:02 +00:00
|
|
|
"@types/react": "^17.0.37",
|
2021-10-17 21:10:41 +00:00
|
|
|
"@types/react-phone-number-input": "^3.0.13",
|
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",
|
2021-12-13 11:01:33 +00:00
|
|
|
"autoprefixer": "^10.4.0",
|
2021-11-02 14:19:40 +00:00
|
|
|
"babel-jest": "^27.3.1",
|
2021-12-07 15:48:08 +00:00
|
|
|
"env-cmd": "10.1.0",
|
2022-03-09 17:52:48 +00:00
|
|
|
"eslint": "^8.10.0",
|
2021-12-08 12:08:57 +00:00
|
|
|
"jest": "^26.0.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",
|
2021-10-05 10:05:48 +00:00
|
|
|
"npm-run-all": "^4.1.5",
|
2021-12-13 11:01:33 +00:00
|
|
|
"postcss": "^8.4.4",
|
2022-03-08 22:51:53 +00:00
|
|
|
"tailwindcss": "^3.0.23",
|
2021-12-08 12:08:57 +00:00
|
|
|
"ts-jest": "^26.0.0",
|
2022-03-03 19:29:19 +00:00
|
|
|
"ts-node": "^10.6.0",
|
2022-02-15 20:30:52 +00:00
|
|
|
"typescript": "^4.5.3"
|
2021-03-10 10:02:39 +00:00
|
|
|
}
|
2022-02-11 22:20:10 +00:00
|
|
|
}
|