-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
112 lines (112 loc) · 3.5 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
{
"name": "simplestaking.com",
"version": "0.7.11",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:web": "ng serve -c web",
"start:electron": "npm run connect | ng serve -c electron",
"start:prod:electron": "npm run connect | ng serve -c electronProd",
"build:web": "ng build -c web",
"build:electron": "ng build -c electronProd --output-path=electron/src/dist",
"test:win": ".\\node_modules\\.bin\\cypress open",
"connect": "node ./electron/src/connect/connect.js",
"lint": "ng lint",
"e2e": "ng e2e",
"be": "node ./be/deploy.js",
"postinstall": "node ./patch.js",
"bundle-report": "ng build --prod --aot --build-optimizer --stats-json & webpack-bundle-analyzer dist/stats.json"
},
"private": true,
"dependencies": {
"@angular/animations": "6.1.8",
"@angular/cdk": "^6.4.7",
"@angular/common": "6.1.8",
"@angular/compiler": "^6.1.8",
"@angular/core": "6.1.8",
"@angular/fire": "5.1.1",
"@angular/forms": "6.1.8",
"@angular/http": "6.1.8",
"@angular/material": "^6.4.7",
"@angular/platform-browser": "6.1.8",
"@angular/platform-browser-dynamic": "6.1.8",
"@angular/platform-server": "6.1.8",
"@angular/router": "6.1.8",
"@ngrx/effects": "6.1.0",
"@ngrx/entity": "6.1.0",
"@ngrx/router-store": "6.1.0",
"@ngrx/store": "6.1.0",
"@ngrx/store-devtools": "6.1.0",
"@sendgrid/mail": "^6.3.1",
"@sentry/browser": "^4.6.4",
"@swimlane/ngx-charts": "^9.0.0",
"@types/d3-shape": "^1.3.1",
"angularfire2": "^5.1.1",
"angularx-qrcode": "^1.5.3",
"babel-polyfill": "^6.26.0",
"core-js": "^2.6.5",
"crypto": "^1.0.1",
"d3": "^5.9.1",
"electron": "^3.1.5",
"firebase": "5.7.3",
"jdenticon": "^2.1.0",
"js-yaml": "^3.12.2",
"libsodium": "^0.7.6",
"logrocket": "^1.0.3",
"logrocket-ngrx": "^0.1.1",
"moment": "^2.24.0",
"ngrx-store-freeze": "0.2.4",
"ngrx-store-logger": "^0.2.2",
"ngx-clipboard": "^11.1.9",
"ngx-device-detector": "^1.3.4",
"ngx-electron": "^1.0.4",
"path": "^0.12.7",
"stream": "0.0.2",
"tezos-wallet": "1.3.6",
"trezor-connect": "8.1.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.6.8",
"@angular/cli": "^7.3.4",
"@angular/compiler-cli": "^7.2.7",
"@angular/language-service": "6.1.8",
"@types/jasmine": "^2.8.16",
"@types/jasminewd2": "~2.0.2",
"@types/node": "^10.12.29",
"buffer": "5.1.0",
"chart.js": "^2.7.2",
"codelyzer": "^4.4.4",
"cypress": "^3.3.1",
"dexie": "^2.0.4",
"jasmine-core": "^3.2.1",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^1.3.1",
"protractor": "^5.4.1",
"rxjs": "6.3.2",
"rxjs-compat": "6.3.1",
"ts-node": "~3.2.0",
"tslint": "^5.13.1",
"typescript": "^2.9.2",
"webpack-bundle-analyzer": "^2.13.1",
"zone.js": "^0.8.29"
},
"browser": {
"crypto": false,
"stream": false
},
"description": "This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.4.4.",
"main": "karma.conf.js",
"repository": {
"type": "git",
"url": "git+https://jurajselep@bitbucket.org/jurajselep/simplestaking.com.git"
},
"baseUrl": "src",
"author": "",
"homepage": "https://bitbucket.org/jurajselep/simplestaking.com#readme"
}