93 lines
3.0 KiB
JSON
93 lines
3.0 KiB
JSON
{
|
|
"name": "vnms-app",
|
|
"version": "0.0.1",
|
|
"author": "Ionic Framework",
|
|
"homepage": "https://ionicframework.com/",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development",
|
|
"test": "ng test",
|
|
"lint": "ng lint"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/common": "^15.0.0",
|
|
"@angular/core": "^15.0.0",
|
|
"@angular/forms": "^15.0.0",
|
|
"@angular/material": "^15.0.0",
|
|
"@angular/platform-browser": "^15.0.0",
|
|
"@angular/platform-browser-dynamic": "^15.0.0",
|
|
"@angular/router": "^15.0.0",
|
|
"@awesome-cordova-plugins/camera": "^6.2.0",
|
|
"@awesome-cordova-plugins/splash-screen": "^6.2.0",
|
|
"@awesome-cordova-plugins/status-bar": "^6.2.0",
|
|
"@ionic-native/fcm": "^5.36.0",
|
|
"@ionic-native/firebase": "^5.36.0",
|
|
"@ionic/angular": "^6.1.9",
|
|
"@ionic/cli": "^7.1.1",
|
|
"@ionic/cordova-builders": "^7.0.0",
|
|
"@ionic/storage": "^4.0.0",
|
|
"@ionic/storage-angular": "^3.0.6",
|
|
"firebase": "^10.1.0",
|
|
"ionicons": "^6.0.3",
|
|
"ng2-charts": "^4.1.1",
|
|
"rxjs": "~7.5.0",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^15.0.0",
|
|
"@angular-eslint/builder": "^14.0.0",
|
|
"@angular-eslint/eslint-plugin": "^14.0.0",
|
|
"@angular-eslint/eslint-plugin-template": "^14.0.0",
|
|
"@angular-eslint/template-parser": "^14.0.0",
|
|
"@angular/cli": "^15.0.0",
|
|
"@angular/compiler": "^15.0.0",
|
|
"@angular/compiler-cli": "^15.0.0",
|
|
"@angular/language-service": "^15.0.0",
|
|
"@ionic/angular-toolkit": "^6.0.0",
|
|
"@types/jasmine": "~4.0.0",
|
|
"@types/node": "^12.11.1",
|
|
"@typescript-eslint/eslint-plugin": "5.3.0",
|
|
"@typescript-eslint/parser": "5.3.0",
|
|
"cordova-android": "^12.0.0",
|
|
"cordova-plugin-camera": "^6.0.0",
|
|
"cordova-plugin-device": "^2.0.2",
|
|
"cordova-plugin-fcm-with-dependecy-updated": "^7.8.0",
|
|
"cordova-plugin-ionic-keyboard": "^2.0.5",
|
|
"cordova-plugin-ionic-webview": "^5.0.0",
|
|
"cordova-plugin-splashscreen": "5.0.2",
|
|
"cordova-plugin-statusbar": "^2.4.2",
|
|
"eslint": "^7.6.0",
|
|
"eslint-plugin-import": "2.22.1",
|
|
"eslint-plugin-jsdoc": "30.7.6",
|
|
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
"jasmine-core": "~4.3.0",
|
|
"jasmine-spec-reporter": "~5.0.0",
|
|
"karma": "~6.4.0",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage": "~2.2.0",
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "~2.0.0",
|
|
"ts-node": "~8.3.0",
|
|
"typescript": "~4.8.4"
|
|
},
|
|
"description": "An Ionic project",
|
|
"cordova": {
|
|
"plugins": {
|
|
"cordova-plugin-statusbar": {},
|
|
"cordova-plugin-device": {},
|
|
"cordova-plugin-splashscreen": {},
|
|
"cordova-plugin-ionic-webview": {},
|
|
"cordova-plugin-ionic-keyboard": {},
|
|
"cordova-plugin-camera": {
|
|
"ANDROIDX_CORE_VERSION": "1.6.+"
|
|
},
|
|
"cordova-plugin-fcm-with-dependecy-updated": {}
|
|
},
|
|
"platforms": []
|
|
}
|
|
} |