-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.22 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "revivai",
"private": true,
"version": "0.1.0",
"type": "module",
"engines": {
"node": ">=22.14.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "npx @biomejs/biome lint --write src",
"check": "npx @biomejs/biome check --write src",
"format": "npx @biomejs/biome format --write src",
"astro": "astro"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.2.10",
"@ai-sdk/google": "^1.2.11",
"@ai-sdk/openai": "^1.3.13",
"@astrojs/node": "^9.2.2",
"@astrojs/react": "^4.3.0",
"@hookform/resolvers": "^5.0.1",
"@mdxeditor/editor": "^3.31.1",
"@openrouter/ai-sdk-provider": "^0.4.5",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-checkbox": "^1.1.5",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-label": "^2.1.3",
"@radix-ui/react-popover": "^1.1.7",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.4",
"@radix-ui/react-scroll-area": "^1.2.5",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-switch": "^1.2.2",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.8",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.14",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"ai": "^4.3.8",
"astro": "^5.10.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dexie": "^4.0.11",
"dexie-react-hooks": "^1.1.7",
"dotenv": "^16.4.7",
"fflate": "^0.8.2",
"immer": "^10.1.1",
"jotai": "^2.12.1",
"js-tiktoken": "^1.0.19",
"lucide-react": "^0.475.0",
"mermaid": "^11.4.1",
"minimatch": "^10.0.1",
"motion": "^12.4.3",
"ollama-ai-provider": "^1.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.55.0",
"react-markdown": "^10.0.0",
"react-medium-image-zoom": "^5.2.14",
"react-shiki": "^0.6.0",
"remark-gfm": "^4.0.1",
"repomix": "^0.3.9",
"sonner": "^1.7.4",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.0.6",
"zod": "^3.24.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"babel-plugin-react-compiler": "^19.1.0-rc.1",
"rollup-plugin-visualizer": "^5.14.0"
}
}