Created
June 20, 2017 16:15
-
-
Save snewell92/4b8105cfc435acc51b829d31074eae37 to your computer and use it in GitHub Desktop.
current app package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "charms-teacher-app", | |
"author": "Charms", | |
"homepage": "https://www.charmsoffice.com/", | |
"private": true, | |
"scripts": { | |
"clean": "ionic-app-scripts clean", | |
"build": "ionic-app-scripts build", | |
"ionic:build": "ionic-app-scripts build", | |
"ionic:serve": "ionic-app-scripts serve", | |
"code-push:register": "code-push register" | |
}, | |
"dependencies": { | |
"@angular/animations": "4.1.0", | |
"@angular/common": "4.1.0", | |
"@angular/compiler": "4.1.0", | |
"@angular/compiler-cli": "4.1.0", | |
"@angular/core": "4.1.0", | |
"@angular/forms": "4.1.0", | |
"@angular/http": "4.1.0", | |
"@angular/platform-browser": "4.1.0", | |
"@angular/platform-browser-dynamic": "4.1.0", | |
"@angular/platform-server": "4.1.0", | |
"@ionic-native/barcode-scanner": "^3.4.2", | |
"@ionic-native/camera": "^3.4.2", | |
"@ionic-native/code-push": "^3.4.2", | |
"@ionic-native/core": "~3.6.0", | |
"@ionic-native/splash-screen": "~3.6.1", | |
"@ionic-native/status-bar": "~3.6.1", | |
"@ionic/storage": "~2.0.1", | |
"code-push": "2.0.1-beta", | |
"cordova-ios": "4.4.0", | |
"cordova-plugin-camera": "2.4.1", | |
"cordova-plugin-code-push": "1.9.3-beta", | |
"cordova-plugin-compat": "1.1.0", | |
"cordova-plugin-console": "1.0.5", | |
"cordova-plugin-device": "1.1.4", | |
"cordova-plugin-dialogs": "1.3.3", | |
"cordova-plugin-file": "4.3.3", | |
"cordova-plugin-file-transfer": "1.6.3", | |
"cordova-plugin-splashscreen": "4.0.3", | |
"cordova-plugin-statusbar": "2.2.1", | |
"cordova-plugin-whitelist": "1.3.1", | |
"cordova-plugin-zip": "3.1.0", | |
"intl": "1.2.5", | |
"ionic-angular": "~3.2.1", | |
"ionic-plugin-keyboard": "2.2.1", | |
"ionic2-calendar2": "0.1.2", | |
"ionicons": "3.0.0", | |
"phonegap-plugin-barcodescanner": "6.0.6", | |
"rxjs": "~5.1.1", | |
"sw-toolbox": "~3.6.0", | |
"zone.js": "~0.8.10" | |
}, | |
"devDependencies": { | |
"@ionic/app-scripts": "~1.3.7", | |
"@ionic/cli-plugin-cordova": "~1.1.2", | |
"@ionic/cli-plugin-ionic-angular": "~1.1.2", | |
"code-push-cli": "2.0.1-beta", | |
"tslint": "~5.3.2", | |
"tslint-eslint-rules": "~4.1.0", | |
"typescript": "~2.2.1" | |
}, | |
"cordovaPlugins": [ | |
"cordova-plugin-whitelist", | |
"cordova-plugin-console", | |
"cordova-plugin-statusbar", | |
"cordova-plugin-device", | |
"cordova-plugin-splashscreen", | |
"ionic-plugin-keyboard", | |
"cordova-plugin-code-push", | |
"code-push", | |
"cordova-plugin-file", | |
"cordova-plugin-compat", | |
"cordova-plugin-file-transfer", | |
"cordova-plugin-zip", | |
"cordova-plugin-dialogs", | |
"cordova-plugin-camera", | |
"phonegap-plugin-barcodescanner" | |
], | |
"cordovaPlatforms": [ | |
{ | |
"platform": "ios", | |
"version": "", | |
"locator": "ios" | |
}, | |
{ | |
"platform": "android", | |
"version": "", | |
"locator": "android" | |
} | |
], | |
"description": "Charms Teacher App: An Ionic project", | |
"cordova": { | |
"plugins": { | |
"cordova-plugin-camera": { | |
"CAMERA_USAGE_DESCRIPTION": " ", | |
"PHOTOLIBRARY_USAGE_DESCRIPTION": " " | |
}, | |
"cordova-plugin-code-push": {}, | |
"cordova-plugin-console": {}, | |
"cordova-plugin-device": {}, | |
"cordova-plugin-splashscreen": {}, | |
"cordova-plugin-statusbar": {}, | |
"cordova-plugin-whitelist": {}, | |
"ionic-plugin-keyboard": {}, | |
"phonegap-plugin-barcodescanner": { | |
"CAMERA_USAGE_DESCRIPTION": " " | |
} | |
}, | |
"platforms": [ | |
"ios" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment