-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.12 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.12 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
{
"name": "nil-gpt",
"version": "0.5.19",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "pnpm exec biome check --write --unsafe",
"format": "pnpm exec biome format --write",
"postinstall": "sh -lc 'command -v git >/dev/null 2>&1 && [ -d .git ] && lefthook install || echo \"Skipping lefthook (no git or .git)\"'"
},
"dependencies": {
"@faker-js/faker": "^10.1.0",
"@nillion/blindfold": "0.1.0",
"@nillion/nuc": "2.0.0",
"@nillion/secretvaults": "3.0.0",
"@privy-io/react-auth": "^2.18.0",
"@privy-io/server-auth": "^1.31.1",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.49.4",
"@types/umami": "^2.10.1",
"axios": "1.13.5",
"bowser": "^2.12.1",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"crypto-browserify": "^3.12.1",
"js-sha256": "^0.11.1",
"lucide-react": "^0.515.0",
"next": "^14.2.35",
"next-themes": "^0.4.6",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-pdf": "^10.1.0",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.7",
"stream-browserify": "^3.0.0",
"swr": "^2.3.6",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"use-file-picker": "^2.1.4",
"util": "^0.12.5",
"uuid": "^11.1.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"lefthook"
]
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"lefthook": "^1.12.3",
"node-polyfill-webpack-plugin": "^4.1.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3"
}
}