Created
September 3, 2021 16:55
-
-
Save lennonjesus/b92f2b13d60188d90a51d75e7386fc34 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "MelhoresDiaristas", | |
"author": "Melhores Diaristas", | |
"homepage": "http://www.melhoresdiaristas.com.br/", | |
"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" | |
}, | |
"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", | |
"@ionic-native/app-version": "^4.1.0", | |
"@ionic-native/camera": "^3.9.2", | |
"@ionic-native/core": "^4.2.0", | |
"@ionic-native/in-app-browser": "^4.9.2", | |
"@ionic-native/market": "^4.9.2", | |
"@ionic-native/network": "^3.9.2", | |
"@ionic-native/push": "^3.10.3", | |
"@ionic-native/splash-screen": "3.9.2", | |
"@ionic-native/status-bar": "3.9.2", | |
"@ionic/storage": "2.0.1", | |
"angular2-moment": "^1.3.3", | |
"angular2-text-mask": "8.0.1", | |
"cordova-android": "^6.4.0", | |
"cordova-browser": "^4.1.0", | |
"cordova-ios": "^4.4.0", | |
"cordova-plugin-app-version": "^0.1.9", | |
"cordova-plugin-camera": "^2.4.1", | |
"cordova-plugin-compat": "^1.2.0", | |
"cordova-plugin-console": "^1.1.0", | |
"cordova-plugin-device": "^1.1.7", | |
"cordova-plugin-inappbrowser": "^2.0.2", | |
"cordova-plugin-splashscreen": "^4.1.0", | |
"cordova-plugin-statusbar": "^2.4.1", | |
"cordova-plugin-whitelist": "^1.3.3", | |
"ionic-angular": "3.2.1", | |
"ionic-plugin-keyboard": "^2.2.1", | |
"ionicons": "3.0.0", | |
"phonegap-plugin-push": "^1.10.6", | |
"rxjs": "5.1.1", | |
"sw-toolbox": "3.6.0", | |
"text-mask-addons": "^3.7.0", | |
"zone.js": "0.8.10" | |
}, | |
"devDependencies": { | |
"@ionic/app-scripts": "1.3.7", | |
"ionic": "3.9.2", | |
"jshint": "^2.10.2", | |
"typescript": "2.3.2", | |
"cordova-plugin-market": "~1.2.0" | |
}, | |
"cordovaPlugins": [ | |
"cordova-plugin-whitelist", | |
"cordova-plugin-console", | |
"cordova-plugin-statusbar", | |
"cordova-plugin-device", | |
"cordova-plugin-splashscreen", | |
"ionic-plugin-keyboard", | |
"cordova-plugin-camera" | |
], | |
"description": "md_app: An Ionic project", | |
"config": { | |
"ionic_webpack": "./config/webpack.config.js" | |
}, | |
"cordova": { | |
"plugins": { | |
"cordova-plugin-camera": {}, | |
"cordova-plugin-console": {}, | |
"cordova-plugin-device": {}, | |
"cordova-plugin-splashscreen": {}, | |
"cordova-plugin-statusbar": {}, | |
"cordova-plugin-whitelist": {}, | |
"ionic-plugin-keyboard": {}, | |
"phonegap-plugin-push": { | |
"SENDER_ID": "1085307166882" | |
}, | |
"cordova-plugin-app-version": {}, | |
"cordova-plugin-inappbrowser": {}, | |
"cordova-plugin-market": {} | |
}, | |
"platforms": [ | |
"android", | |
"browser" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment