forked from MyDataTaiwan/mylog14
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.2 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 3.2 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
{
"name": "lifebox",
"version": "0.15.1",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"resources": "cordova-res ios && cordova-res android && node scripts/resources.js"
},
"postinstall": "jetifier",
"private": true,
"dependencies": {
"@angular/animations": "^10.2.5",
"@angular/common": "^10.2.5",
"@angular/core": "^10.2.5",
"@angular/forms": "^10.2.5",
"@angular/localize": "^10.2.5",
"@angular/platform-browser": "^10.2.5",
"@angular/platform-browser-dynamic": "^10.2.5",
"@angular/router": "^10.2.5",
"@asymmetrik/ngx-leaflet": "^8.1.0",
"@capacitor/android": "^2.4.2",
"@capacitor/core": "^2.4.2",
"@capacitor/ios": "^2.4.2",
"@ionic-native/barcode-scanner": "^5.28.0",
"@ionic-native/core": "^5.28.0",
"@ionic/angular": "^5.3.5",
"@ionic/pwa-elements": "^3.0.1",
"@ngneat/until-destroy": "^8.0.2",
"@ngx-formly/core": "^5.10.21",
"@ngx-formly/ionic": "^5.10.21",
"@ngx-formly/schematics": "^5.10.3",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@numbersprotocol/niota": "^0.2.1",
"@types/leaflet": "^1.5.19",
"@types/web3": "^1.2.2",
"buffer": "^6.0.3",
"bufferutil": "^4.0.1",
"chart.js": "^2.9.4",
"core-js": "^3.6.5",
"fibers": "^5.0.0",
"html-webpack-plugin": "^4.5.2",
"jetifier": "^1.6.6",
"jsqr": "^1.3.1",
"leaflet": "^1.7.1",
"lottie-web": "^5.7.3",
"ng-packagr": "^10.1.2",
"ngx-lottie": "^6.4.0",
"node-sass": "^4.14.1",
"phonegap-plugin-barcodescanner": "^8.1.0",
"process": "^0.11.10",
"rxjs": "~6.6.3",
"stream": "0.0.2",
"tslib": "^2.0.3",
"utf-8-validate": "^5.0.2",
"webpack": "^4.46.0",
"zone.js": "^0.10.3",
"web3": "^1.3.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1001.6",
"@angular/cli": "^10.1.6",
"@angular/compiler": "^10.2.5",
"@angular/compiler-cli": "^10.2.5",
"@angular/language-service": "^10.1.5",
"@babel/compat-data": "~7.11.0",
"@capacitor/cli": "^2.4.2",
"@ionic/angular-toolkit": "^2.3.3",
"@ionic/lab": "^3.2.9",
"@types/cordova": "0.0.34",
"@types/jasmine": "~3.5.14",
"@types/jasminewd2": "~2.0.8",
"@types/lodash": "^4.14.162",
"@types/node": "~14.11.8",
"codelyzer": "^6.0.1",
"cordova-res": "^0.15.1",
"jasmine-core": "^3.6.0",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~5.2.3",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"protractor": "~7.0.0",
"ts-node": "~9.0.0",
"tslint": "~5.20.1",
"typescript": "~4.0.3"
},
"optionalDependencies": {
"@numbersprotocol/private-coupon": "0.0.8"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-qrscanner": {},
"phonegap-plugin-barcodescanner": {}
}
},
"browser": {
"crypto": false,
"os": false,
"http": false,
"https": false,
"stream": false
}
}