-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.28 KB
/
Copy pathpackage.json
File metadata and controls
108 lines (108 loc) · 3.28 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "finito",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack --experimental-https",
"build": "next build --turbopack",
"start": "bunx serve out",
"lint": "next lint",
"typegen": "next typegen",
"format": "biome check --write",
"i18n:localize": "node scripts/i18n/localize-safe.mjs",
"check": "bun check:lint && bun typegen && bun check:types && bun check:tests",
"check:types": "tsc --incremental --noEmit",
"check:tests": "bun test",
"check:lint": "biome check"
},
"dependencies": {
"@ai-sdk/google": "3.0.58",
"@base-ui-components/react": "1.0.0-rc.0",
"@base-ui/react": "1.3.0",
"@buildonspark/spark-sdk": "0.7.4",
"@dnd-kit/core": "6.3.1",
"@dnd-kit/modifiers": "9.0.0",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@evolu/common": "8.0.0-next.0",
"@evolu/react": "11.0.0-next.0",
"@evolu/react-web": "3.0.0-next.0",
"@evolu/sqlite-wasm": "2.2.4",
"@evolu/web": "3.0.0-next.0",
"@faker-js/faker": "10.4.0",
"@getalby/sdk": "7.0.0",
"@hookform/resolvers": "5.2.2",
"@noble/ciphers": "2.1.1",
"@noble/hashes": "2.0.1",
"@nostr-dev-kit/ndk": "3.0.3",
"@react-pdf/renderer": "4.3.2",
"@scure/base": "2.0.0",
"@scure/bip39": "2.0.1",
"@tabler/icons-react": "3.41.1",
"@tanstack/react-query": "5.96.2",
"@tanstack/react-table": "8.21.3",
"@tanstack/react-virtual": "3.13.23",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-http": "~2.5.7",
"@uidotdev/usehooks": "2.4.1",
"@yudiel/react-qr-scanner": "2.5.1",
"ai": "6.0.146",
"bignumber.js": "10.0.2",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.1.1",
"date-fns": "4.1.0",
"date-fns-tz": "3.2.0",
"embla-carousel-react": "8.6.0",
"es-toolkit": "1.45.1",
"framer-motion": "12.38.0",
"i18next": "26.0.3",
"idb-keyval": "6.2.2",
"jotai": "2.19.0",
"kysely": "0.28.15",
"light-bolt11-decoder": "3.2.0",
"lucide-react": "1.7.0",
"motion": "12.38.0",
"msgpackr": "1.11.9",
"next": "16.2.2",
"next-themes": "0.4.6",
"nostr-tools": "2.23.3",
"pdf-lib": "1.17.1",
"qrcode.react": "4.2.0",
"random": "5.4.1",
"react": "19.2.4",
"react-barcode": "1.6.1",
"react-day-picker": "9.14.0",
"react-dom": "19.2.4",
"react-hook-form": "7.72.1",
"react-i18next": "17.0.2",
"recharts": "3.8.1",
"sonner": "2.0.7",
"tailwind-merge": "3.5.0",
"ua-parser-js": "2.0.9",
"uuid": "13.0.0",
"zod": "4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.4.10",
"@happy-dom/global-registrator": "20.8.9",
"@tailwindcss/postcss": "4.2.2",
"@tauri-apps/cli": "2.10.1",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@types/bignumber.js": "5.0.4",
"@types/bun": "1.3.11",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/sharedworker": "0.0.223",
"@types/web-locks-api": "0.0.5",
"tailwindcss": "4.2.2",
"tw-animate-css": "1.4.0",
"type-fest": "5.5.0",
"typescript": "6.0.2",
"user-agent-data-types": "0.4.3"
},
"packageManager": "bun@1.3.10"
}