66 "scripts" : {
77 "preinstall" : " npx -y only-allow pnpm" ,
88 "build" : " next build" ,
9- "dev" : " PORT=3002 next dev --turbo" ,
9+ "dev" : " cross-env PORT=3002 next dev --turbo" ,
1010 "preview" : " next build && next start" ,
1111 "start" : " next start" ,
1212 "typecheck" : " tsc --noEmit" ,
1313 "check" : " biome check" ,
1414 "check:fix" : " biome check --write --unsafe"
1515 },
1616 "dependencies" : {
17+ "@radix-ui/react-accordion" : " ^1.2.12" ,
1718 "@radix-ui/react-select" : " ^2.2.6" ,
1819 "@radix-ui/react-separator" : " ^1.1.8" ,
1920 "@radix-ui/react-slot" : " ^1.2.4" ,
21+ "@radix-ui/react-tabs" : " ^1.1.13" ,
2022 "@t3-oss/env-nextjs" : " ^0.13.10" ,
2123 "@tanstack/react-table" : " ^8.21.3" ,
2224 "babel-plugin-react-compiler" : " ^1.0.0" ,
2325 "class-variance-authority" : " ^0.7.1" ,
2426 "clsx" : " ^2.1.1" ,
2527 "cmdk" : " 1.1.1" ,
28+ "embla-carousel-react" : " ^8.6.0" ,
2629 "geist" : " ^1.5.1" ,
27- "next" : " ^15.5.14 " ,
30+ "next" : " ^15.5.15 " ,
2831 "next-themes" : " ^0.4.6" ,
32+ "radix-ui" : " ^1.4.3" ,
2933 "react" : " ^19.2.3" ,
3034 "react-dom" : " ^19.2.3" ,
3135 "react-hook-form" : " ^7.68.0" ,
4044 "@types/node" : " ^24.10.4" ,
4145 "@types/react" : " ^19.2.7" ,
4246 "@types/react-dom" : " ^19.2.3" ,
47+ "cross-env" : " ^10.1.0" ,
4348 "postcss" : " ^8.5.6" ,
4449 "tailwindcss" : " ^4.1.14" ,
4550 "tw-animate-css" : " ^1.4.0" ,
4651 "typescript" : " ^5.9.3"
4752 },
48- "packageManager" : " pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be " ,
53+ "packageManager" : " pnpm@10.33.0 " ,
4954 "engines" : {
5055 "node" : " >=24.5.2"
5156 }
52- }
57+ }
0 commit comments