-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
84 lines (84 loc) · 2.59 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
76
77
78
79
80
81
82
83
84
{
"name": "remote",
"version": "2.5.1",
"scripts": {
"dev": "vite dev",
"dev-https": "vite dev --mode https",
"build": "vite build",
"build-staging": "vite build --mode staging",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint . --fix",
"format": "prettier --plugin-search-dir . --write .",
"test": "vitest",
"tauri": "tauri",
"check-unused-exports": "./node_modules/.bin/ts-unused-exports ./tsconfig.json"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.27.2",
"@tailwindcss/forms": "^0.5.6",
"@types/big.js": "^6.1.6",
"@types/crypto-js": "^4.1.1",
"@types/hammerjs": "^2.0.43",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.uniqby": "^4.7.7",
"@types/node": "^20.4.1",
"@types/qrcode": "^1.5.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.30.0",
"eslint-plugin-unused-imports": "^3.0.0",
"fake-indexeddb": "^4.0.2",
"postcss": "^8.4.31",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.10.1",
"rollup-plugin-polyfill-node": "^0.12.0",
"svelte": "^4.2.2",
"svelte-check": "^3.5.2",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.2",
"ts-unused-exports": "^9.0.5",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"vite": "^4.5.2",
"vitest": "^0.34.4"
},
"type": "module",
"license": "GPL-3.0",
"dependencies": {
"@bitcoinerlab/secp256k1": "^1.0.5",
"@layered/dns-records": "^2.1.0",
"@noble/curves": "^1.2.0",
"@noble/hashes": "^1.3.2",
"bech32": "^2.0.0",
"big.js": "^6.2.1",
"bitcoinjs-lib": "^6.1.3",
"bolt12-decoder": "^1.0.0",
"chart.js": "^4.3.0",
"crypto-js": "^4.2.0",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"date-picker-svelte": "^2.9.0",
"dexie": "^3.2.4",
"fast-sort": "^3.4.0",
"js-lnurl": "^0.6.0",
"jsqr": "^1.4.0",
"lnmessage": "^0.2.7",
"lodash.debounce": "^4.0.8",
"lodash.uniqby": "^4.7.0",
"nouislider": "^15.7.1",
"qrcode": "^1.5.3",
"rune-decoder": "^0.0.1",
"rxjs": "^7.5.7",
"svelte-tiny-virtual-list": "^2.0.5",
"sveltekit-i18n": "^2.4.2",
"vconsole": "^3.15.1"
}
}