|
1 | 1 | { |
2 | | - "name": "@repo/web", |
3 | | - "version": "0.1.0", |
4 | | - "private": true, |
5 | | - "scripts": { |
6 | | - "dev": "next dev --turbo", |
7 | | - "build": "next build", |
8 | | - "start": "next start", |
9 | | - "lint": "next lint", |
10 | | - "preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview", |
11 | | - "deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy", |
12 | | - "upload": "opennextjs-cloudflare build && opennextjs-cloudflare upload", |
13 | | - "cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts", |
14 | | - "sentry:sourcemaps": "_SENTRY_RELEASE=$(sentry-cli releases propose-version) && sentry-cli releases new $_SENTRY_RELEASE --org=supermemory --project=consumer-app && sentry-cli sourcemaps upload --org=supermemory --project=consumer-app --release=$_SENTRY_RELEASE --strip-prefix 'dist/..' dist", |
15 | | - "postdeploy": "bun run sentry:sourcemaps" |
16 | | - }, |
17 | | - "dependencies": { |
18 | | - "@ai-sdk/google": "^2.0.0-beta.13", |
19 | | - "@ai-sdk/react": "2.0.0-beta.24", |
20 | | - "@better-fetch/fetch": "^1.1.18", |
21 | | - "@dnd-kit/core": "^6.3.1", |
22 | | - "@dnd-kit/modifiers": "^9.0.0", |
23 | | - "@dnd-kit/sortable": "^10.0.0", |
24 | | - "@dnd-kit/utilities": "^3.2.2", |
25 | | - "@opennextjs/cloudflare": "^1.6.1", |
26 | | - "@radix-ui/react-accordion": "^1.2.11", |
27 | | - "@radix-ui/react-alert-dialog": "^1.1.14", |
28 | | - "@radix-ui/react-avatar": "^1.1.10", |
29 | | - "@radix-ui/react-checkbox": "^1.3.2", |
30 | | - "@radix-ui/react-dialog": "^1.1.14", |
31 | | - "@radix-ui/react-dropdown-menu": "^2.1.15", |
32 | | - "@radix-ui/react-label": "^2.1.7", |
33 | | - "@radix-ui/react-progress": "^1.1.7", |
34 | | - "@radix-ui/react-select": "^2.2.5", |
35 | | - "@radix-ui/react-separator": "^1.1.7", |
36 | | - "@radix-ui/react-slot": "^1.2.3", |
37 | | - "@radix-ui/react-tabs": "^1.1.12", |
38 | | - "@radix-ui/react-toggle": "^1.1.9", |
39 | | - "@radix-ui/react-toggle-group": "^1.1.10", |
40 | | - "@radix-ui/react-tooltip": "^1.2.7", |
41 | | - "@react-router/fs-routes": "^7.6.2", |
42 | | - "@react-router/node": "^7.6.2", |
43 | | - "@react-router/serve": "^7.6.2", |
44 | | - "@sentry/nextjs": "^10", |
45 | | - "@tailwindcss/typography": "^0.5.16", |
46 | | - "@tanstack/react-form": "^1.12.4", |
47 | | - "@tanstack/react-query": "^5.81.2", |
48 | | - "@tanstack/react-query-devtools": "^5.84.2", |
49 | | - "@tanstack/react-table": "^8.21.3", |
50 | | - "@tanstack/react-virtual": "^3.13.12", |
51 | | - "@types/dompurify": "^3.2.0", |
52 | | - "ai": "5.0.0-beta.24", |
53 | | - "autumn-js": "0.0.116", |
54 | | - "class-variance-authority": "^0.7.1", |
55 | | - "clsx": "^2.1.1", |
56 | | - "date-fns": "^4.1.0", |
57 | | - "dompurify": "^3.2.7", |
58 | | - "dotenv": "^16.6.0", |
59 | | - "embla-carousel-autoplay": "^8.6.0", |
60 | | - "embla-carousel-react": "^8.6.0", |
61 | | - "framer-motion": "^12.23.12", |
62 | | - "is-hotkey": "^0.2.0", |
63 | | - "lucide-react": "^0.525.0", |
64 | | - "masonic": "^4.1.0", |
65 | | - "motion": "^12.19.2", |
66 | | - "next": "15.3.0", |
67 | | - "next-themes": "^0.4.6", |
68 | | - "nuqs": "^2.5.2", |
69 | | - "posthog-js": "^1.257.0", |
70 | | - "random-word-slugs": "^0.1.7", |
71 | | - "react": "^19.1.0", |
72 | | - "react-dom": "^19.1.0", |
73 | | - "react-dropzone": "^14.3.8", |
74 | | - "react-tweet": "^3.2.2", |
75 | | - "recharts": "2", |
76 | | - "shadcn-dropzone": "^0.2.1", |
77 | | - "slate": "^0.118.0", |
78 | | - "slate-react": "^0.117.4", |
79 | | - "sonner": "^2.0.5", |
80 | | - "streamdown": "^1.1.6", |
81 | | - "tailwind-merge": "^3.3.1", |
82 | | - "tw-animate-css": "^1.3.4", |
83 | | - "vaul": "^1.1.2", |
84 | | - "zustand": "^5.0.7" |
85 | | - }, |
86 | | - "devDependencies": { |
87 | | - "@sentry/cli": "^2.52.0", |
88 | | - "@tailwindcss/postcss": "^4.1.11", |
89 | | - "@total-typescript/tsconfig": "^1.0.4", |
90 | | - "@types/is-hotkey": "^0.1.10", |
91 | | - "@types/node": "^24.0.4", |
92 | | - "@types/react": "^19.1.8", |
93 | | - "@types/react-dom": "^19.1.6", |
94 | | - "tailwindcss": "^4.1.11", |
95 | | - "typescript": "^5.8.3", |
96 | | - "wrangler": "^4.26.0" |
97 | | - } |
| 2 | + "name": "@repo/web", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "dev": "next dev", |
| 7 | + "build": "next build", |
| 8 | + "start": "next start", |
| 9 | + "lint": "biome check --write", |
| 10 | + "preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview", |
| 11 | + "deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy", |
| 12 | + "upload": "opennextjs-cloudflare build && opennextjs-cloudflare upload", |
| 13 | + "cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts", |
| 14 | + "sentry:sourcemaps": "_SENTRY_RELEASE=$(sentry-cli releases propose-version) && sentry-cli releases new $_SENTRY_RELEASE --org=supermemory --project=consumer-app && sentry-cli sourcemaps upload --org=supermemory --project=consumer-app --release=$_SENTRY_RELEASE --strip-prefix 'dist/..' dist", |
| 15 | + "postdeploy": "bun run sentry:sourcemaps" |
| 16 | + }, |
| 17 | + "dependencies": { |
| 18 | + "@ai-sdk/google": "^2.0.0-beta.13", |
| 19 | + "@ai-sdk/react": "2.0.0-beta.24", |
| 20 | + "@better-fetch/fetch": "^1.1.18", |
| 21 | + "@dnd-kit/core": "^6.3.1", |
| 22 | + "@dnd-kit/modifiers": "^9.0.0", |
| 23 | + "@dnd-kit/sortable": "^10.0.0", |
| 24 | + "@dnd-kit/utilities": "^3.2.2", |
| 25 | + "@opennextjs/cloudflare": "^1.6.1", |
| 26 | + "@radix-ui/react-accordion": "^1.2.11", |
| 27 | + "@radix-ui/react-alert-dialog": "^1.1.14", |
| 28 | + "@radix-ui/react-avatar": "^1.1.10", |
| 29 | + "@radix-ui/react-checkbox": "^1.3.2", |
| 30 | + "@radix-ui/react-dialog": "^1.1.14", |
| 31 | + "@radix-ui/react-dropdown-menu": "^2.1.15", |
| 32 | + "@radix-ui/react-label": "^2.1.7", |
| 33 | + "@radix-ui/react-progress": "^1.1.7", |
| 34 | + "@radix-ui/react-select": "^2.2.5", |
| 35 | + "@radix-ui/react-separator": "^1.1.7", |
| 36 | + "@radix-ui/react-slot": "^1.2.3", |
| 37 | + "@radix-ui/react-tabs": "^1.1.12", |
| 38 | + "@radix-ui/react-toggle": "^1.1.9", |
| 39 | + "@radix-ui/react-toggle-group": "^1.1.10", |
| 40 | + "@radix-ui/react-tooltip": "^1.2.7", |
| 41 | + "@react-router/fs-routes": "^7.6.2", |
| 42 | + "@react-router/node": "^7.6.2", |
| 43 | + "@react-router/serve": "^7.6.2", |
| 44 | + "@sentry/nextjs": "^10.22.0", |
| 45 | + "@tailwindcss/typography": "^0.5.16", |
| 46 | + "@tanstack/react-form": "^1.12.4", |
| 47 | + "@tanstack/react-query": "^5.81.2", |
| 48 | + "@tanstack/react-query-devtools": "^5.84.2", |
| 49 | + "@tanstack/react-table": "^8.21.3", |
| 50 | + "@tanstack/react-virtual": "^3.13.12", |
| 51 | + "@types/dompurify": "^3.2.0", |
| 52 | + "ai": "5.0.0-beta.24", |
| 53 | + "autumn-js": "0.0.116", |
| 54 | + "class-variance-authority": "^0.7.1", |
| 55 | + "clsx": "^2.1.1", |
| 56 | + "date-fns": "^4.1.0", |
| 57 | + "dompurify": "^3.2.7", |
| 58 | + "dotenv": "^16.6.0", |
| 59 | + "embla-carousel-autoplay": "^8.6.0", |
| 60 | + "embla-carousel-react": "^8.6.0", |
| 61 | + "framer-motion": "^12.23.12", |
| 62 | + "is-hotkey": "^0.2.0", |
| 63 | + "lucide-react": "^0.525.0", |
| 64 | + "masonic": "^4.1.0", |
| 65 | + "motion": "^12.19.2", |
| 66 | + "next": "16.0.1", |
| 67 | + "next-themes": "^0.4.6", |
| 68 | + "nuqs": "^2.5.2", |
| 69 | + "posthog-js": "^1.257.0", |
| 70 | + "random-word-slugs": "^0.1.7", |
| 71 | + "react": "19.2.0", |
| 72 | + "react-dom": "19.2.0", |
| 73 | + "react-dropzone": "^14.3.8", |
| 74 | + "react-tweet": "^3.2.2", |
| 75 | + "recharts": "2", |
| 76 | + "slate": "^0.118.0", |
| 77 | + "slate-react": "^0.117.4", |
| 78 | + "sonner": "^2.0.5", |
| 79 | + "streamdown": "^1.1.6", |
| 80 | + "tailwind-merge": "^3.3.1", |
| 81 | + "tw-animate-css": "^1.3.4", |
| 82 | + "vaul": "^1.1.2", |
| 83 | + "zustand": "^5.0.7" |
| 84 | + }, |
| 85 | + "devDependencies": { |
| 86 | + "@biomejs/biome": "^2.2.2", |
| 87 | + "@sentry/cli": "^2.52.0", |
| 88 | + "@tailwindcss/postcss": "^4.1.11", |
| 89 | + "@total-typescript/tsconfig": "^1.0.4", |
| 90 | + "@types/is-hotkey": "^0.1.10", |
| 91 | + "@types/node": "^24.0.4", |
| 92 | + "@types/react": "19.2.2", |
| 93 | + "@types/react-dom": "19.2.2", |
| 94 | + "tailwindcss": "^4.1.11", |
| 95 | + "typescript": "^5.8.3", |
| 96 | + "wrangler": "^4.26.0" |
| 97 | + }, |
| 98 | + "overrides": { |
| 99 | + "@types/react": "19.2.2", |
| 100 | + "@types/react-dom": "19.2.2" |
| 101 | + } |
98 | 102 | } |
0 commit comments