-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
167 lines (167 loc) · 5.36 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"name": "umn",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
"nx": "nx",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help"
},
"private": true,
"dependencies": {
"@angular/animations": "13.2.1",
"@angular/cdk": "13.2.1",
"@angular/common": "13.2.1",
"@angular/compiler": "13.2.1",
"@angular/core": "13.2.1",
"@angular/fire": "^6.1.5",
"@angular/forms": "13.2.1",
"@angular/localize": "13.2.1",
"@angular/material": "13.2.1",
"@angular/platform-browser": "13.2.1",
"@angular/platform-browser-dynamic": "13.2.1",
"@angular/platform-server": "13.2.1",
"@angular/router": "13.2.1",
"@angular/service-worker": "^13.2.1",
"@capacitor/clipboard": "^1.0.7",
"@capacitor/core": "^4.3.0",
"@capacitor/filesystem": "^0.4.0",
"@capacitor/push-notifications": "^0.3.10",
"@ionic-native/core": "^5.30.0",
"@ionic-native/file": "^5.35.0",
"@ionic-native/file-opener": "^5.35.0",
"@ionic-native/splash-screen": "^5.30.0",
"@ionic-native/status-bar": "^5.30.0",
"@ionic/angular": "^6.0.5",
"@ionic/angular-toolkit": "^7.0.0",
"@ionic/storage-angular": "^3.0.6",
"@metamask/detect-provider": "^1.2.0",
"@ng-select/ng-select": "^7.3.0",
"@nguniversal/builders": "^14.0.3",
"@nguniversal/express-engine": "^14.0.3",
"@nrwl/angular": "13.7.3",
"@umun-tech/access": "latest",
"@umun-tech/core": "latest",
"@umun-tech/entity": "latest",
"@umun-tech/form": "latest",
"@umun-tech/iam": "latest",
"@umun-tech/image": "latest",
"@umun-tech/localization": "latest",
"@umun-tech/organization": "latest",
"@umun-tech/page": "0.0.2",
"@umun-tech/tool": "latest",
"angular-google-charts": "^2.2.2",
"apexcharts": "^3.27.3",
"bootstrap": "^4.5.0",
"chart.js": "^2.9.3",
"chart.piecelabel.js": "^0.15.0",
"contrast-color-generator": "^0.1.1",
"cordova-plugin-file-opener2": "^3.0.5",
"cupertino-pane": "^1.2.7",
"device-uuid": "^1.0.4",
"ethers": "^5.6.1",
"file-saver": "^2.0.5",
"firebase": "^8.10.1",
"google-translate-open-api": "^1.3.7",
"hotkeys-js": "^3.8.7",
"immutable": "^4.0.0-rc.14",
"jszip": "^3.10.0",
"memo-decorator": "^2.0.1",
"moment": "^2.29.4",
"net": "^1.0.2",
"ng-apexcharts": "^1.5.12",
"ng-qrcode": "^6.0.0",
"ng2-charts": "^2.4.3",
"ng2-pdf-viewer": "^8.0.1",
"ngx-color-picker": "^12.0.1",
"ngx-quill": "^12.0.1",
"ngx-timeago": "^2.0.0",
"quill": "^1.3.7",
"rxjs": "~6.6.0",
"sockjs-client": "^1.5.1",
"stompjs": "^2.3.3",
"to-words": "^3.3.0",
"truncate-eth-address": "^1.0.2",
"tslib": "^2.1.0",
"typescript-string-operations": "^1.3.1",
"uniswap-angular": "^1.0.3",
"uniswap-dapp-integration-shared": "^1.0.3",
"utils-decorators": "^2.0.4",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.11",
"@angular-devkit/schematics": "^15.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": "13.2.2",
"@angular/compiler-cli": "13.2.1",
"@angular/language-service": "13.2.1",
"@angular/pwa": "^15.0.1",
"@capacitor/android": "^2.4.5",
"@capacitor/cli": "^4.3.0",
"@capacitor/ios": "^4.3.0",
"@ionic/storage-angular": "^3.0.6",
"@nrwl/angular": "^13.0.0",
"@nrwl/cli": "13.7.3",
"@nrwl/cypress": "13.7.3",
"@nrwl/devkit": "13.7.3",
"@nrwl/eslint-plugin-nx": "13.7.3",
"@nrwl/jest": "13.7.3",
"@nrwl/js": "13.7.3",
"@nrwl/linter": "13.7.3",
"@nrwl/tao": "13.7.3",
"@nrwl/workspace": "13.7.3",
"@nxtend/capacitor": "^13.0.0",
"@nxtend/firebase": "^12.1.0",
"@nxtend/ionic-angular": "^13.1.0",
"@types/device-uuid": "^1.0.0",
"@types/jest": "27.0.2",
"@types/node": "14.14.33",
"@types/sockjs-client": "^1.5.0",
"@types/stompjs": "^2.3.4",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"cypress": "^10.9.0",
"device-uuid": "^1.0.4",
"dotenv": "10.0.0",
"eslint": "8.7.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jest": "27.2.3",
"jest-preset-angular": "11.0.0",
"ng-packagr": "13.2.1",
"postcss": "^8.3.9",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^6.7.0",
"postcss-url": "^10.1.1",
"prettier": "2.5.1",
"sockjs-client": "^1.5.1",
"ts-jest": "27.0.5",
"ts-node": "~9.1.1",
"typescript": "4.4.3"
}
}