forked from aura-nw/aurascan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 3.07 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 3.07 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
{
"name": "aura",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --aot=true --output-hashing=all",
"build:production": "ng build --aot=true --output-hashing=all --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@agm/core": "^1.1.0",
"@angular/animations": "~12.0.2",
"@angular/cdk": "^12.2.8",
"@angular/common": "~12.0.2",
"@angular/compiler": "~12.0.2",
"@angular/core": "~12.0.2",
"@angular/forms": "~12.0.2",
"@angular/material": "^12.2.8",
"@angular/material-moment-adapter": "^12.2.13",
"@angular/platform-browser": "~12.0.2",
"@angular/platform-browser-dynamic": "~12.0.2",
"@angular/router": "~12.0.2",
"@angular/service-worker": "~12.0.2",
"@coin98-com/connect-sdk": "^1.0.9",
"@cosmjs/cosmwasm-stargate": "^0.28.13",
"@cosmjs/encoding": "^0.28.13",
"@cosmjs/proto-signing": "^0.29.5",
"@cosmjs/stargate": "^0.28.13",
"@google/model-viewer": "^1.12.0",
"@ng-bootstrap/ng-bootstrap": "^10.0.0",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@popperjs/core": "^2.11.4",
"@types/lodash": "^4.14.184",
"angularx-qrcode": "^12.0.3",
"apexcharts": "^3.28.3",
"axios": "^0.27.2",
"bignumber.js": "^9.0.2",
"bootstrap": "^5.1.1",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.28.0",
"export-xlsx": "^0.1.4",
"https-browserify": "^1.0.0",
"jquery": "^3.6.0",
"js-sha256": "^0.9.0",
"jsonschema": "^1.4.1",
"lightweight-charts": "^3.8.0",
"lodash": "^4.17.21",
"marked": "^4.0.18",
"moment": "^2.29.4",
"ng-apexcharts": "^1.5.12",
"ng-click-outside": "^8.0.0",
"ngx-cookie-service": "^12.0.0",
"ngx-date-fns": "^9.0.0",
"ngx-json-viewer": "^3.0.2",
"ngx-mask": "^12.0.0",
"ngx-owl-carousel-o": "^6.0.0",
"ngx-progressbar": "^6.1.1",
"ngx-toastr": "^14.2.2",
"path": "^0.12.7",
"rxjs": "~6.6.0",
"simplebar-angular": "^2.3.4",
"socket.io-client": "^4.5.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tslib": "^2.1.0",
"util": "^0.12.4",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.2.9",
"@angular/cli": "~12.0.2",
"@angular/compiler-cli": "~12.0.2",
"@angular/localize": "^12.0.5",
"@keplr-wallet/types": "^0.9.12",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.20.55",
"jasmine-core": "~3.7.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"typescript": "~4.2.3"
}
}