103 lines
3.3 KiB
JSON
Executable File
103 lines
3.3 KiB
JSON
Executable File
{
|
|
"name": "Ionic3AngularMaterial",
|
|
"version": "0.0.1",
|
|
"author": "Ionic Framework",
|
|
"homepage": "http://ionicframework.com/",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ionic-team/ionic-conference-app.git"
|
|
},
|
|
"scripts": {
|
|
"build": "ionic build",
|
|
"serve": "ionic build",
|
|
"start": "npm run serve"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "^5.1.1",
|
|
"@angular/cdk": "^5.0.1",
|
|
"@angular/common": "5.0.3",
|
|
"@angular/compiler": "5.0.3",
|
|
"@angular/compiler-cli": "5.0.3",
|
|
"@angular/core": "^5.0.3",
|
|
"@angular/forms": "5.0.3",
|
|
"@angular/http": "5.0.3",
|
|
"@angular/material": "^5.0.1",
|
|
"@angular/platform-browser": "5.0.3",
|
|
"@angular/platform-browser-dynamic": "5.0.3",
|
|
"@ionic-native/android-permissions": "^4.20.0",
|
|
"@ionic-native/camera": "^4.16.0",
|
|
"@ionic-native/core": "4.4.0",
|
|
"@ionic-native/fingerprint-aio": "^4.16.0",
|
|
"@ionic-native/geolocation": "^4.19.0",
|
|
"@ionic-native/launch-navigator": "^4.16.0",
|
|
"@ionic-native/location-accuracy": "^4.19.0",
|
|
"@ionic-native/splash-screen": "4.4.0",
|
|
"@ionic-native/sqlite": "^4.19.0",
|
|
"@ionic-native/status-bar": "^4.16.0",
|
|
"@ionic/storage": "2.1.3",
|
|
"@types/chart.js": "^2.7.40",
|
|
"amazon-cognito-identity-js": "^3.0.3",
|
|
"chart.js": "^2.7.3",
|
|
"cordova-android": "7.1.4",
|
|
"cordova-browser": "5.0.4",
|
|
"cordova-plugin-android-permissions": "1.0.0",
|
|
"cordova-plugin-camera": "~4.0.3",
|
|
"cordova-plugin-compat": "1.2.0",
|
|
"cordova-plugin-device": "2.0.2",
|
|
"cordova-plugin-fingerprint-aio": "~1.4.1",
|
|
"cordova-plugin-geolocation": "2.4.3",
|
|
"cordova-plugin-ionic-keyboard": "^2.0.5",
|
|
"cordova-plugin-ionic-webview": "^2.0.0",
|
|
"cordova-plugin-request-location-accuracy": "2.2.3",
|
|
"cordova-plugin-splashscreen": "5.0.2",
|
|
"cordova-plugin-statusbar": "2.4.2",
|
|
"cordova-plugin-whitelist": "1.3.3",
|
|
"cordova-sqlite-storage": "2.6.0",
|
|
"hammerjs": "^2.0.8",
|
|
"increase-memory-limit": "^1.0.6",
|
|
"ionic-angular": "3.9.2",
|
|
"ionic-img-viewer": "^2.9.0",
|
|
"ionicons": "3.0.0",
|
|
"rxjs": "^6.3.1",
|
|
"rxjs-compat": "^6.3.1",
|
|
"sw-toolbox": "3.6.0",
|
|
"uk.co.workingedge.phonegap.plugin.launchnavigator": "~4.2.2",
|
|
"zone.js": "0.8.18"
|
|
},
|
|
"devDependencies": {
|
|
"@ionic/app-scripts": "3.1.5",
|
|
"typescript": "2.4.2"
|
|
},
|
|
"description": "An Ionic project",
|
|
"config": {
|
|
"ionic_bundler": "webpack",
|
|
"ionic_generate_source_map": false,
|
|
"ionic_source_map_type": "source-map"
|
|
},
|
|
"cordova": {
|
|
"plugins": {
|
|
"cordova-plugin-fingerprint-aio": {},
|
|
"uk.co.workingedge.phonegap.plugin.launchnavigator": {
|
|
"OKHTTP_VERSION": "3.+"
|
|
},
|
|
"cordova-plugin-camera": {},
|
|
"cordova-plugin-whitelist": {},
|
|
"cordova-plugin-statusbar": {},
|
|
"cordova-plugin-device": {},
|
|
"cordova-plugin-splashscreen": {},
|
|
"cordova-plugin-ionic-webview": {},
|
|
"cordova-plugin-ionic-keyboard": {},
|
|
"cordova-plugin-geolocation": {
|
|
"GEOLOCATION_USAGE_DESCRIPTION": "To track your walks"
|
|
},
|
|
"cordova-plugin-request-location-accuracy": {},
|
|
"cordova-sqlite-storage": {},
|
|
"cordova-plugin-android-permissions": {}
|
|
},
|
|
"platforms": [
|
|
"browser",
|
|
"android"
|
|
]
|
|
}
|
|
} |