This repository has been archived on 2023-11-19. You can view files and clone it, but cannot push or open issues or pull requests.
goober-ionic/package.json

67 lines
2.2 KiB
JSON
Raw Normal View History

2017-06-06 03:32:48 +00:00
{
2017-12-20 03:48:38 +00:00
"name": "Goober",
"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"
2017-06-06 03:53:50 +00:00
},
2017-12-20 03:48:38 +00:00
"dependencies": {
2018-02-17 15:47:07 +00:00
"@angular/common": "5.2.5",
"@angular/compiler": "5.2.5",
"@angular/compiler-cli": "5.2.5",
"@angular/core": "5.2.5",
"@angular/forms": "5.2.5",
"@angular/http": "5.2.5",
"@angular/platform-browser": "5.2.5",
"@angular/platform-browser-dynamic": "5.2.5",
"@ionic-native/core": "4.5.3",
"@ionic-native/splash-screen": "4.5.3",
"@ionic-native/status-bar": "4.5.3",
"@ionic/storage": "2.1.3",
"cordova-android": "^7.0.0",
2017-12-20 03:48:38 +00:00
"cordova-plugin-console": "^1.0.5",
2018-02-17 15:47:07 +00:00
"cordova-plugin-device": "^2.0.1",
"cordova-plugin-inappbrowser": "^2.0.2",
2017-12-20 03:48:38 +00:00
"cordova-plugin-share-content": "^1.0.0",
2018-02-17 15:47:07 +00:00
"cordova-plugin-splashscreen": "^5.0.2",
2017-12-20 03:48:38 +00:00
"cordova-plugin-statusbar": "^2.2.2",
"cordova-plugin-whitelist": "^1.3.1",
2018-02-17 15:47:07 +00:00
"ionic-angular": "3.9.2",
2017-12-20 03:48:38 +00:00
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "3.0.0",
"moment": "^2.18.1",
"ng2-cordova-oauth": "0.0.8",
2018-02-17 15:47:07 +00:00
"pnut-butter": "^0.19.0",
2017-12-20 03:48:38 +00:00
"run": "^1.4.0",
2018-02-17 15:47:07 +00:00
"rxjs": "5.5.6",
2017-12-20 03:48:38 +00:00
"sw-toolbox": "3.6.0",
2018-02-17 15:47:07 +00:00
"zone.js": "0.8.20"
2017-12-20 03:48:38 +00:00
},
"devDependencies": {
2018-02-17 15:47:07 +00:00
"@ionic/app-scripts": "3.1.8",
"ionic": "3.19.1",
"typescript": "2.7.2"
2017-12-20 03:48:38 +00:00
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"ionic-plugin-keyboard": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-share-content": {}
},
"platforms": [
"android"
]
}
}