-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
205 changed files
with
2,505 additions
and
2,402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"private": true, | ||
"scripts": { | ||
"preinstall": "npx only-allow pnpm", | ||
"dev": "next dev --turbo", | ||
"dev": "next dev --turbopack", | ||
"build": "next build", | ||
"start": "next start", | ||
"format": "biome format ./src --write", | ||
|
@@ -27,7 +27,7 @@ | |
"@chakra-ui/theme-tools": "^2.1.2", | ||
"@emotion/react": "11.13.3", | ||
"@emotion/styled": "11.13.0", | ||
"@hookform/resolvers": "^3.9.0", | ||
"@hookform/resolvers": "^3.9.1", | ||
"@marsidev/react-turnstile": "^1.0.2", | ||
"@n8tb1t/use-scroll-position": "^2.0.3", | ||
"@radix-ui/react-alert-dialog": "^1.1.2", | ||
|
@@ -52,6 +52,7 @@ | |
"@tanstack/react-query": "5.59.16", | ||
"@tanstack/react-table": "^8.17.3", | ||
"@thirdweb-dev/service-utils": "workspace:*", | ||
"@vercel/functions": "^1.4.2", | ||
"@vercel/og": "^0.6.2", | ||
"abitype": "1.0.6", | ||
"chakra-react-select": "^4.7.6", | ||
|
@@ -63,12 +64,12 @@ | |
"flat": "^6.0.1", | ||
"framer-motion": "11.11.10", | ||
"fuse.js": "7.0.0", | ||
"input-otp": "^1.2.4", | ||
"input-otp": "^1.2.5", | ||
"ioredis": "^5.4.1", | ||
"ipaddr.js": "^2.2.0", | ||
"lottie-react": "^2.4.0", | ||
"lucide-react": "0.454.0", | ||
"next": "14.2.15", | ||
"next": "15.0.2", | ||
"next-plausible": "^3.12.0", | ||
"next-seo": "^6.5.0", | ||
"next-themes": "^0.3.0", | ||
|
@@ -79,17 +80,17 @@ | |
"prism-react-renderer": "^2.3.1", | ||
"prismjs": "^1.29.0", | ||
"qrcode": "^1.5.3", | ||
"react": "18.3.1", | ||
"react": "19.0.0-rc-69d4b800-20241021", | ||
"react-children-utilities": "^2.10.0", | ||
"react-day-picker": "^8.10.1", | ||
"react-dom": "18.3.1", | ||
"react-dom": "19.0.0-rc-69d4b800-20241021", | ||
"react-dropzone": "^14.2.9", | ||
"react-error-boundary": "^4.1.2", | ||
"react-hook-form": "7.52.0", | ||
"react-markdown": "^9.0.1", | ||
"react-responsive-carousel": "^3.2.23", | ||
"react-table": "^7.8.0", | ||
"recharts": "^2.13.0", | ||
"recharts": "^2.13.1", | ||
"remark-gfm": "^4.0.0", | ||
"server-only": "^0.0.1", | ||
"sonner": "^1.5.0", | ||
|
@@ -105,8 +106,8 @@ | |
"devDependencies": { | ||
"@chakra-ui/cli": "^2.4.1", | ||
"@chromatic-com/storybook": "2.0.2", | ||
"@next/bundle-analyzer": "14.2.15", | ||
"@next/eslint-plugin-next": "14.2.15", | ||
"@next/bundle-analyzer": "15.0.2", | ||
"@next/eslint-plugin-next": "15.0.2", | ||
"@playwright/test": "1.48.2", | ||
"@storybook/addon-essentials": "8.3.6", | ||
"@storybook/addon-interactions": "8.3.6", | ||
|
@@ -122,8 +123,8 @@ | |
"@types/papaparse": "^5.3.15", | ||
"@types/pluralize": "^0.0.33", | ||
"@types/qrcode": "^1.5.5", | ||
"@types/react": "^18.3.11", | ||
"@types/react-dom": "^18.3.1", | ||
"@types/react": "npm:[email protected]", | ||
"@types/react-dom": "npm:[email protected].1", | ||
"@types/react-table": "^7.7.20", | ||
"@types/spdx-correct": "^3.1.3", | ||
"@types/swagger-ui-react": "^4.18.3", | ||
|
@@ -133,9 +134,9 @@ | |
"checkly": "^4.8.1", | ||
"eslint": "8.57.0", | ||
"eslint-config-biome": "1.9.3", | ||
"eslint-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241014", | ||
"eslint-plugin-react-compiler": "19.0.0-beta-8a03594-20241020", | ||
"eslint-plugin-storybook": "^0.9.0", | ||
"knip": "5.34.2", | ||
"knip": "5.34.3", | ||
"next-sitemap": "^4.2.3", | ||
"postcss": "8.4.47", | ||
"storybook": "8.3.6", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.