forked from coinos/coinos-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.98 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
{
"name": "my-app",
"version": "0.0.1",
"devDependencies": {
"@capacitor/android": "^6.0.0",
"@capacitor/cli": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/ios": "^6.1.2",
"@cashu/cashu-ts": "^2.0.0-rc4",
"@iconify/iconify": "^3.1.1",
"@scure/base": "^1.1.8",
"@scure/bip39": "^1.2.1",
"@scure/btc-signer": "^1.3.2",
"@sveltejs/adapter-node": "^2.0.0",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/uuid": "^10.0.0",
"@zerodevx/svelte-toast": "^0.9.5",
"autoprefixer": "^10.4.13",
"bech32": "^2.0.0",
"bip21": "^2.0.3",
"bitcoin-address-validation": "^2.2.1",
"buffer": "^6.0.3",
"daisyui": "^4.12.14",
"date-fns": "^2.29.3",
"html5-qrcode": "^2.3.8",
"iconify-icon": "^2.1.0",
"js-cookie": "^3.0.5",
"leaflet": "^1.9.3",
"leaflet.markercluster": "^1.5.3",
"maplibre-gl": "^3.3.1",
"nostr-tools": "^2.10.3",
"postcss": "^8.4.20",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.2.6",
"qr-code-styling": "1.6.0-rc.1",
"qr-scanner": "^1.4.2",
"qrcode-base64": "^1.0.1",
"rollup": "^2.79.1",
"screenfull": "^6.0.2",
"svelte": "^5.1.12",
"svelte-adapter-bun": "^0.5.1",
"svelte-confetti": "^2.0.0",
"svelte-dnd-action": "^0.9.39",
"svelte-outclick": "^3.3.3",
"svelte-preprocess": "^6.0.0",
"svelte-virtual-scroll-list": "^1.1.0",
"sveltekit-i18n": "^2.2.2",
"tailwind-scrollbar": "^2.1.0",
"tailwindcss": "^3.2.4",
"typescript": "^5.5.4",
"uint8array-extras": "^1.0.0",
"unique-names-generator": "^4.7.1",
"uuid": "^9.0.0",
"vite": "^5.4.4"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"builddev": "vite build --mode development",
"buildstaging": "vite build --mode staging",
"docker": "docker build . -t coinos-ui",
"preview": "vite preview",
"lint": "prettier --check .",
"format": "prettier --write ."
},
"type": "module"
}