68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"name": "Ionic3AngularMaterial",
|
|
"version": "0.0.1",
|
|
"author": "Ionic Framework",
|
|
"homepage": "http://ionicframework.com/",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "ionic-app-scripts clean",
|
|
"build": "ionic-app-scripts build",
|
|
"lint": "ionic-app-scripts lint",
|
|
"ionic:build": "ionic-app-scripts build",
|
|
"ionic:serve": "ionic-app-scripts 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/camera": "^4.16.0",
|
|
"@ionic-native/core": "4.4.0",
|
|
"@ionic-native/fingerprint-aio": "^4.16.0",
|
|
"@ionic-native/launch-navigator": "^4.16.0",
|
|
"@ionic-native/splash-screen": "4.4.0",
|
|
"@ionic-native/status-bar": "4.4.0",
|
|
"@ionic/storage": "2.1.3",
|
|
"@types/chart.js": "^2.7.40",
|
|
"amazon-cognito-identity-js": "^3.0.3",
|
|
"chart.js": "^2.7.3",
|
|
"hammerjs": "^2.0.8",
|
|
"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",
|
|
"zone.js": "0.8.18",
|
|
"cordova-android": "7.1.1",
|
|
"cordova-browser": "5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@ionic/app-scripts": "3.1.5",
|
|
"typescript": "2.4.2"
|
|
},
|
|
"description": "An Ionic project",
|
|
"config": {
|
|
"ionic_copy": "./config/copy.config.js"
|
|
},
|
|
"cordova": {
|
|
"plugins": {
|
|
"cordova-plugin-fingerprint-aio": {},
|
|
"uk.co.workingedge.phonegap.plugin.launchnavigator": {
|
|
"OKHTTP_VERSION": "3.+"
|
|
},
|
|
"cordova-plugin-camera": {}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"browser"
|
|
]
|
|
}
|
|
} |