11{
2- "name" : " habbitses" ,
3- "private" : true ,
4- "version" : " 0.0.0" ,
5- "type" : " module" ,
6- "scripts" : {
7- "dev" : " vite --host" ,
8- "build" : " tsc -b && vite build" ,
9- "lint" : " eslint . && tsc -b" ,
10- "preview" : " vite preview"
11- },
12- "dependencies" : {
13- "@bufbuild/protobuf" : " ^2.10.1" ,
14- "@connectrpc/connect" : " ^2.1.1" ,
15- "@connectrpc/connect-web" : " ^2.1.1" ,
16- "@dnd-kit/core" : " ^6.3.1" ,
17- "@dnd-kit/sortable" : " ^10.0.0" ,
18- "@dnd-kit/utilities" : " ^3.2.2" ,
19- "@octokit/openapi-types" : " ^27.0.0" ,
20- "@radix-ui/react-dialog" : " ^1.1.15" ,
21- "@radix-ui/react-label" : " ^2.1.8" ,
22- "@radix-ui/react-progress" : " ^1.1.8" ,
23- "@radix-ui/react-scroll-area" : " ^1.2.10" ,
24- "@radix-ui/react-select" : " ^2.2.6" ,
25- "@radix-ui/react-separator" : " ^1.1.8" ,
26- "@radix-ui/react-slider" : " ^1.3.6" ,
27- "@radix-ui/react-slot" : " ^1.2.4" ,
28- "@radix-ui/react-switch" : " ^1.2.6" ,
29- "@radix-ui/react-tooltip" : " ^1.2.8" ,
30- "@tailwindcss/vite" : " ^4.1.17" ,
31- "@tanstack/react-query" : " ^5.90.12" ,
32- "@tanstack/react-router" : " ^1.141.1" ,
33- "class-variance-authority" : " ^0.7.1" ,
34- "clsx" : " ^2.1.1" ,
35- "date-fns" : " ^4.1.0" ,
36- "lucide-react" : " ^0.555.0" ,
37- "next-themes" : " ^0.4.6" ,
38- "octokit" : " ^5.0.5" ,
39- "react" : " ^19.2.0" ,
40- "react-day-picker" : " ^9.12.0" ,
41- "react-dom" : " ^19.2.0" ,
42- "react-error-boundary" : " ^6.0.0" ,
43- "sonner" : " ^2.0.7" ,
44- "tailwind-merge" : " ^3.4.0" ,
45- "tailwindcss" : " ^4.1.17" ,
46- "uint8-to-base64" : " ^0.2.1" ,
47- "use-local-storage" : " ^3.0.0"
48- },
49- "devDependencies" : {
50- "@eslint/js" : " ^9.39.1" ,
51- "@tanstack/eslint-plugin-router" : " ^1.141.0" ,
52- "@tanstack/router-plugin" : " ^1.141.1" ,
53- "@trivago/prettier-plugin-sort-imports" : " ^6.0.0" ,
54- "@types/node" : " ^24.10.1" ,
55- "@types/react" : " ^19.2.5" ,
56- "@types/react-dom" : " ^19.2.3" ,
57- "@vitejs/plugin-react" : " ^5.1.1" ,
58- "babel-plugin-react-compiler" : " ^1.0.0" ,
59- "eslint" : " ^9.39.1" ,
60- "eslint-config-prettier" : " ^10.1.8" ,
61- "eslint-plugin-react-hooks" : " ^7.0.1" ,
62- "eslint-plugin-react-refresh" : " ^0.4.24" ,
63- "globals" : " ^16.5.0" ,
64- "prettier" : " ^3.6.2" ,
65- "tw-animate-css" : " ^1.4.0" ,
66- "typescript" : " ~5.9.3" ,
67- "typescript-eslint" : " ^8.46.4" ,
68- "vite" : " ^7.2.4"
69- }
2+ "name" : " habbitses" ,
3+ "private" : true ,
4+ "version" : " 0.0.0" ,
5+ "type" : " module" ,
6+ "scripts" : {
7+ "dev" : " vite --host" ,
8+ "build" : " vite build" ,
9+ "test" : " eslint . && tsc -b" ,
10+ "prepare" : " husky"
11+ },
12+ "dependencies" : {
13+ "@bufbuild/protobuf" : " ^2.10.1" ,
14+ "@connectrpc/connect" : " ^2.1.1" ,
15+ "@connectrpc/connect-web" : " ^2.1.1" ,
16+ "@dnd-kit/core" : " ^6.3.1" ,
17+ "@dnd-kit/sortable" : " ^10.0.0" ,
18+ "@dnd-kit/utilities" : " ^3.2.2" ,
19+ "@octokit/openapi-types" : " ^27.0.0" ,
20+ "@radix-ui/react-dialog" : " ^1.1.15" ,
21+ "@radix-ui/react-label" : " ^2.1.8" ,
22+ "@radix-ui/react-progress" : " ^1.1.8" ,
23+ "@radix-ui/react-scroll-area" : " ^1.2.10" ,
24+ "@radix-ui/react-select" : " ^2.2.6" ,
25+ "@radix-ui/react-separator" : " ^1.1.8" ,
26+ "@radix-ui/react-slider" : " ^1.3.6" ,
27+ "@radix-ui/react-slot" : " ^1.2.4" ,
28+ "@radix-ui/react-switch" : " ^1.2.6" ,
29+ "@radix-ui/react-tooltip" : " ^1.2.8" ,
30+ "@tailwindcss/vite" : " ^4.1.17" ,
31+ "@tanstack/react-query" : " ^5.90.12" ,
32+ "@tanstack/react-router" : " ^1.141.1" ,
33+ "class-variance-authority" : " ^0.7.1" ,
34+ "clsx" : " ^2.1.1" ,
35+ "date-fns" : " ^4.1.0" ,
36+ "lucide-react" : " ^0.555.0" ,
37+ "next-themes" : " ^0.4.6" ,
38+ "octokit" : " ^5.0.5" ,
39+ "react" : " ^19.2.0" ,
40+ "react-day-picker" : " ^9.12.0" ,
41+ "react-dom" : " ^19.2.0" ,
42+ "react-error-boundary" : " ^6.0.0" ,
43+ "sonner" : " ^2.0.7" ,
44+ "tailwind-merge" : " ^3.4.0" ,
45+ "tailwindcss" : " ^4.1.17" ,
46+ "uint8-to-base64" : " ^0.2.1" ,
47+ "use-local-storage" : " ^3.0.0"
48+ },
49+ "devDependencies" : {
50+ "@eslint/js" : " ^9.39.1" ,
51+ "@tanstack/eslint-plugin-router" : " ^1.141.0" ,
52+ "@tanstack/router-plugin" : " ^1.141.1" ,
53+ "@trivago/prettier-plugin-sort-imports" : " ^6.0.0" ,
54+ "@types/node" : " ^24.10.1" ,
55+ "@types/react" : " ^19.2.5" ,
56+ "@types/react-dom" : " ^19.2.3" ,
57+ "@vitejs/plugin-react" : " ^5.1.1" ,
58+ "babel-plugin-react-compiler" : " ^1.0.0" ,
59+ "eslint" : " ^9.39.1" ,
60+ "eslint-config-prettier" : " ^10.1.8" ,
61+ "eslint-plugin-react-hooks" : " ^7.0.1" ,
62+ "eslint-plugin-react-refresh" : " ^0.4.24" ,
63+ "globals" : " ^16.5.0" ,
64+ "husky" : " ^9.1.7" ,
65+ "prettier" : " ^3.6.2" ,
66+ "tw-animate-css" : " ^1.4.0" ,
67+ "typescript" : " ~5.9.3" ,
68+ "typescript-eslint" : " ^8.46.4" ,
69+ "vite" : " ^7.2.4"
70+ }
7071}
0 commit comments