12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "name": "LIOTMobileWeb",
- "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",
- "start": "node index.js"
- },
- "dependencies": {
- "@angular/common": "4.4.3",
- "@angular/compiler": "^4.4.3",
- "@angular/compiler-cli": "^4.4.3",
- "@angular/core": "^4.4.3",
- "@angular/forms": "4.4.3",
- "@angular/http": "4.4.3",
- "@angular/platform-browser": "4.4.3",
- "@angular/platform-browser-dynamic": "4.4.3",
- "@angular/tsc-wrapped": "^4.4.6",
- "@ionic-native/core": "4.3.0",
- "@ionic-native/splash-screen": "^4.3.0",
- "@ionic-native/status-bar": "^4.3.0",
- "@ionic/storage": "2.0.1",
- "cordova": "^9.0.0",
- "cordova-android": "^6.3.0",
- "cordova-browser": "~5.0.2",
- "cordova-plugin-compat": "^1.2.0",
- "cordova-plugin-device": "^1.1.4",
- "cordova-plugin-file": "git+https://github.com/apache/cordova-plugin-file.git",
- "cordova-plugin-ionic-webview": "^1.1.15",
- "cordova-plugin-splashscreen": "^4.0.3",
- "cordova-plugin-whitelist": "^1.3.1",
- "ionic": "^5.4.16",
- "ionic-angular": "^3.7.1",
- "ionic-plugin-keyboard": "^2.2.1",
- "ionicons": "3.0.0",
- "rxjs": "5.4.3",
- "string-width": "^5.1.2",
- "sw-toolbox": "3.6.0",
- "zone.js": "0.8.18"
- },
- "devDependencies": {
- "@ionic/app-scripts": "^3.2.4",
- "node-sass": "^4.14.1",
- "typescript": "2.3.4"
- },
- "description": "An Ionic project",
- "cordova": {
- "plugins": {
- "cordova-plugin-file": {},
- "ionic-plugin-keyboard": {},
- "cordova-plugin-whitelist": {},
- "cordova-plugin-device": {},
- "cordova-plugin-splashscreen": {},
- "cordova-plugin-ionic-webview": {}
- },
- "platforms": [
- "android",
- "browser"
- ]
- }
- }
|