-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.35 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.35 KB
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
{
"name": "@blockcore/notes",
"version": "2.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"hot": "ng serve --hmr",
"static": "ng serve --no-live-reload",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"get-version": "node -p \"require('./package.json').version\"",
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"tauri": "tauri"
},
"private": true,
"dependencies": {
"@angular/animations": "19.2.4",
"@angular/cdk": "19.2.7",
"@angular/common": "19.2.4",
"@angular/compiler": "19.2.4",
"@angular/core": "19.2.4",
"@angular/forms": "19.2.4",
"@angular/material": "19.2.7",
"@angular/platform-browser": "19.2.4",
"@angular/platform-browser-dynamic": "19.2.4",
"@angular/router": "19.2.4",
"@angular/service-worker": "19.2.4",
"@blockcore/ngx-logger": "^0.0.3",
"@ctrl/ngx-emoji-mart": "^9.2.0",
"@ng-matero/extensions": "^19.3.0",
"@ngx-translate/core": "^16.0.4",
"@ngx-translate/http-loader": "^16.0.1",
"@noble/secp256k1": "2.2.3",
"@scure/base": "^1.2.4",
"@scure/bip39": "^1.5.4",
"@twogate/ngx-photo-gallery": "^1.8.1",
"@types/sharedworker": "^0.0.154",
"angular-mentions": "^1.5.0",
"angularx-qrcode": "^19.0.0",
"html5-qrcode": "^2.3.8",
"idb": "^8.0.2",
"joi": "^17.13.3",
"light-bolt11-decoder": "^3.2.0",
"ngx-colors": "^3.6.0",
"ngx-drag-scroll": "^18.0.0",
"ngx-loading-buttons": "^19.0.0",
"nostr-tools": "^2.11.0",
"qrcode": "^1.5.4",
"qs": "^6.14.0",
"rxjs": "~7.8.2",
"sanitize-html": "^2.15.0",
"tslib": "^2.8.1",
"uuid": "^11.1.0",
"zone.js": "~0.15.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.2.5",
"@angular/cli": "19.2.5",
"@angular/compiler-cli": "19.2.4",
"@types/jasmine": "~5.1.7",
"@types/qrcode": "^1.5.5",
"@types/qs": "^6.9.18",
"@types/sanitize-html": "^2.15.0",
"@types/uuid": "^10.0.0",
"jasmine-core": "~5.6.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",
"typescript": "5.8.2",
"@tauri-apps/cli": "^2"
}
}