12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "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.2.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",
- "app-root-path": "^2.0.1",
- "async": "^2.1.5",
- "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"
- }
|