|
12 | 12 | "lint": "eslint .", |
13 | 13 | "lint:mdx": "supa-mdx-lint content --config ../../supa-mdx-lint.config.toml", |
14 | 14 | "content:build": "contentlayer2 build", |
15 | | - "clean": "rimraf node_modules .next .turbo", |
| 15 | + "clean": "rimraf node_modules .next .turbo tsconfig.tsbuildinfo", |
16 | 16 | "typecheck": "contentlayer2 build && tsc --noEmit -p tsconfig.json" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | | - "@hookform/resolvers": "^3.1.1", |
20 | | - "@monaco-editor/react": "^4.6.0", |
21 | | - "@radix-ui/react-accordion": "*", |
22 | | - "@radix-ui/react-alert-dialog": "*", |
23 | | - "@radix-ui/react-aspect-ratio": "*", |
24 | | - "@radix-ui/react-avatar": "*", |
25 | | - "@radix-ui/react-checkbox": "*", |
26 | | - "@radix-ui/react-collapsible": "*", |
27 | | - "@radix-ui/react-context-menu": "*", |
28 | | - "@radix-ui/react-dialog": "*", |
29 | | - "@radix-ui/react-dropdown-menu": "*", |
30 | | - "@radix-ui/react-hover-card": "*", |
31 | | - "@radix-ui/react-label": "*", |
32 | | - "@radix-ui/react-menubar": "*", |
33 | | - "@radix-ui/react-navigation-menu": "*", |
34 | | - "@radix-ui/react-popover": "*", |
35 | | - "@radix-ui/react-progress": "*", |
36 | | - "@radix-ui/react-radio-group": "*", |
37 | | - "@radix-ui/react-scroll-area": "*", |
38 | | - "@radix-ui/react-select": "*", |
39 | | - "@radix-ui/react-separator": "*", |
40 | | - "@radix-ui/react-slider": "*", |
41 | | - "@radix-ui/react-slot": "*", |
42 | | - "@radix-ui/react-switch": "*", |
43 | | - "@radix-ui/react-tabs": "*", |
44 | | - "@radix-ui/react-toast": "*", |
45 | | - "@radix-ui/react-toggle": "*", |
46 | | - "@radix-ui/react-toggle-group": "*", |
47 | | - "@radix-ui/react-tooltip": "*", |
48 | | - "@react-router/fs-routes": "^7.4.0", |
49 | | - "@supabase/postgrest-js": "catalog:", |
50 | | - "@supabase/supa-mdx-lint": "0.2.6-alpha", |
51 | | - "@supabase/vue-blocks": "workspace:*", |
52 | | - "@tanstack/react-query": "^5.83.0", |
53 | | - "axios": "^1.12.0", |
54 | | - "class-variance-authority": "*", |
55 | | - "cmdk": "^1.0.0", |
56 | 19 | "common": "workspace:*", |
57 | | - "common-tags": "^1.8.2", |
58 | 20 | "contentlayer2": "0.4.6", |
59 | | - "eslint-config-supabase": "workspace:*", |
60 | 21 | "framer-motion": "^11.0.3", |
61 | | - "icons": "workspace:*", |
62 | 22 | "jotai": "^2.8.0", |
63 | 23 | "lucide-react": "*", |
64 | 24 | "next": "catalog:", |
65 | 25 | "next-contentlayer2": "0.4.6", |
66 | 26 | "next-themes": "^0.3.0", |
67 | | - "openai": "^5.9.0", |
68 | | - "openapi-fetch": "0.12.4", |
69 | 27 | "react": "catalog:", |
70 | | - "react-docgen": "^7.0.3", |
71 | | - "react-dom": "catalog:", |
72 | | - "react-hook-form": "^7.45.0", |
73 | | - "react-markdown": "^10.1.0", |
74 | 28 | "react-wrap-balancer": "^1.1.0", |
75 | | - "recharts": "^2.8.0", |
76 | 29 | "rehype-autolink-headings": "^7.1.0", |
77 | 30 | "rehype-pretty-code": "^0.9.0", |
78 | 31 | "rehype-slug": "^6.0.0", |
79 | 32 | "remark": "^14.0.3", |
80 | 33 | "remark-code-import": "^1.2.0", |
81 | 34 | "remark-gfm": "^4.0.0", |
82 | | - "sonner": "^1.5.0", |
83 | 35 | "ui": "workspace:*", |
84 | 36 | "ui-patterns": "workspace:*", |
85 | | - "unist-util-visit": "^5.0.0", |
86 | | - "vaul": "^0.9.6", |
87 | | - "zod": "catalog:" |
| 37 | + "unist-util-visit": "^5.0.0" |
88 | 38 | }, |
89 | 39 | "devDependencies": { |
90 | | - "@react-router/dev": "^7.1.5", |
91 | 40 | "@shikijs/compat": "^1.1.7", |
92 | | - "@supabase/ssr": "^0.7.0", |
93 | | - "@supabase/supabase-js": "catalog:", |
94 | | - "@tanstack/react-router": "^1.114.27", |
95 | | - "@tanstack/react-start": "^1.114.25", |
96 | | - "@types/common-tags": "^1.8.4", |
97 | | - "@types/lodash": "^4.17.16", |
| 41 | + "@supabase/supa-mdx-lint": "0.3.1", |
98 | 42 | "@types/react": "catalog:", |
99 | | - "@types/react-dom": "catalog:", |
100 | 43 | "config": "workspace:^", |
101 | | - "dotenv": "^17.2.3", |
102 | | - "lodash": "^4.17.21", |
103 | 44 | "mdast-util-toc": "^6.1.1", |
104 | | - "postcss": "^8.5.3", |
105 | | - "react-dropzone": "^14.3.8", |
106 | | - "react-router": "^7.5.2", |
107 | | - "rimraf": "^4.1.3", |
108 | | - "shadcn": "^3.0.0", |
109 | | - "shiki": "^1.1.7", |
110 | | - "tailwindcss": "catalog:", |
111 | 45 | "tsconfig": "workspace:*", |
112 | 46 | "tsx": "catalog:", |
113 | | - "typescript": "catalog:", |
114 | | - "vite": "catalog:" |
| 47 | + "shiki": "^1.1.7" |
115 | 48 | } |
116 | 49 | } |
0 commit comments