55 "private" : true ,
66 "type" : " module" ,
77 "scripts" : {
8- "build" : " bun next build" ,
9- "dev" : " bun next dev" ,
10- "lint" : " bun run lint:biome && bun run lint:tsc && bun run lint:eslint" ,
11- "lint:biome" : " bun biome check --write ." ,
12- "lint:tsc" : " bun tsc --noEmit" ,
13- "lint:eslint" : " bun eslint --fix" ,
14- "prod" : " bun run build && bun run start" ,
15- "start" : " bun next start"
8+ "build" : " bun next build" ,
9+ "dev" : " bun next dev" ,
10+ "lint" : " bun run lint:biome && bun run lint:tsc && bun run lint:eslint" ,
11+ "lint:biome" : " bun biome check --write ." ,
12+ "lint:tsc" : " bun tsc --noEmit" ,
13+ "lint:eslint" : " bun eslint --fix" ,
14+ "prod" : " bun run build && bun run start" ,
15+ "start" : " bun next start"
1616 },
1717 "dependencies" : {
18- "@chakra-ui/icons" : " ^2.2.4" ,
19- "@chakra-ui/next-js" : " ^2.4.2" ,
20- "@chakra-ui/react" : " 2.10.2" ,
21- "@chakra-ui/system" : " ^2.6.2" ,
22- "@emotion/cache" : " ^11.14.0" ,
23- "@emotion/react" : " ^11.14.0" ,
24- "@emotion/styled" : " ^11.14.0" ,
25- "@fontsource/inter" : " ^5.2.5" ,
26- "@next/bundle-analyzer" : " ^15.2.3" ,
27- "framer-motion" : " ^11.18.2" ,
28- "jotai" : " ^2.12.2" ,
29- "million" : " 2.6.4" ,
30- "next" : " ^14.2.25" ,
31- "react" : " 19.0.0" ,
32- "react-dom" : " 19.0.0" ,
33- "react-icons" : " ^5.5.0" ,
34- "sharp" : " ^0.33.5" ,
35- "typescript" : " 5.7.2" ,
36- "utf-8-validate" : " ^6.0.5"
18+ "@chakra-ui/icons" : " ^2.2.4" ,
19+ "@chakra-ui/next-js" : " ^2.4.2" ,
20+ "@chakra-ui/react" : " 2.10.2" ,
21+ "@chakra-ui/system" : " ^2.6.2" ,
22+ "@emotion/cache" : " ^11.14.0" ,
23+ "@emotion/react" : " ^11.14.0" ,
24+ "@emotion/styled" : " ^11.14.0" ,
25+ "@fontsource/inter" : " ^5.2.5" ,
26+ "@next/bundle-analyzer" : " ^15.2.3" ,
27+ "date-fns" : " ^4.1.0" ,
28+ "framer-motion" : " ^11.18.2" ,
29+ "jotai" : " ^2.12.2" ,
30+ "million" : " 2.6.4" ,
31+ "next" : " ^14.2.25" ,
32+ "react" : " 19.0.0" ,
33+ "react-dom" : " 19.0.0" ,
34+ "react-icons" : " ^5.5.0" ,
35+ "react-markdown" : " ^10.1.0" ,
36+ "sharp" : " ^0.33.5" ,
37+ "typescript" : " 5.7.2" ,
38+ "utf-8-validate" : " ^6.0.5"
3739 },
3840 "devDependencies" : {
39- "@biomejs/biome" : " ^1.9.4" ,
40- "@types/node" : " 22.10.2" ,
41- "@types/react" : " 19.0.2" ,
42- "@types/react-dom" : " 19.0.2" ,
43- "eslint" : " ^9.22.0" ,
44- "eslint-config-next" : " ^15.2.3"
41+ "@biomejs/biome" : " ^1.9.4" ,
42+ "@types/node" : " 22.10.2" ,
43+ "@types/react" : " 19.0.2" ,
44+ "@types/react-dom" : " 19.0.2" ,
45+ "eslint" : " ^9.22.0" ,
46+ "eslint-config-next" : " ^15.2.3"
4547 },
4648 "trustedDependencies" : [
47- " @biomejs/biome"
49+ " @biomejs/biome"
4850 ]
49- }
50-
51+ }
0 commit comments