-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
129 lines (129 loc) · 4.58 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "cirrus-core",
"description": "Cirrus Core Wallet",
"version": "2.0.1",
"author": {
"name": "Stratis Group Ltd.",
"email": "[email protected]"
},
"license": "MIT",
"homepage": "https://github.com/stratisproject/CirrusCore",
"keywords": [
"cirrus",
"ui",
"stratis",
"core",
"bitcoin",
"angular",
"electron",
"typescript",
"scss",
"bootstrap"
],
"main": "main.js",
"private": true,
"scripts": {
"postinstall": "npm run version && electron-builder install-app-deps",
"ng": "ng",
"ng:serve": "ng serve",
"ng:serve:web": "ng serve -c web -o",
"start": "npm run && npm-run-all -p ng:serve \"electron:serve -- {@}\" --",
"cirrusmain": "npm start --",
"cirrustest": "npm run && npm-run-all -p ng:serve \"electron:serve:testnet -- {@}\" --",
"build": "npm run electron:serve-tsc && ng build --base-href ./",
"build:dev": "npm run build -- -c dev",
"build:prod": "npm run build -- -c production",
"build:styling": "node-sass --output-style expanded --source-map true --precision 6 ./src/scss/bootstrap.scss ./src/styles.css",
"electron:serve-tsc": "tsc -p tsconfig.serve.json",
"electron:serve": "wait-on tcp:4200 && npm run electron:serve-tsc && npx electron . --serve",
"electron:serve:testnet": "wait-on tcp:4200 && npm run electron:serve-tsc && npx electron . --serve --testnet",
"electron:local": "npm run build:prod && npx electron .",
"package:linux": "npm run build:prod && electron-builder build --linux",
"package:linuxarm": "npm run build:prod && electron-builder build --linux --armv7l",
"package:windows": "npm run build:prod && electron-builder build --windows",
"package:windows86": "npm run build:prod && electron-builder build --windows --ia32",
"package:windows64": "npm run build:prod && electron-builder build --windows --x64",
"package:mac": "npm run build:prod && electron-builder build --mac",
"test": "ng test --watch=false",
"test:watch": "ng test",
"e2e": "npm run build:prod && cross-env TS_NODE_PROJECT='e2e/tsconfig.e2e.json' mocha --timeout 300000 --require ts-node/register e2e/**/*.e2e.ts",
"version": "node ./src/environments/git-version.js",
"lint": "ng lint"
},
"dependencies": {
"@aspnet/signalr": "1.1.4",
"bignumber.js": "9.0.1",
"json-bignumber": "1.0.2",
"electron-context-menu": "2.3.0",
"@electron/remote": "1.0.4",
"minimist": "1.2.5",
"ngx-pagination": "5.0.0",
"@techiediaries/ngx-qrcode": "9.1.0",
"ngx-snackbar": "2.0.1"
},
"devDependencies": {
"@angular-builders/custom-webpack": "11.1.1",
"@angular-devkit/build-angular": "0.1102.8",
"@angular-eslint/builder": "2.0.2",
"@angular-eslint/eslint-plugin": "2.0.2",
"@angular-eslint/eslint-plugin-template": "2.0.2",
"@angular-eslint/schematics": "2.0.2",
"@angular-eslint/template-parser": "2.0.2",
"@angular/animations": "11.2.9",
"@angular/cli": "11.2.8",
"@angular/common": "11.2.9",
"@angular/compiler": "11.2.9",
"@angular/compiler-cli": "11.2.9",
"@angular/core": "11.2.9",
"@angular/forms": "11.2.9",
"@angular/language-service": "11.2.9",
"@angular/platform-browser": "11.2.9",
"@angular/platform-browser-dynamic": "11.2.9",
"@angular/router": "11.2.9",
"@ng-bootstrap/ng-bootstrap": "9.0.2",
"@ngx-translate/core": "13.0.0",
"@ngx-translate/http-loader": "6.0.0",
"@types/jasmine": "3.6.9",
"@types/jasminewd2": "2.0.8",
"@types/mocha": "8.2.2",
"@types/node": "14.14.37",
"@typescript-eslint/eslint-plugin": "4.21.0",
"@typescript-eslint/eslint-plugin-tslint": "4.21.0",
"@typescript-eslint/parser": "4.21.0",
"bootstrap-scss": "4.6.0",
"chai": "4.3.4",
"core-js": "3.8.1",
"electron": "12.0.2",
"electron-builder": "22.10.5",
"electron-reload": "1.5.0",
"eslint": "7.24.0",
"eslint-plugin-import": "2.22.1",
"git-describe": "4.0.4",
"jasmine-core": "3.7.1",
"jasmine-spec-reporter": "6.0.0",
"karma": "6.3.2",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-electron": "6.3.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.5.4",
"mocha": "8.3.2",
"node-sass": "5.0.0",
"ngx-bootstrap": "6.2.0",
"ngx-clipboard": "14.0.2",
"npm-run-all": "4.1.5",
"rxjs": "6.6.7",
"spectron": "14.0.0",
"ts-node": "9.1.1",
"tslib": "2.1.0",
"typescript": "4.0.5",
"wait-on": "5.3.0",
"webdriver-manager": "12.1.8",
"zone.js": "0.10.3"
},
"engines": {
"node": ">=10.13.0"
},
"browserslist": [
"chrome 83"
]
}