-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
71 lines (71 loc) · 2.31 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
{
"name": "zapddit",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"build:prod": "ng build --configuration production --base-href=/",
"test:headless": "ng test --watch=false --browsers=ChromeHeadless",
"i18n:extract": "ngx-translate-extract --input ./src --output ./src/assets/i18n/en.json --key-as-default-value --replace --format json"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.0",
"@angular/common": "^16.2.0",
"@angular/compiler": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular/forms": "^16.2.0",
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/router": "^16.2.0",
"@angular/service-worker": "^16.2.0",
"@cds/core": "6.9.1",
"@clr/angular": "16.2.0",
"@clr/ui": "16.2.0",
"@fractalsoftware/random-avatar-generator": "^1.0.11",
"@getalby/bitcoin-connect": "^3.2.2",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@noble/curves": "^1.1.0",
"@noble/hashes": "^1.2.0",
"@noble/secp256k1": "^1.7.0",
"@nostr-dev-kit/ndk": "2.7.1",
"@nostr-dev-kit/ndk-cache-dexie": "2.3.1",
"@types/linkifyjs": "^2.1.4",
"angular-animations": "^0.11.0",
"angular-mentions": "^1.5.0",
"angular-toastify": "^1.0.6",
"bech32": "^2.0.0",
"dexie": "^3.2.3",
"light-bolt11-decoder": "^3.0.0",
"linkify-html": "^4.1.1",
"linkify-plugin-hashtag": "^4.1.1",
"linkifyjs": "^4.1.1",
"moment": "^2.29.4",
"ng-in-viewport": "^16.0.0",
"ngx-dynamic-hooks": "^2.1.0",
"qr-code-styling": "^1.6.0-rc.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.6",
"@angular/cli": "^16.2.6",
"@angular/compiler-cli": "^16.2.0",
"@types/debug": "^4.1.7",
"@types/jasmine": "~4.3.0",
"@vendure/ngx-translate-extract": "^8.2.3",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"prettier": "^2.8.8",
"typescript": "~5.1.3"
}
}