33 "private" : true ,
44 "version" : " 1.5.0" ,
55 "type" : " module" ,
6+ "engines" : {
7+ "node" : " >=24 <25"
8+ },
69 "scripts" : {
710 "dev" : " vite --mode development" ,
811 "build" : " node scripts/updateVersion.js && tsc -b && vite build --mode production" ,
2528 "@radix-ui/react-scroll-area" : " ^1.2.10" ,
2629 "@radix-ui/react-slot" : " ^1.2.4" ,
2730 "@radix-ui/react-tabs" : " ^1.1.13" ,
28- "@tailwindcss/vite" : " ^4.1.17 " ,
29- "@types/chrome" : " ^0.0.304 " ,
31+ "@tailwindcss/vite" : " ^4.2.2 " ,
32+ "@types/chrome" : " ^0.1.38 " ,
3033 "@types/qrcode" : " ^1.5.6" ,
3134 "class-variance-authority" : " ^0.7.1" ,
3235 "clsx" : " ^2.1.1" ,
3336 "cmdk" : " ^1.1.1" ,
3437 "embla-carousel-autoplay" : " ^8.6.0" ,
3538 "embla-carousel-react" : " ^8.6.0" ,
36- "lucide-react" : " ^0.475 .0" ,
39+ "lucide-react" : " ^1.7 .0" ,
3740 "qrcode" : " ^1.5.4" ,
38- "react" : " ^19.2.0 " ,
39- "react-dom" : " ^19.2.0 " ,
40- "react-error-boundary" : " ^6.0.0 " ,
41- "react-router-dom" : " ^7.9.6 " ,
41+ "react" : " ^19.2.4 " ,
42+ "react-dom" : " ^19.2.4 " ,
43+ "react-error-boundary" : " ^6.1.1 " ,
44+ "react-router-dom" : " ^7.13.2 " ,
4245 "sonner" : " ^2.0.7" ,
43- "tailwind-merge" : " ^3.4 .0" ,
46+ "tailwind-merge" : " ^3.5 .0" ,
4447 "tailwindcss-animate" : " ^1.0.7"
4548 },
4649 "devDependencies" : {
47- "@eslint/js" : " ^9.39 .1" ,
48- "@tailwindcss/postcss" : " ^4.1.17 " ,
49- "@types/node" : " ^22.19.1 " ,
50- "@types/react" : " ^19.2.7 " ,
50+ "@eslint/js" : " ^10.0 .1" ,
51+ "@tailwindcss/postcss" : " ^4.2.2 " ,
52+ "@types/node" : " ^25.5.0 " ,
53+ "@types/react" : " ^19.2.14 " ,
5154 "@types/react-dom" : " ^19.2.3" ,
5255 "@types/react-router-dom" : " ^5.3.3" ,
53- "@vitejs/plugin-react-swc" : " ^3.11 .0" ,
54- "autoprefixer" : " ^10.4.22 " ,
55- "eslint" : " ^9.39.1 " ,
56- "eslint-plugin-react-hooks" : " ^5.2.0 " ,
57- "eslint-plugin-react-refresh" : " ^0.4.24 " ,
58- "globals" : " ^15.15 .0" ,
56+ "@vitejs/plugin-react-swc" : " ^4.3 .0" ,
57+ "autoprefixer" : " ^10.4.27 " ,
58+ "eslint" : " ^10.1.0 " ,
59+ "eslint-plugin-react-hooks" : " ^7.0.1 " ,
60+ "eslint-plugin-react-refresh" : " ^0.5.2 " ,
61+ "globals" : " ^17.4 .0" ,
5962 "install" : " ^0.13.0" ,
60- "postcss" : " ^8.5.6 " ,
61- "tailwindcss" : " ^4.1.17 " ,
62- "typescript" : " ~5.7.3 " ,
63- "typescript-eslint" : " ^8.48.0 " ,
64- "vite" : " ^6.4.1 " ,
63+ "postcss" : " ^8.5.8 " ,
64+ "tailwindcss" : " ^4.2.2 " ,
65+ "typescript" : " ~6.0.2 " ,
66+ "typescript-eslint" : " ^8.57.2 " ,
67+ "vite" : " ^8.0.3 " ,
6568 "vite-plugin-svgr" : " ^4.5.0"
69+ },
70+ "pnpm" : {
71+ "overrides" : {
72+ "rollup" : " ^4.59.0"
73+ }
6674 }
6775}
0 commit comments