forked from xaya/xaya_electron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
134 lines (134 loc) · 4.39 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
130
131
132
133
134
{
"name": "XAYA-Electron",
"version": "1.4.3",
"description": "XAYA",
"homepage": "https://github.com/xaya/xaya_electron",
"author": {
"name": "Autonomous Worlds LTD",
"email": "[email protected]"
},
"keywords": [
"angular",
"angular 5",
"electron",
"typescript",
"sass"
],
"main": "main.js",
"private": true,
"scripts": {
"postinstall": "npx electron-builder install-app-deps",
"ng": "ngw",
"start": "node hooks/environments/set_profile.js && npm-run-all -p ng:serve electron:serve",
"build": "node hooks/environments/set_profile.js && ngw build && npm run electron:tsc",
"build:prod": "node hooks/environments/set_profile.js && ngw build --prod && npm run electron:tsc",
"ng:serve": "ngw serve -o",
"electron:tsc": "tsc main.ts",
"electron:serve": "wait-on http-get://localhost:4200/ && npm run electron:tsc && electron . --serve",
"electron:local": "npm run build:prod && electron .",
"electron:linux": "npm run build:prod && npx electron-builder build --linux",
"electron:windows": "npm run build:prod && npx electron-builder build --windows",
"electron:mac": "npm run build:prod && npx electron-builder build --mac",
"test": "karma start ./karma.conf.js",
"pree2e:build": "webdriver-manager update --gecko false && npm run ngw serve",
"pree2e:protractor": "wait-on http-get://localhost:4200/ && protractor ./protractor.conf.js",
"e2e": "npm-run-all -p -r pree2e:build pree2e:protractor"
},
"dependencies": {
"@agm/core": "1.0.0-beta.2",
"@angular/animations": "5.2.9",
"@angular/cdk": "5.2.4",
"@angular/common": "5.2.9",
"@angular/compiler": "5.2.9",
"@angular/core": "5.2.9",
"@angular/forms": "5.2.9",
"@angular/http": "5.2.9",
"@angular/material": "5.2.4",
"@angular/platform-browser": "5.2.9",
"@angular/platform-browser-dynamic": "5.2.9",
"@angular/platform-server": "5.2.9",
"@angular/router": "5.2.9",
"ajv": "6.4.0",
"arrive": "2.4.1",
"async-wait-until": "1.2.4",
"bitcoin-core": "https://github.com/RyuMaster/bitcoin-core.git",
"bootstrap": "4.3.1",
"bootstrap-material-design": "4.1.1",
"bootstrap-notify": "3.1.3",
"chartist": "0.11.0",
"classlist.js": "1.1.20150312",
"core-js": "2.4.1",
"encoding": "0.1.12",
"csv-stringify": "3.1.1",
"datatables.net": "1.10.19",
"datatables.net-bs": "1.10.19",
"datatables.net-responsive": "2.2.3",
"dtrace-provider": "0.8.6",
"electron-context-menu": "0.10.0",
"electron-localshortcut": "3.1.0",
"electron-node-loader-chimaera": "1.1.1",
"electron-notification-desktop": "0.0.4",
"googleapis": "28.1.0",
"hammerjs": "2.0.8",
"jquery": "3.4.0",
"moment": "2.22.1",
"node-gyp": "3.8.0",
"perfect-scrollbar": "1.1.0",
"popper.js": "1.14.3",
"rebuild": "0.1.2",
"rxjs": "5.5.10",
"sweetalert2": "7.20.10",
"web-animations-js": "2.3.1",
"zeromq": "4.6.0",
"zone.js": "0.8.4"
},
"devDependencies": {
"@angular/cli": "1.7.4",
"@angular/compiler-cli": "5.2.9",
"@angular/language-service": "5.2.9",
"@ngx-translate/core": "9.1.1",
"@ngx-translate/http-loader": "2.0.1",
"@types/bootstrap": "3.3.32",
"@types/chartist": "0.9.34",
"@types/core-js": "0.9.36",
"@types/googlemaps": "3.30.8",
"@types/jasmine": "2.5.51",
"@types/jasminewd2": "2.0.3",
"@types/jquery": "1.10.31",
"@types/node": "7.0.7",
"angular-persistence": "1.0.1",
"app-builder-lib": "20.40.0",
"builder-util": "5.15.0",
"child_process": "1.0.2",
"codelyzer": "4.2.1",
"cross-env": "5.1.4",
"dotenv": "5.0.1",
"electron": "1.8.8",
"electron-builder": "20.8.1",
"electron-reload": "1.4.0",
"extend": "3.0.2",
"fs-extra": "5.0.0",
"jasmine-core": "2.99.1",
"jasmine-spec-reporter": "4.2.1",
"karma": "2.0.5",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "1.0.1",
"karma-coverage-istanbul-reporter": "1.4.2",
"karma-jasmine": "1.1.1",
"karma-jasmine-html-reporter": "0.2.2",
"ngw": "0.0.13",
"node-extend": "0.2.0",
"npm-run-all": "4.1.2",
"npx": "10.2.2",
"protractor": "5.4.0",
"replace": "1.0.0",
"ssri": "6.0.0",
"ts-node": "4.1.0",
"tslint": "5.9.1",
"temp-file": "3.2.0",
"typescript": "2.6.2",
"wait-on": "2.1.0",
"watch-ignore-webpack-plugin": "1.0.0",
"webdriver-manager": "12.0.6"
}
}