forked from coinos/coinos-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.52 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
{
"name": "my-app",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"docker": "docker build . -t coinos-ui",
"preview": "vite preview",
"lint": "prettier --check --plugin-search-dir=. .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@zerodevx/svelte-toast": "^0.7.2",
"autoprefixer": "^10.4.13",
"bech32": "^2.0.0",
"bip21": "^2.0.3",
"bip32": "^3.1.0",
"bip39": "^3.0.4",
"bitcoin-address-validation": "^2.2.1",
"bolt11": "^1.4.0",
"buffer": "^6.0.3",
"date-fns": "^2.29.3",
"leaflet": "^1.9.3",
"leaflet.markercluster": "^1.5.3",
"nostr": "^0.2.7",
"nostr-tools": "^1.7.4",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"prettier-plugin-svelte": "^2.9.0",
"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": "^3.55.0",
"svelte-outclick": "^3.3.3",
"svelte-preprocess": "^4.10.7",
"svelte-virtual-scroll-list": "^1.1.0",
"sveltekit-i18n": "^2.2.2",
"tailwind-scrollbar": "^2.1.0",
"tailwindcss": "^3.2.4",
"tiny-secp256k1": "^2.2.1",
"uuid": "^9.0.0",
"vite": "^4.0.4",
"vite-plugin-node-polyfills": "^0.5.0",
"vite-plugin-top-level-await": "^1.2.2",
"vite-plugin-wasm": "^3.1.0"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"vite": "4"
}
}
},
"type": "module",
"dependencies": {
"@sveltejs/adapter-node": "^1.1.4",
"@sveltejs/kit": "^1.2.10"
}
}