2025-04-07 23:47:06 -07:00
|
|
|
{
|
2025-07-26 20:52:13 -07:00
|
|
|
"name": "surfsense_web",
|
2026-03-31 21:45:18 -07:00
|
|
|
"version": "0.0.14",
|
2025-07-26 20:52:13 -07:00
|
|
|
"private": true,
|
|
|
|
|
"description": "SurfSense Frontend",
|
|
|
|
|
"scripts": {
|
2025-08-01 10:34:01 -07:00
|
|
|
"dev": "next dev --turbopack",
|
2025-07-26 20:52:13 -07:00
|
|
|
"dev:turbo": "next dev --turbopack",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint",
|
2025-11-06 13:25:05 -08:00
|
|
|
"format": "biome check --write ./ --max-diagnostics 500",
|
2025-07-26 20:52:13 -07:00
|
|
|
"debug": "cross-env NODE_OPTIONS=--inspect next dev --turbopack",
|
|
|
|
|
"debug:browser": "cross-env NODE_OPTIONS=--inspect next dev --turbopack",
|
|
|
|
|
"debug:server": "cross-env NODE_OPTIONS=--inspect=0.0.0.0:9229 next dev --turbopack",
|
2025-09-30 21:36:07 -07:00
|
|
|
"postinstall": "fumadocs-mdx",
|
|
|
|
|
"db:generate": "drizzle-kit generate",
|
|
|
|
|
"db:migrate": "drizzle-kit migrate",
|
|
|
|
|
"db:push": "drizzle-kit push",
|
2025-10-22 14:51:13 +02:00
|
|
|
"db:studio": "drizzle-kit studio",
|
2026-01-12 14:53:18 +05:30
|
|
|
"format:fix": "npx @biomejs/biome check --fix"
|
2025-07-26 20:52:13 -07:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ai-sdk/react": "^1.2.12",
|
2026-02-16 16:05:16 +05:30
|
|
|
"@ariakit/react": "^0.4.21",
|
2026-03-24 02:22:51 +05:30
|
|
|
"@assistant-ui/react": "^0.12.19",
|
|
|
|
|
"@assistant-ui/react-markdown": "^0.12.6",
|
2026-03-21 22:13:41 -07:00
|
|
|
"@babel/standalone": "^7.29.2",
|
2025-12-20 05:10:47 -08:00
|
|
|
"@hookform/resolvers": "^5.2.2",
|
2025-09-30 20:27:34 -07:00
|
|
|
"@number-flow/react": "^0.5.10",
|
2026-02-16 00:11:34 +05:30
|
|
|
"@platejs/autoformat": "^52.0.11",
|
|
|
|
|
"@platejs/basic-nodes": "^52.0.11",
|
|
|
|
|
"@platejs/callout": "^52.0.11",
|
|
|
|
|
"@platejs/code-block": "^52.0.11",
|
2026-02-16 16:05:16 +05:30
|
|
|
"@platejs/combobox": "^52.0.15",
|
2026-02-16 00:11:34 +05:30
|
|
|
"@platejs/dnd": "^52.0.11",
|
|
|
|
|
"@platejs/floating": "^52.0.11",
|
|
|
|
|
"@platejs/indent": "^52.0.11",
|
|
|
|
|
"@platejs/link": "^52.0.11",
|
2026-02-16 16:05:16 +05:30
|
|
|
"@platejs/list": "^52.0.11",
|
2026-02-16 00:11:34 +05:30
|
|
|
"@platejs/markdown": "^52.1.0",
|
|
|
|
|
"@platejs/math": "^52.0.11",
|
|
|
|
|
"@platejs/resizable": "^52.0.11",
|
|
|
|
|
"@platejs/selection": "^52.0.16",
|
|
|
|
|
"@platejs/slash-command": "^52.0.15",
|
|
|
|
|
"@platejs/table": "^52.0.11",
|
|
|
|
|
"@platejs/toggle": "^52.0.11",
|
2026-01-23 00:09:48 -08:00
|
|
|
"@posthog/react": "^1.7.0",
|
2025-07-26 20:52:13 -07:00
|
|
|
"@radix-ui/react-accordion": "^1.2.11",
|
|
|
|
|
"@radix-ui/react-alert-dialog": "^1.1.14",
|
|
|
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
|
|
|
"@radix-ui/react-checkbox": "^1.3.2",
|
|
|
|
|
"@radix-ui/react-collapsible": "^1.1.11",
|
2026-01-13 01:45:58 -08:00
|
|
|
"@radix-ui/react-context-menu": "^2.2.16",
|
2025-12-20 05:10:47 -08:00
|
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
2025-07-26 20:52:13 -07:00
|
|
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
|
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
|
|
|
"@radix-ui/react-popover": "^1.1.14",
|
2025-10-12 09:39:04 +05:30
|
|
|
"@radix-ui/react-radio-group": "^1.3.8",
|
2025-07-26 20:52:13 -07:00
|
|
|
"@radix-ui/react-scroll-area": "^1.2.9",
|
|
|
|
|
"@radix-ui/react-select": "^2.2.5",
|
|
|
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
|
|
|
"@radix-ui/react-slider": "^1.3.5",
|
|
|
|
|
"@radix-ui/react-slot": "^1.2.3",
|
2025-09-30 20:27:34 -07:00
|
|
|
"@radix-ui/react-switch": "^1.2.6",
|
2025-07-26 20:52:13 -07:00
|
|
|
"@radix-ui/react-tabs": "^1.1.12",
|
|
|
|
|
"@radix-ui/react-toggle": "^1.1.9",
|
|
|
|
|
"@radix-ui/react-toggle-group": "^1.1.10",
|
2026-02-16 00:11:34 +05:30
|
|
|
"@radix-ui/react-toolbar": "^1.1.11",
|
2025-07-26 20:52:13 -07:00
|
|
|
"@radix-ui/react-tooltip": "^1.2.7",
|
2026-03-21 22:13:41 -07:00
|
|
|
"@remotion/media": "^4.0.438",
|
|
|
|
|
"@remotion/player": "^4.0.438",
|
|
|
|
|
"@remotion/web-renderer": "^4.0.438",
|
2026-03-23 17:23:49 +02:00
|
|
|
"@rocicorp/zero": "^0.26.2",
|
2026-03-22 02:42:51 +05:30
|
|
|
"@slate-serializers/html": "^2.2.3",
|
2026-02-13 02:34:19 +05:30
|
|
|
"@streamdown/code": "^1.0.2",
|
|
|
|
|
"@streamdown/math": "^1.0.2",
|
2025-07-26 20:52:13 -07:00
|
|
|
"@tabler/icons-react": "^3.34.1",
|
2025-11-11 04:02:04 +02:00
|
|
|
"@tanstack/query-core": "^5.90.7",
|
|
|
|
|
"@tanstack/react-query": "^5.90.7",
|
|
|
|
|
"@tanstack/react-query-devtools": "^5.90.2",
|
2025-07-26 20:52:13 -07:00
|
|
|
"@tanstack/react-table": "^8.21.3",
|
|
|
|
|
"@types/mdx": "^2.0.13",
|
|
|
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
2026-02-16 00:11:34 +05:30
|
|
|
"@udecode/cn": "^52.0.11",
|
2025-07-26 20:52:13 -07:00
|
|
|
"ai": "^4.3.19",
|
2025-09-30 20:27:34 -07:00
|
|
|
"canvas-confetti": "^1.9.3",
|
2025-07-26 20:52:13 -07:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
2025-11-13 02:41:30 -08:00
|
|
|
"cmdk": "^1.1.1",
|
2025-07-26 20:52:13 -07:00
|
|
|
"date-fns": "^4.1.0",
|
2026-03-21 22:13:41 -07:00
|
|
|
"dom-to-pptx": "^1.1.5",
|
2025-09-30 21:36:07 -07:00
|
|
|
"dotenv": "^17.2.3",
|
|
|
|
|
"drizzle-orm": "^0.44.5",
|
2025-07-26 20:52:13 -07:00
|
|
|
"emblor": "^1.4.8",
|
2026-03-27 01:39:15 -07:00
|
|
|
"fractional-indexing": "^3.2.0",
|
2025-12-20 04:24:40 -08:00
|
|
|
"fumadocs-core": "^16.3.1",
|
|
|
|
|
"fumadocs-mdx": "^14.2.1",
|
|
|
|
|
"fumadocs-ui": "^16.3.1",
|
2025-07-26 20:52:13 -07:00
|
|
|
"geist": "^1.4.2",
|
2025-11-11 04:02:04 +02:00
|
|
|
"jotai": "^2.15.1",
|
|
|
|
|
"jotai-tanstack-query": "^0.11.0",
|
2026-02-13 02:34:19 +05:30
|
|
|
"katex": "^0.16.28",
|
2026-02-16 05:50:47 -08:00
|
|
|
"lenis": "^1.3.17",
|
2026-02-16 00:11:34 +05:30
|
|
|
"lowlight": "^3.3.0",
|
2026-03-08 19:43:30 +05:30
|
|
|
"lucide-react": "^0.577.0",
|
2025-09-30 20:27:34 -07:00
|
|
|
"motion": "^12.23.22",
|
2025-12-20 04:24:40 -08:00
|
|
|
"next": "^16.1.0",
|
|
|
|
|
"next-intl": "^4.6.1",
|
2025-07-26 20:52:13 -07:00
|
|
|
"next-themes": "^0.4.6",
|
2025-09-30 21:36:07 -07:00
|
|
|
"pg": "^8.16.3",
|
2026-02-16 00:11:34 +05:30
|
|
|
"platejs": "^52.0.17",
|
2025-09-30 21:36:07 -07:00
|
|
|
"postgres": "^3.4.7",
|
2026-01-28 22:15:43 -08:00
|
|
|
"posthog-js": "^1.336.1",
|
|
|
|
|
"posthog-node": "^5.24.4",
|
2026-02-16 00:11:34 +05:30
|
|
|
"radix-ui": "^1.4.3",
|
2025-12-12 12:22:22 -08:00
|
|
|
"react": "^19.2.3",
|
2026-02-16 00:11:34 +05:30
|
|
|
"react-day-picker": "^9.13.2",
|
2026-02-16 16:05:16 +05:30
|
|
|
"react-dnd": "^16.0.1",
|
|
|
|
|
"react-dnd-html5-backend": "^16.0.1",
|
2025-12-12 12:22:22 -08:00
|
|
|
"react-dom": "^19.2.3",
|
2025-07-26 20:52:13 -07:00
|
|
|
"react-dropzone": "^14.3.8",
|
|
|
|
|
"react-hook-form": "^7.61.1",
|
|
|
|
|
"react-json-view-lite": "^2.4.1",
|
|
|
|
|
"react-syntax-highlighter": "^15.6.1",
|
2025-10-02 18:10:07 -07:00
|
|
|
"react-wrap-balancer": "^1.1.1",
|
2026-02-13 17:03:53 +05:30
|
|
|
"rehype-katex": "^7.0.1",
|
2025-07-26 20:52:13 -07:00
|
|
|
"rehype-raw": "^7.0.0",
|
|
|
|
|
"rehype-sanitize": "^6.0.0",
|
|
|
|
|
"remark-gfm": "^4.0.1",
|
2026-02-13 17:03:53 +05:30
|
|
|
"remark-math": "^6.0.0",
|
2026-03-21 22:13:41 -07:00
|
|
|
"remotion": "^4.0.438",
|
2025-12-20 04:24:40 -08:00
|
|
|
"server-only": "^0.0.1",
|
2025-07-26 20:52:13 -07:00
|
|
|
"sonner": "^2.0.6",
|
2026-02-13 02:34:19 +05:30
|
|
|
"streamdown": "^2.2.0",
|
2025-07-26 20:52:13 -07:00
|
|
|
"tailwind-merge": "^3.3.1",
|
2026-02-16 00:11:34 +05:30
|
|
|
"tailwind-scrollbar-hide": "^4.0.0",
|
2025-07-26 20:52:13 -07:00
|
|
|
"tailwindcss-animate": "^1.0.7",
|
2025-12-20 23:15:49 -08:00
|
|
|
"unist-util-visit": "^5.0.0",
|
2026-01-22 04:02:32 +05:30
|
|
|
"vaul": "^1.1.2",
|
2025-12-20 23:15:49 -08:00
|
|
|
"zod": "^4.2.1",
|
|
|
|
|
"zustand": "^5.0.9"
|
2025-07-26 20:52:13 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-03-07 12:52:05 +05:30
|
|
|
"@biomejs/biome": "2.4.6",
|
2025-07-26 20:52:13 -07:00
|
|
|
"@eslint/eslintrc": "^3.3.1",
|
2026-02-10 16:23:12 +05:30
|
|
|
"@svgr/webpack": "^8.1.0",
|
2025-07-26 20:52:13 -07:00
|
|
|
"@tailwindcss/postcss": "^4.1.11",
|
|
|
|
|
"@tailwindcss/typography": "^0.5.16",
|
2026-03-21 22:13:41 -07:00
|
|
|
"@types/babel__standalone": "^7.1.9",
|
2025-09-30 20:27:34 -07:00
|
|
|
"@types/canvas-confetti": "^1.9.0",
|
2026-03-10 20:21:48 +02:00
|
|
|
"@types/gapi": "^0.0.47",
|
|
|
|
|
"@types/google.picker": "^0.0.52",
|
2025-07-26 20:52:13 -07:00
|
|
|
"@types/node": "^20.19.9",
|
2025-09-30 21:36:07 -07:00
|
|
|
"@types/pg": "^8.15.5",
|
2025-07-26 20:52:13 -07:00
|
|
|
"@types/react": "^19.1.8",
|
|
|
|
|
"@types/react-dom": "^19.1.6",
|
|
|
|
|
"cross-env": "^7.0.3",
|
2025-09-30 21:36:07 -07:00
|
|
|
"drizzle-kit": "^0.31.5",
|
2025-07-26 20:52:13 -07:00
|
|
|
"eslint": "^9.32.0",
|
|
|
|
|
"eslint-config-next": "15.2.0",
|
|
|
|
|
"tailwindcss": "^4.1.11",
|
2025-09-30 21:36:07 -07:00
|
|
|
"tsx": "^4.20.6",
|
2026-01-16 11:32:06 -08:00
|
|
|
"typescript": "^5.8.3",
|
|
|
|
|
"vite": "^7.3.1"
|
2025-07-26 20:52:13 -07:00
|
|
|
}
|
2025-04-07 23:47:06 -07:00
|
|
|
}
|