-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
154 lines (154 loc) · 5.26 KB
/
Copy pathpackage.json
File metadata and controls
154 lines (154 loc) · 5.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
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "Overhold-wallet",
"version": "1.0.0",
"description": "Overhold multicurrency wallet",
"homepage": "https://overhold.org",
"author": {
"name": "Overhold Team",
"email": "support@overhold.com"
},
"keywords": [
"angular",
"electron",
"typescript",
"sass"
],
"main": "main.js",
"private": true,
"scripts": {
"ng": "ng",
"lint": "ng lint",
"build:electron:main": "tsc main.ts --outDir dist && copyfiles package.json dist && cd dist && npm install --prod && cd ..",
"build": "webpack --display-error-details && npm run build:electron:main",
"start:serve": "npm-run-all --parallel webpack:watch electron:serve",
"start:backend": "cd backend && ./OverholdWalletBackend",
"start": "webpack --watch",
"webpack:watch": "webpack --watch",
"build:dev": "webpack --mode development && npm run build:electon",
"build:prod": "cross-env NODE_ENV=production webpack --mode production && npm run build:electon",
"build:electon": " tsc main.ts --outDir dist && copyfiles package.json dist",
"electron:serve": " npm run build:electron:main && electron ./dist --serve",
"electron:backend:serve": "npm-run-all --parallel start:backend electron:serve",
"electron:test": "electron ./dist",
"electron:dev": "npm run build:dev && electron ./dist",
"electron:prod": "npm run build:prod && electron ./dist",
"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": "webdriver-manager update --standalone false --gecko false --quiet && npm run build:dev",
"e2e": "protractor ./protractor.conf.js",
"pack": "electron-builder build -wl",
"postinstall": "copyfiles db/dataUtils.js dist && copyfiles db/db.js dist && copyfiles db/pathBuilder.js dist"
},
"dependencies": {
"@types/moment": "^2.13.0",
"bignumber.js": "^7.2.1",
"bip39": "^2.5.0",
"bitcoinjs-lib": "^3.3.2",
"bluebird": "^3.5.2",
"coininfo": "^4.0.0",
"crypto-js": "^3.1.9-1",
"ethereum-address": "0.0.4",
"fs": "0.0.1-security",
"moment": "^2.22.2",
"money": "^0.2.0",
"money-converter": "^1.0.3",
"nanoid": "^1.0.2",
"nedb": "^1.8.0",
"ngx-moment": "^3.1.0",
"node-cmd": "^3.0.0",
"node-ipc": "^9.1.1",
"open-exchange-rates": "^0.3.0",
"openexchangerates-api": "0.0.5",
"qr-encode": "^0.3.0",
"ripple-address-codec": "^2.0.1",
"shelljs": "^0.8.2"
},
"devDependencies": {
"@angular/animations": "^5.2.9",
"@angular/cdk": "^5.2.3",
"@angular/cli": "1.7.3",
"@angular/common": "5.2.9",
"@angular/compiler": "5.2.9",
"@angular/compiler-cli": "5.2.9",
"@angular/core": "5.2.9",
"@angular/forms": "5.2.9",
"@angular/http": "5.2.9",
"@angular/language-service": "5.2.9",
"@angular/platform-browser": "5.2.9",
"@angular/platform-browser-dynamic": "5.2.9",
"@angular/router": "5.2.9",
"@ng-select/ng-select": "^0.30.0",
"@ngx-translate/core": "9.1.1",
"@ngx-translate/http-loader": "2.0.1",
"@types/bluebird": "^3.5.20",
"@types/core-js": "0.9.36",
"@types/crypto-js": "^3.1.35",
"@types/jasmine": "2.8.6",
"@types/jasminewd2": "2.0.3",
"@types/jquery": "^3.3.0",
"@types/node": "7.0.7",
"angular2-highcharts": "^0.5.5",
"angular2-virtual-scroll": "^0.4.9",
"animate.css": "^3.5.2",
"autoprefixer": "8.2.0",
"babel-cli": "^6.0.0",
"babel-preset-es2015": "*",
"circular-dependency-plugin": "5.0.1",
"codelyzer": "4.2.1",
"copy-webpack-plugin": "4.5.1",
"copyfiles": "2.0.0",
"core-js": "2.5.3",
"cross-env": "5.1.4",
"css-loader": "0.28.11",
"cssnano": "3.10.0",
"electron": "1.8.4",
"electron-builder": "20.6.2",
"electron-reload": "1.2.2",
"enhanced-resolve": "4.0.0",
"exports-loader": "0.7.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "1.1.11",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.0.7",
"image-webpack-loader": "^3.6.0",
"istanbul-instrumenter-loader": "3.0.0",
"jasmine-core": "3.1.0",
"jasmine-spec-reporter": "4.2.1",
"jquery": "^3.2.1",
"karma": "2.0.0",
"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": "1.0.0",
"karma-sourcemap-loader": "0.3.7",
"lodash": "^4.17.4",
"minimist": "1.2.0",
"mkdirp": "0.5.1",
"node-sass": "^4.7.2",
"npm-run-all": "^4.1.2",
"npx": "10.0.1",
"postcss-custom-properties": "7.0.0",
"postcss-loader": "2.1.3",
"postcss-url": "7.3.1",
"protractor": "5.3.0",
"rxjs": "6.0",
"rxjs-compat": "^6.2.2",
"sass-loader": "6.0.7",
"script-loader": "0.7.2",
"style-loader": "0.20.3",
"tslint": "5.9.1",
"typescript": "2.7.2",
"uglifyjs-webpack-plugin": "1.0.0",
"url-loader": "1.0.1",
"webdriver-manager": "12.0.6",
"webpack": "4.2.0",
"webpack-cli": "^2.0.12",
"webpack-concat-plugin": "2.4.2",
"websocket": "^1.0.25",
"zone.js": "0.8.20"
},
"license": "SEE LICENSE IN LICENSE.md"
}