|
@@ -1,50 +1,49 @@
|
|
|
{
|
|
|
- "name": "ionic-hello-world",
|
|
|
- "author": "Ionic Framework",
|
|
|
- "homepage": "http://ionicframework.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"
|
|
|
- },
|
|
|
- "dependencies": {
|
|
|
- "@angular/common": "2.4.1",
|
|
|
- "@angular/compiler": "2.2.1",
|
|
|
- "@angular/compiler-cli": "2.2.1",
|
|
|
- "@angular/core": "2.2.1",
|
|
|
- "@angular/forms": "2.2.1",
|
|
|
- "@angular/http": "2.2.1",
|
|
|
- "@angular/platform-browser": "2.2.1",
|
|
|
- "@angular/platform-browser-dynamic": "2.2.1",
|
|
|
- "@angular/platform-server": "2.2.1",
|
|
|
- "@ionic/storage": "1.1.7",
|
|
|
- "angular2-odoo-jsonrpc": "0.0.7",
|
|
|
- "glob": "^7.1.1",
|
|
|
- "ionic-angular": "2.0.0",
|
|
|
- "ionic-native": "2.4.1",
|
|
|
- "ionicons": "3.0.0",
|
|
|
- "ng2-validation": "^3.3.0",
|
|
|
- "pouchdb": "^6.1.2",
|
|
|
- "pouchdb-find": "^0.10.5",
|
|
|
- "rxjs": "5.0.0-beta.12",
|
|
|
- "sw-toolbox": "3.4.0",
|
|
|
- "zone.js": "0.6.26"
|
|
|
- },
|
|
|
- "devDependencies": {
|
|
|
- "@ionic/app-scripts": "1.0.0",
|
|
|
- "@types/node": "^7.0.5",
|
|
|
- "typescript": "2.0.9"
|
|
|
- },
|
|
|
- "cordovaPlugins": [
|
|
|
- "cordova-plugin-whitelist",
|
|
|
- "cordova-plugin-console",
|
|
|
- "cordova-plugin-statusbar",
|
|
|
- "cordova-plugin-device",
|
|
|
- "cordova-plugin-splashscreen",
|
|
|
- "ionic-plugin-keyboard"
|
|
|
- ],
|
|
|
- "cordovaPlatforms": [],
|
|
|
- "description": "odoo-mobile-v3: An Ionic project"
|
|
|
+ "name": "ionic-hello-world",
|
|
|
+ "author": "Ionic Framework",
|
|
|
+ "homepage": "http://ionicframework.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"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "@angular/common": "2.4.8",
|
|
|
+ "@angular/compiler": "2.4.8",
|
|
|
+ "@angular/compiler-cli": "2.4.8",
|
|
|
+ "@angular/core": "2.4.8",
|
|
|
+ "@angular/forms": "2.4.8",
|
|
|
+ "@angular/http": "2.4.8",
|
|
|
+ "@angular/platform-browser": "2.4.8",
|
|
|
+ "@angular/platform-browser-dynamic": "2.4.8",
|
|
|
+ "@angular/platform-server": "2.4.8",
|
|
|
+ "@ionic-native/core": "3.1.0",
|
|
|
+ "@ionic-native/splash-screen": "3.1.0",
|
|
|
+ "@ionic-native/status-bar": "3.1.0",
|
|
|
+ "@ionic/storage": "2.0.0",
|
|
|
+ "angular2-odoo-jsonrpc": "0.0.7",
|
|
|
+ "ionic-angular": "2.3.0",
|
|
|
+ "ionicons": "3.0.0",
|
|
|
+ "pouchdb": "^6.1.2",
|
|
|
+ "pouchdb-find": "^0.10.5",
|
|
|
+ "rxjs": "5.0.1",
|
|
|
+ "sw-toolbox": "3.4.0",
|
|
|
+ "zone.js": "0.7.2"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "@ionic/app-scripts": "1.1.4",
|
|
|
+ "typescript": "2.0.9"
|
|
|
+ },
|
|
|
+ "cordovaPlugins": [
|
|
|
+ "cordova-plugin-console",
|
|
|
+ "cordova-plugin-statusbar",
|
|
|
+ "cordova-plugin-whitelist",
|
|
|
+ "cordova-plugin-device",
|
|
|
+ "cordova-plugin-splashscreen",
|
|
|
+ "ionic-plugin-keyboard"
|
|
|
+ ],
|
|
|
+ "cordovaPlatforms": [],
|
|
|
+ "description": "myApp: An Ionic project"
|
|
|
}
|