Skip to content

Commit

Permalink
[WIP] Insights (#24)
Browse files Browse the repository at this point in the history
Work in progress...
  • Loading branch information
needim authored Oct 1, 2024
1 parent 06f2f8d commit a8efbeb
Show file tree
Hide file tree
Showing 24 changed files with 1,749 additions and 1,542 deletions.
3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
}
},
"formatter": {
"enabled": true
"enabled": true,
"lineWidth": 120
}
}
26 changes: 10 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"@evolu/react": "^8.2.0",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource-variable/roboto-mono": "^5.1.0",
"@headlessui/react": "^2.1.8",
"@headlessui/tailwindcss": "^0.2.1",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
Expand All @@ -37,52 +35,48 @@
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@remixicon/react": "^4.2.0",
"@tabler/icons-react": "^3.16.0",
"@tabler/icons-react": "^3.18.0",
"@tailwindcss/forms": "^0.5.9",
"@uidotdev/usehooks": "^2.4.1",
"auto-text-size": "^0.2.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"embla-carousel-auto-height": "^8.2.1",
"embla-carousel-react": "^8.2.1",
"framer-motion": "^11.5.4",
"lucide-react": "^0.441.0",
"framer-motion": "^11.9.0",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "^18.3.1",
"react-dom-confetti": "^0.2.0",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.53.0",
"react-modal-sheet": "^3.1.0",
"react-number-format": "^5.4.2",
"recharts": "^2.12.7",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-displaymodes": "^1.0.8",
"unplugin-fonts": "^1.1.1",
"vaul": "^0.9.2",
"vaul": "^1.0.0",
"workbox-window": "^7.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.0",
"@biomejs/biome": "^1.9.2",
"@changesets/cli": "^2.27.8",
"@inlang/paraglide-js": "1.11.2",
"@inlang/paraglide-vite": "^1.2.74",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/node": "^22.7.3",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.11",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.4",
"vite": "^5.4.8",
"vite-plugin-pwa": "^0.20.5",
"vitest": "^2.1.1"
},
Expand Down
Loading

0 comments on commit a8efbeb

Please sign in to comment.