-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.64 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 2.64 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
{
"name": "hsuite-dapp",
"version": "1.0.0",
"author": "HSuite Network",
"homepage": "https://hsuite.finance",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/common": "~14.1.3",
"@angular/core": "~14.1.3",
"@angular/forms": "~14.1.3",
"@angular/platform-browser": "~14.1.3",
"@angular/platform-browser-dynamic": "~14.1.3",
"@angular/pwa": "^15.0.4",
"@angular/router": "~14.1.3",
"@angular/service-worker": "~14.1.3",
"@capacitor/app": "1.1.1",
"@capacitor/clipboard": "^1.0.8",
"@capacitor/core": "3.5.0",
"@capacitor/haptics": "1.1.4",
"@capacitor/keyboard": "1.2.2",
"@capacitor/status-bar": "1.0.8",
"@capacitor/storage": "^1.2.5",
"@hashgraph/sdk": "^2.19.0",
"@hsuite/angular-sdk": "^1.1.27",
"@ionic/angular": "^6.4.1",
"@ionic/core": "^6.4.1",
"@schematics/angular": "^14.0.1",
"@techiediaries/ngx-qrcode": "^9.1.0",
"angularx-qrcode": "^14.0.0",
"axios": "^0.27.2",
"date-fns": "^2.29.1",
"decimal.js": "^10.3.1",
"hashconnect": "^0.2.3",
"lodash": "^4.17.21",
"mime": "^3.0.0",
"moment": "^2.29.4",
"nft.storage": "^7.0.0",
"ngx-joyride": "^2.5.0",
"ngx-socket-io": "^4.3.0",
"rxjs": "^7.4.0",
"swiper": "^8.4.2",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.10",
"@angular-eslint/builder": "~13.0.1",
"@angular-eslint/eslint-plugin": "~13.0.1",
"@angular-eslint/eslint-plugin-template": "~13.0.1",
"@angular-eslint/template-parser": "~13.0.1",
"@angular/cli": "^14.1.3",
"@angular/compiler": "~14.1.3",
"@angular/compiler-cli": "~14.1.3",
"@angular/language-service": "~14.1.3",
"@capacitor/cli": "3.5.0",
"@ionic/angular-toolkit": "^6.0.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.20.50",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"eslint": "^7.6.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"typescript": "~4.7.4"
},
"description": "HSuite DAPP"
}