2021-03-10 10:02:39 +00:00
|
|
|
{
|
|
|
|
"name": "calendso",
|
2021-09-15 14:49:52 +00:00
|
|
|
"version": "1.0.0",
|
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",
|
2021-03-10 10:02:39 +00:00
|
|
|
"dev": "next dev",
|
2021-10-12 14:21:57 +00:00
|
|
|
"db-up": "docker-compose up -d",
|
2021-09-02 15:20:36 +00:00
|
|
|
"db-migrate": "yarn prisma migrate dev",
|
2021-12-09 16:19:52 +00:00
|
|
|
"db-deploy": "yarn prisma migrate deploy",
|
2021-12-15 16:25:49 +00:00
|
|
|
"db-seed": "ts-node scripts/seed.ts",
|
2021-10-12 14:21:57 +00:00
|
|
|
"db-nuke": "docker-compose down --volumes --remove-orphans",
|
2021-12-07 15:48:08 +00:00
|
|
|
"db-setup": "run-s db-up db-migrate db-seed",
|
|
|
|
"db-reset": "run-s db-nuke db-setup",
|
2021-12-09 16:19:52 +00:00
|
|
|
"deploy": "run-s build db-deploy",
|
2021-12-07 15:48:08 +00:00
|
|
|
"dx": "env-cmd run-s db-setup dev",
|
2021-10-07 15:07:57 +00:00
|
|
|
"test": "jest",
|
2021-12-15 16:25:49 +00:00
|
|
|
"test-playwright": "playwright test",
|
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",
|
2021-06-21 17:34:01 +00:00
|
|
|
"postinstall": "prisma generate",
|
|
|
|
"pre-commit": "lint-staged",
|
|
|
|
"lint": "eslint . --ext .ts,.js,.tsx,.jsx",
|
2021-10-16 09:57:21 +00:00
|
|
|
"prepare": "husky install",
|
2021-12-15 16:25:49 +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": {
|
2021-10-30 16:28:46 +00:00
|
|
|
"@daily-co/daily-js": "^0.21.0",
|
2021-11-24 23:33:25 +00:00
|
|
|
"@headlessui/react": "^1.4.2",
|
2021-11-02 17:24:12 +00:00
|
|
|
"@heroicons/react": "^1.0.5",
|
2021-11-03 10:58:15 +00:00
|
|
|
"@hookform/resolvers": "^2.8.3",
|
2021-08-18 08:08:33 +00:00
|
|
|
"@jitsu/sdk-js": "^2.2.4",
|
2021-10-19 23:51:59 +00:00
|
|
|
"@next/bundle-analyzer": "11.1.2",
|
2021-12-21 15:32:16 +00:00
|
|
|
"@prisma/client": "3.0.2",
|
2021-09-15 12:33:00 +00:00
|
|
|
"@radix-ui/react-avatar": "^0.1.0",
|
|
|
|
"@radix-ui/react-collapsible": "^0.1.0",
|
2021-11-01 14:43:44 +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",
|
2021-12-27 16:00:15 +00:00
|
|
|
"@trpc/client": "^9.16.0",
|
|
|
|
"@trpc/next": "^9.16.0",
|
|
|
|
"@trpc/react": "^9.16.0",
|
|
|
|
"@trpc/server": "^9.16.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",
|
2021-08-18 08:08:33 +00:00
|
|
|
"dayjs": "^1.10.6",
|
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",
|
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",
|
2021-12-08 09:36:03 +00:00
|
|
|
"next": "^12.0.7",
|
2021-11-02 14:19:40 +00:00
|
|
|
"next-auth": "^3.29.0",
|
|
|
|
"next-i18next": "^8.9.0",
|
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",
|
2021-12-09 23:51:30 +00:00
|
|
|
"react-date-picker": "^8.3.6",
|
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",
|
2021-12-27 16:00:15 +00:00
|
|
|
"react-hook-form": "^7.20.4",
|
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",
|
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",
|
2021-11-25 12:51:15 +00:00
|
|
|
"react-timezone-select": "^1.1.15",
|
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",
|
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",
|
2021-11-01 14:04:21 +00:00
|
|
|
"superjson": "1.8.0",
|
2021-12-07 15:48:08 +00:00
|
|
|
"tsdav": "^1.1.5",
|
2021-08-18 08:08:33 +00:00
|
|
|
"tslog": "^3.2.1",
|
2021-09-27 14:47:55 +00:00
|
|
|
"uuid": "^8.3.2",
|
|
|
|
"zod": "^3.8.2"
|
2021-03-22 13:48:48 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-10-26 16:17:24 +00:00
|
|
|
"@microsoft/microsoft-graph-types-beta": "0.15.0-preview",
|
2021-12-15 16:25:49 +00:00
|
|
|
"@playwright/test": "^1.17.1",
|
2021-12-13 11:01:33 +00:00
|
|
|
"@tailwindcss/forms": "^0.4.0",
|
2021-09-22 19:52:38 +00:00
|
|
|
"@trivago/prettier-plugin-sort-imports": "2.0.4",
|
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",
|
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",
|
2021-11-25 12:51:15 +00:00
|
|
|
"@types/node": "^16.11.10",
|
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-10-20 13:33:08 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
2021-11-03 13:25:40 +00:00
|
|
|
"@typescript-eslint/parser": "^4.33.0",
|
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",
|
2021-08-18 08:08:33 +00:00
|
|
|
"eslint": "^7.32.0",
|
2021-06-21 17:34:01 +00:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
|
"eslint-plugin-prettier": "^3.4.0",
|
2021-11-25 12:51:15 +00:00
|
|
|
"eslint-plugin-react": "^7.27.1",
|
2021-11-24 23:33:25 +00:00
|
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
2021-08-18 08:08:33 +00:00
|
|
|
"husky": "^7.0.1",
|
2021-12-08 12:08:57 +00:00
|
|
|
"jest": "^26.0.0",
|
2021-08-18 08:08:33 +00:00
|
|
|
"lint-staged": "^11.1.2",
|
2021-06-24 22:15:18 +00:00
|
|
|
"mockdate": "^3.0.5",
|
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",
|
2021-08-18 08:08:33 +00:00
|
|
|
"prettier": "^2.3.2",
|
2021-12-21 15:32:16 +00:00
|
|
|
"prisma": "3.0.2",
|
2021-12-13 11:01:33 +00:00
|
|
|
"tailwindcss": "^3.0.0",
|
2021-12-08 12:08:57 +00:00
|
|
|
"ts-jest": "^26.0.0",
|
2021-09-02 15:20:36 +00:00
|
|
|
"ts-node": "^10.2.1",
|
2021-11-25 12:51:15 +00:00
|
|
|
"typescript": "^4.5.2"
|
2021-06-21 17:34:01 +00:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
2021-09-22 19:52:38 +00:00
|
|
|
"./{*,{ee,pages,components,lib}/**/*}.{js,ts,jsx,tsx}": [
|
2021-06-21 17:34:01 +00:00
|
|
|
"prettier --write",
|
|
|
|
"eslint"
|
2021-10-29 14:13:51 +00:00
|
|
|
],
|
|
|
|
"./prisma/schema.prisma": [
|
|
|
|
"prisma format"
|
2021-06-21 17:34:01 +00:00
|
|
|
]
|
2021-03-10 10:02:39 +00:00
|
|
|
}
|
2021-12-07 15:48:08 +00:00
|
|
|
}
|