-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 977 Bytes
/
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
{
"name": "lnnote",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host --https --port 3000",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"autoprefixer": "^9.8.8",
"babel-loader": "^8.2.5",
"concurrently": "^7.3.0",
"cross-env": "^7.0.3",
"postcss-cli": "^7.1.2",
"svelte": "^3.49.0",
"svelte-loader": "^3.1.3",
"svelte-spa-router": "^3.3.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"vite": "^3.0.7",
"vite-plugin-mkcert": "^1.9.0"
},
"dependencies": {
"base64-js": "^1.5.1",
"bech32": "^2.0.0",
"buffer": "^6.0.3",
"html5-qrcode": "^2.2.1",
"ieee754": "^1.2.1",
"lnurl": "^0.24.2",
"postcss": "^7.0.39",
"qr-scanner": "^1.4.1",
"qrcode": "^1.5.1",
"qrcode-svg": "^1.1.0",
"qrious": "^4.0.2"
}
}