2021-03-10 10:02:39 +00:00
|
|
|
{
|
2022-02-10 23:11:40 +00:00
|
|
|
"name": "@calcom/web",
|
2023-07-11 13:47:46 +00:00
|
|
|
"version": "3.0.15",
|
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",
|
2023-03-28 20:12:40 +00:00
|
|
|
"type-check:ci": "tsc-absolute --pretty --noEmit",
|
2022-06-22 20:41:19 +00:00
|
|
|
"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-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",
|
feat: from org team invite (#9569)
* Initial commit
* Adding feature flag
* Desktop first banner, mobile pending
* Removing dead code and img
* AppInstallButtonBase
* WIP
* Adds Email verification template+translations for organizations (#9202)
* feat: Orgs Schema Changing `scopedMembers` to `orgUsers` (#9209)
* Change scopedMembers to orgMembers
* Change to orgUsers
* First step done
* Merge branch 'feat/organizations-onboarding' of github.com:calcom/cal.com into feat/organizations-onboarding
* Session logic to show org label
* Step 2 done, avatar not working
* List orgs and list teams specific if orgs exist
* Conditionally show org - fix settings layout - add labels for all pages
* Profile Page + update
* Org specific team creation
* appearance page
* Ensure members cant of org cant update settings in UI
* Fix update handler imports
* hide billing on sub teams
* Update profile slug page
* Letting duplicate slugs for teams to support orgs
* Add slug coliisions for org
* Covering null on unique clauses
* Covering null on unique clauses
* Extract to utils
* Update settings to use subdomain path in team url , team + org
* Supporting having the orgId in the session cookie
* Onboarding admins step
* Last step to create teams
* Update handler comments
* Upgrade ORG banner - disabled team banner for child teams
* Handle publishing ORGS
* Fix licenese issue
* Update packages/trpc/server/routers/viewer/teams/create.handler.ts
* Split into function calls to make this file more explisit
* Update parents stripe sub not teamID
* Moving change password handler, improving verifying code flow
* Clearing error before submitting
* Reverting email testing api changes
* Reverting having the banner for now
* Consistent exported components
* Remove unneeded files from banner
* Removing uneeded code
* Fixing avatar selector
* Using meta component for head/descr
* Missing i18n strings
* Create org membership also - billing portal page
* A11ly
* Hide create team if no valid permisisons
* Get Org members router
* Handle updating subscription if orgId
* Fix double upgrade banner
* Update constants
* Feedback
* Copy change
* Making an org avatar (temp)
* Add slug colission detection for user and team name
* Fix Import
* Remove update password func
* Fix module import over relative
* feat: organization event type filter (#9253)
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* Missing changes to support orgs schema changes
* Fix import again
* Throw no team found before auth error
* Check if invited found user is already in differnt org
* feat: organization settings general page
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* feat: add members page
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore: remove
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: use invalidate
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* Move to for of loop to throw errors in usenamelist
* fix: delete mutation
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: remove organization id
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* Remove app install button sa its in 9337
* Remove i18n key not being used
* feat: Onboarding process to create an organization (#9184)
* Desktop first banner, mobile pending
* Removing dead code and img
* WIP
* Adds Email verification template+translations for organizations (#9202)
* First step done
* Merge branch 'feat/organizations-onboarding' of github.com:calcom/cal.com into feat/organizations-onboarding
* Step 2 done, avatar not working
* Covering null on unique clauses
* Onboarding admins step
* Last step to create teams
* Moving change password handler, improving verifying code flow
* Clearing error before submitting
* Reverting email testing api changes
* Reverting having the banner for now
* Consistent exported components
* Remove unneeded files from banner
* Removing uneeded code
* Fixing avatar selector
* Using meta component for head/descr
* Missing i18n strings
* Feedback
* Making an org avatar (temp)
* Check for subteams slug clashes with usernames
* Fixing create teams onsuccess
* feedback
* Making sure we check requestedSlug now
---------
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
* feat: [CAL-1816] Organization subdomain support (#9345)
* Desktop first banner, mobile pending
* Removing dead code and img
* WIP
* Adds Email verification template+translations for organizations (#9202)
* First step done
* Merge branch 'feat/organizations-onboarding' of github.com:calcom/cal.com into feat/organizations-onboarding
* Step 2 done, avatar not working
* Covering null on unique clauses
* Onboarding admins step
* Last step to create teams
* Moving change password handler, improving verifying code flow
* Clearing error before submitting
* Reverting email testing api changes
* Reverting having the banner for now
* Consistent exported components
* Remove unneeded files from banner
* Removing uneeded code
* Fixing avatar selector
* Using meta component for head/descr
* Missing i18n strings
* Feedback
* Making an org avatar (temp)
* Check for subteams slug clashes with usernames
* Fixing create teams onsuccess
* Covering users and subteams, excluding non-org users
* Unpublished teams shows correctly
* Create subdomain in Vercel
* feedback
* Renaming Vercel env vars
* Vercel domain check before creation
* Supporting cal-staging.com
* Change to have vercel detect it
* vercel domain check data message error
* Remove check domain
* Making sure we check requestedSlug now
* Feedback and unneeded code
* Reverting unneeded changes
* Unneeded changes
---------
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
* Vercel subdomain creation in PROD only
* Fix router
* fix: use zod schema
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* feat: organization settings general and members page (#9266)
* feat: organization settings general page
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* feat: add members page
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore: remove
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: use invalidate
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: delete mutation
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: remove organization id
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: use zod schema
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* Type fixes
* Use org Stripe product when upgrading
* Removed unused code
* UI completed
* Reverting changes
* Update UsernameTextfield.tsx
* More reverts
* Update next-auth-options.ts
* Update common.json
* Type fixes
* Include invite token for orgs
* Update org schema
* Make token settings optional as it isnt used in orgs yet
* Reverts
* Add correct array logic and move to controlled component
* Fix toggle group default | Update toggle group bg
* Darkmode toggle group
* Distinct user
* Hide modal if no org members
* Extract toggle logic
* Update packages/features/ee/organizations/components/TeamInviteFromOrg.tsx
* remove yarn.lock from commit
* Fix types
* Add getMember router back
* As a query lol
* Fix types
* Fix accepted param defaulting to true as we want both
* Fix list not pulling back people who have not joined the org yet
* Fix tests to handle invite a existing org user to a team
* Fix test
* Fix an error sometimes when existing org user is invited
* Updates radix & fixes bug
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Leo Giovanetti <hello@leog.me>
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Shivam Kalra <shivamkalra98@gmail.com>
2023-07-10 09:46:51 +00:00
|
|
|
"@radix-ui/react-dialog": "^1.0.4",
|
2023-06-22 22:25:37 +00:00
|
|
|
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
2022-09-29 17:22:07 +00:00
|
|
|
"@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-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-03-23 22:10:01 +00:00
|
|
|
"@tremor/react": "^2.0.0",
|
2023-01-25 01:08:10 +00:00
|
|
|
"@types/turndown": "^5.0.1",
|
2023-06-19 10:01:06 +00:00
|
|
|
"@upstash/ratelimit": "^0.4.3",
|
|
|
|
"@upstash/redis": "^1.21.0",
|
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",
|
2023-04-03 14:06:02 +00:00
|
|
|
"@vercel/og": "^0.5.0",
|
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",
|
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",
|
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-06-19 21:22:30 +00:00
|
|
|
"next": "^13.4.6",
|
2023-03-10 23:45:24 +00:00
|
|
|
"next-auth": "^4.20.1",
|
2023-06-22 22:25:37 +00:00
|
|
|
"next-axiom": "^0.17.0",
|
2022-08-17 17:38:21 +00:00
|
|
|
"next-collect": "^0.2.1",
|
2023-06-22 22:25:37 +00:00
|
|
|
"next-i18next": "^13.2.2",
|
|
|
|
"next-seo": "^6.0.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",
|
2023-06-22 22:25:37 +00:00
|
|
|
"react-live-chat-loader": "^2.8.1",
|
2021-08-04 10:39:43 +00:00
|
|
|
"react-multi-email": "^0.5.3",
|
2023-05-30 15:47:22 +00:00
|
|
|
"react-phone-input-2": "^2.15.1",
|
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",
|
2023-05-04 11:54:48 +00:00
|
|
|
"react-timezone-select": "^1.4.0",
|
2022-05-17 19:31:49 +00:00
|
|
|
"react-use-intercom": "1.5.1",
|
2023-05-15 07:44:23 +00:00
|
|
|
"remove-markdown": "^0.5.0",
|
2022-08-17 17:38:21 +00:00
|
|
|
"rrule": "^2.7.1",
|
2023-03-28 09:40:13 +00:00
|
|
|
"sanitize-html": "^2.10.0",
|
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",
|
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",
|
2023-05-15 07:44:23 +00:00
|
|
|
"@types/remove-markdown": "^0.3.1",
|
2023-03-28 09:40:13 +00:00
|
|
|
"@types/sanitize-html": "^2.9.0",
|
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-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",
|
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",
|
2023-04-09 09:13:57 +00:00
|
|
|
"tailwindcss": "^3.3.1",
|
2022-08-17 17:38:21 +00:00
|
|
|
"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
|
|
|
}
|