forked from lordvkrum/LETS-mobile-Application
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
105 lines (105 loc) · 3.38 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
{
"name": "LETS",
"author": "Community Forge Team",
"homepage": "http://communityforge.net",
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve",
"extract": "ngx-translate-extract --input ./src --output ./src/assets/i18n/en.json --format namespaced-json -m _"
},
"dependencies": {
"@angular/animations": "^4.4.7",
"@angular/common": "^4.4.7",
"@angular/compiler": "^4.4.7",
"@angular/compiler-cli": "^4.4.7",
"@angular/core": "^4.4.7",
"@angular/forms": "^4.4.7",
"@angular/http": "^4.4.7",
"@angular/platform-browser": "^4.4.7",
"@angular/platform-browser-dynamic": "^4.4.7",
"@angular/platform-server": "^4.4.7",
"@ionic-native/app-version": "^4.9.1",
"@ionic-native/base64-to-gallery": "^4.9.1",
"@ionic-native/camera": "^4.9.1",
"@ionic-native/core": "^4.9.1",
"@ionic-native/globalization": "^4.9.1",
"@ionic-native/keyboard": "^4.9.1",
"@ionic-native/qr-scanner": "^4.9.1",
"@ionic-native/splash-screen": "^4.9.1",
"@ionic-native/status-bar": "^4.9.1",
"@ionic/storage": "^2.1.3",
"@ngx-translate/core": "^7.2.2",
"@ngx-translate/http-loader": "^2.0.1",
"@types/jquery": "^3.3.4",
"@types/moment": "^2",
"ajv": "^5.5.2",
"angular2-moment": "^1.9.0",
"cordova-android": "^7.1.0",
"cordova-base64-to-gallery": "^4.1.3",
"cordova-browser": "^5.0.3",
"cordova-plugin-app-version": "^0.1.9",
"cordova-plugin-camera": "^4.0.3",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-console": "^1.1.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-globalization": "^1.11.0",
"cordova-plugin-inappbrowser": "^3.0.0",
"cordova-plugin-qrscanner": "^2.6.0",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-save-image-gallery": "0.0.26",
"ionic-angular": "^3.9.2",
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "^3",
"jquery": "~3.2",
"moment": "^2.22.2",
"ng-semantic": "~1.1.13",
"ngx-qrcode3": "^0.3.0",
"rxjs": "^5.5.11",
"sw-toolbox": "^3.6.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@biesbjerg/ngx-translate-extract": "^2.3.4",
"@ionic/app-scripts": "^3.1.10",
"@types/lodash": "^4.14.111",
"ionic": "3.20.0",
"node-sass": "^4.9.2",
"typescript": "^2.9.2"
},
"cordovaPlugins": [
"cordova-plugin-whitelist",
"cordova-plugin-console",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard",
"cordova-plugin-splashscreen",
"cordova-plugin-device"
],
"cordovaPlatforms": [],
"description": "LETS_APP: LETS and Timebank app.",
"cordova": {
"plugins": {
"cordova-plugin-compat": {},
"cordova-base64-to-gallery": {},
"cordova-plugin-app-version": {},
"cordova-plugin-camera": {},
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-globalization": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-qrscanner": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"cordova-save-image-gallery": {},
"ionic-plugin-keyboard": {}
},
"platforms": [
"browser",
"android"
]
}
}