-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.92 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
{
"name": "ionic-hello-world",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"dependencies": {
"@angular/common": "9.0.0-next.3",
"@angular/compiler": "9.0.0-next.3",
"@angular/compiler-cli": "9.0.0-next.3",
"@angular/core": "9.0.0-next.3",
"@angular/forms": "9.0.0-next.3",
"@angular/platform-browser": "9.0.0-next.3",
"@angular/platform-browser-dynamic": "9.0.0-next.3",
"@angular/platform-server": "9.0.0-next.3",
"@angular/router": "^8.2.3",
"@auth0/angular-jwt": "^3.0.0",
"@ionic-native/camera": "^5.12.0",
"@ionic-native/core": "^5.12.0",
"@ionic-native/social-sharing": "^5.12.0",
"@ionic-native/splash-screen": "^5.12.0",
"@ionic-native/status-bar": "^5.12.0",
"@ionic/angular": "^4.8.0",
"@ionic/storage": "^2.2.0",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"ionic-app-lib": "^2.2.0",
"ionicons": "4.6.3",
"rxjs": "6.5.2",
"rxjs-compat": "^6.0.0-rc.0",
"sw-toolbox": "3.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.10.1"
},
"devDependencies": {
"@angular-devkit/architect": "^0.900.0-next.0",
"@angular-devkit/build-angular": "^0.900.0-next.0",
"@angular-devkit/core": "8.3.0",
"@angular-devkit/schematics": "8.3.0",
"@angular/cli": "^9.0.0-next.0",
"codelyzer": "^5.0.1",
"typescript": "3.5.3"
},
"cordovaPlugins": [
"cordova-plugin-whitelist",
"cordova-plugin-console",
"cordova-plugin-device",
"cordova-plugin-statusbar",
"cordova-plugin-splashscreen",
"ionic-plugin-keyboard"
],
"cordovaPlatforms": [
"ios",
{
"platform": "ios",
"version": "",
"locator": "ios"
}
],
"description": "Tarakas: piggy bank for your child"
}