File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 "zustand" : " ^5.0.3"
3131 },
3232 "devDependencies" : {
33+ "@next/bundle-analyzer" : " ^15.2.3" ,
3334 "@tanstack/react-query-devtools" : " ^5.64.2" ,
3435 "@testing-library/jest-dom" : " ^6.6.3" ,
3536 "@testing-library/react" : " ^16.2.0" ,
4445 "jsdom" : " ^26.0.0" ,
4546 "postcss" : " ^8.5.1" ,
4647 "tailwindcss" : " ^3.4.17" ,
48+ "terser-webpack-plugin" : " ^5.3.14" ,
4749 "typedoc" : " ^0.27.7" ,
4850 "typescript" : " ^5.7.3" ,
4951 "vitest" : " ^3.0.8"
50- }
52+ },
53+ "sideEffects" : false
5154}
Original file line number Diff line number Diff line change 2424 "packageManager" : " pnpm@10.6.4" ,
2525 "engines" : {
2626 "node" : " >=20"
27- }
27+ },
28+ "sideEffects" : false
2829}
Original file line number Diff line number Diff line change 6868 "./lib/*" : " ./src/lib/*.ts" ,
6969 "./components/*" : " ./src/components/*.tsx" ,
7070 "./hooks/*" : " ./src/hooks/*.ts"
71- }
71+ },
72+ "sideEffects" : false
7273}
You can’t perform that action at this time.
0 commit comments