-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
75 lines (75 loc) · 2.18 KB
/
package.json
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
{
"name": "nutstash",
"version": "2.0.2",
"description": "",
"type": "module",
"scripts": {
"dev": "vite dev",
"dev:host": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri",
"test": "vitest",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^2.1.0",
"@tauri-apps/plugin-barcode-scanner": "~2",
"@tauri-apps/plugin-nfc": "~2",
"@tauri-apps/plugin-shell": "^2.0.1"
},
"devDependencies": {
"@cashu/cashu-ts": "2.0.0-rc3",
"@cashu/crypto": "^0.3.4",
"@gandlaf21/bc-ur": "^1.1.12",
"@gandlaf21/bolt11-decode": "^3.1.1",
"@noble/curves": "^1.6.0",
"@noble/hashes": "^1.5.0",
"@nostr-dev-kit/ndk": "^2.10.6",
"@number-flow/svelte": "^0.1.2",
"@scure/bip32": "^1.5.0",
"@scure/bip39": "^1.4.0",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/typography": "^0.5.15",
"@tauri-apps/cli": "^2.1.0",
"autoprefixer": "^10.4.20",
"bech32": "^2.0.0",
"bits-ui": "1.0.0-next.71",
"buffer": "^6.0.3",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"embla-carousel-svelte": "^8.3.1",
"formsnap": "2.0.0-next.0",
"idb": "^8.0.0",
"jsdom": "^25.0.1",
"lucide-svelte": "^0.453.0",
"mode-watcher": "^0.4.1",
"nostr-tools": "^2.10.1",
"qr-scanner": "^1.4.2",
"qrcanvas": "^3.1.2",
"runed": "^0.15.3",
"svelte": "^5.1.13",
"svelte-check": "^4.0.6",
"svelte-file-dropzone": "^2.0.9",
"svelte-sonner": "^0.3.28",
"svelte-spa-router": "^4.0.1",
"sveltekit-superforms": "^2.20.0",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vaul-svelte": "1.0.0-next.1",
"vite": "^5.4.10",
"vitest": "^2.1.4",
"zod": "^3.23.8"
}
}