-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 3.26 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 3.26 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "qubic-wallet",
"version": "4.24.0",
"main": "app.js",
"author": "qubic",
"description": "Qubic - Wallet - Send Qu's around the globe.",
"scripts": {
"ng": "ng",
"start": "ng serve --open",
"start-public-access": "ng serve --host 0.0.0.0 --open",
"start-api-proxy": "node dev-proxy.js",
"start-electron": "ng build --base-href ./ && electron .",
"prebuild": "node scripts/update-version.js",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"package": "electron-forge package",
"make": "electron-forge make",
"app:dir": "electron-builder --dir",
"app:dist": "electron-builder",
"release": "semantic-release",
"version:sync": "node scripts/update-version.js"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.8",
"@angular/cdk": "^16.2.7",
"@angular/common": "^16.2.8",
"@angular/compiler": "^16.2.8",
"@angular/core": "^16.2.8",
"@angular/forms": "^16.2.8",
"@angular/material": "^16.2.7",
"@angular/platform-browser": "^16.2.8",
"@angular/platform-browser-dynamic": "^16.2.8",
"@angular/router": "^16.2.8",
"@angular/service-worker": "^16.2.8",
"@electron/rebuild": "^3.3.0",
"@js-joda/core": "^5.6.3",
"@ngneat/transloco": "^5.0.0",
"@ngneat/transloco-persist-lang": "^5.0.0",
"@ngneat/transloco-utils": "^5.0.0",
"angularx-qrcode": "^16.0.2",
"bignumber.js": "^9.1.1",
"electron-remote": "^1.3.0",
"electron-squirrel-startup": "^1.0.0",
"net": "^1.0.2",
"ngx-device-detector": "^6.0.2",
"ngx-file-drop": "^16.0.0",
"qrcode": "^1.5.3",
"@qubic-lib/qubic-ts-library": "^0.1.5",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.5",
"@angular/cli": "~16.2.5",
"@angular/compiler-cli": "^16.2.8",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@electron-forge/cli": "^6.0.4",
"@electron-forge/maker-deb": "^6.0.4",
"@electron-forge/maker-rpm": "^6.0.4",
"@electron-forge/maker-squirrel": "^6.0.4",
"@electron-forge/maker-zip": "^6.0.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.4",
"@semantic-release/npm": "^11.0.1",
"@semantic-release/release-notes-generator": "^12.1.0",
"@types/jasmine": "~5.1.0",
"@types/qrcode": "1.5.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"electron": "^26.3.0",
"electron-builder": "^24.6.4",
"express": "^4.18.2",
"jasmine-core": "~5.1.1",
"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",
"request": "^2.88.2",
"semantic-release": "^22.0.12",
"typescript": "5.1"
},
"build": {
"appId": "qubic.li.wallet",
"mac": {
"category": "business"
}
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}