-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
113 lines (113 loc) · 3.99 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "angor-hub",
"version": "0.0.9",
"description": "Angor Hub is a Nostr client that is customized around the Angor protocol, a decentralized crowdfunding platform.",
"author": "angor",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"deploy": "ng deploy",
"version": "node -p \"require('./package.json').version\"",
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"format": "prettier --write \"src/**/*.{ts,html,css,scss,json,js}\""
},
"dependencies": {
"@angular-builders/custom-webpack": "^18.0.0",
"@angular/animations": "18.2.10",
"@angular/cdk": "18.2.11",
"@angular/common": "18.2.10",
"@angular/compiler": "18.2.10",
"@angular/core": "18.2.10",
"@angular/forms": "18.2.10",
"@angular/material": "18.2.11",
"@angular/material-luxon-adapter": "18.2.11",
"@angular/platform-browser": "18.2.10",
"@angular/platform-browser-dynamic": "18.2.10",
"@angular/pwa": "^18.2.11",
"@angular/router": "18.2.10",
"@angular/service-worker": "^18.2.10",
"@blockcore/nostr-login": "^1.0.7",
"@blockcore/nostr-login-components": "^1.0.7",
"@ctrl/ngx-emoji-mart": "^9.2.0",
"@gandlaf21/bolt11-decode": "^3.1.1",
"@getalby/lightning-tools": "^5.1.0",
"@getalby/sdk": "^3.7.1",
"@material/snackbar": "^14.0.0",
"@ngneat/cashew": "^4.1.0",
"@ngneat/transloco": "6.0.4",
"@noble/hashes": "^1.5.0",
"@noble/secp256k1": "^2.1.0",
"@types/qrcode": "^1.5.5",
"@webbtc/webln-types": "^3.0.0",
"@zxing/library": "^0.21.3",
"@zxing/ngx-scanner": "^18.0.1",
"angularx-qrcode": "^18.0.2",
"apexcharts": "4.0.0",
"bech32": "^2.0.0",
"blurhash": "^2.0.5",
"buffer": "^6.0.3",
"cropperjs": "^1.6.2",
"crypto-browserify": "^3.12.1",
"crypto-js": "4.2.0",
"dayjs": "^1.11.13",
"dompurify": "^3.1.7",
"highlight.js": "11.10.0",
"install": "^0.13.0",
"jsdom": "^25.0.1",
"light-bolt11-decoder": "^3.2.0",
"lnd-grpc": "^0.5.4",
"localforage": "^1.10.0",
"lodash-es": "4.17.21",
"luxon": "3.5.0",
"moment": "^2.30.1",
"ng-apexcharts": "1.12.0",
"ngx-indexed-db": "^19.0.1",
"ngx-infinite-scroll": "^18.0.0",
"ngx-quill": "26.0.8",
"nostr-tools": "^2.10.1",
"npm": "^10.9.0",
"perfect-scrollbar": "1.5.6",
"process": "^0.11.10",
"qrcode": "^1.5.4",
"quill": "2.0.2",
"rxjs": "~7.8.1",
"stream": "^0.0.3",
"stream-browserify": "^3.0.0",
"tslib": "^2.8.1",
"webln": "^0.3.2",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.11",
"@angular/cli": "18.2.11",
"@angular/compiler-cli": "18.2.10",
"@tailwindcss/typography": "0.5.15",
"@types/chroma-js": "2.4.4",
"@types/crypto-js": "4.2.2",
"@types/highlight.js": "10.1.0",
"@types/jasmine": "5.1.4",
"@types/lodash": "4.17.13",
"@types/lodash-es": "4.17.12",
"@types/luxon": "3.4.2",
"angular-cli-ghpages": "^2.0.3",
"autoprefixer": "10.4.20",
"chroma-js": "3.1.2",
"jasmine-core": "5.4.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"lodash": "4.17.21",
"postcss": "8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "3.4.14",
"typescript": "5.5.2"
}
}