101 lines
3.2 KiB
JSON
101 lines
3.2 KiB
JSON
{
|
|
"name": "sineedgelenderapp2.0",
|
|
"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/animations": "^16.0.0",
|
|
"@angular/common": "^16.0.0",
|
|
"@angular/compiler": "^16.0.0",
|
|
"@angular/core": "^16.2.11",
|
|
"@angular/forms": "^16.0.0",
|
|
"@angular/material": "^16.2.10",
|
|
"@angular/platform-browser": "^16.0.0",
|
|
"@angular/platform-browser-dynamic": "^16.0.0",
|
|
"@angular/router": "^16.0.0",
|
|
"@capacitor/app": "5.0.6",
|
|
"@capacitor/core": "5.5.1",
|
|
"@capacitor/haptics": "5.0.6",
|
|
"@capacitor/keyboard": "5.0.6",
|
|
"@capacitor/status-bar": "5.0.6",
|
|
"@ionic-native/app-version": "^5.0.0",
|
|
"@ionic-native/core": "^5.0.0",
|
|
"@ionic/angular": "^7.5.2",
|
|
"@ionic/cordova-builders": "^10.0.0",
|
|
"@ionic/storage-angular": "^4.0.0",
|
|
"amazon-cognito-identity-js": "^6.3.6",
|
|
"ionicons": "^7.0.0",
|
|
"rxjs": "^7.8.1",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^16.0.0",
|
|
"@angular-eslint/builder": "^16.0.0",
|
|
"@angular-eslint/eslint-plugin": "^16.0.0",
|
|
"@angular-eslint/eslint-plugin-template": "^16.0.0",
|
|
"@angular-eslint/schematics": "^16.0.0",
|
|
"@angular-eslint/template-parser": "^16.0.0",
|
|
"@angular/cli": "^16.0.0",
|
|
"@angular/compiler-cli": "^16.0.0",
|
|
"@angular/language-service": "^16.0.0",
|
|
"@capacitor/cli": "5.5.1",
|
|
"@ionic/angular-toolkit": "^9.0.0",
|
|
"@types/jasmine": "~4.3.0",
|
|
"@types/node": "^12.11.1",
|
|
"@typescript-eslint/eslint-plugin": "5.3.0",
|
|
"@typescript-eslint/parser": "5.3.0",
|
|
"cordova-android": "^12.0.1",
|
|
"cordova-ios": "^7.0.1",
|
|
"cordova-plugin-app-version": "^0.1.14",
|
|
"cordova-plugin-camera": "^7.0.0",
|
|
"cordova-plugin-device": "2.0.2",
|
|
"cordova-plugin-ionic-keyboard": "^2.0.5",
|
|
"cordova-plugin-ionic-webview": "^5.0.0",
|
|
"cordova-plugin-network-information": "^3.0.0",
|
|
"cordova-plugin-splashscreen": "5.0.2",
|
|
"cordova-plugin-statusbar": "^2.4.2",
|
|
"eslint": "^7.26.0",
|
|
"eslint-plugin-import": "2.22.1",
|
|
"eslint-plugin-jsdoc": "30.7.6",
|
|
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
"jasmine-core": "~4.6.0",
|
|
"jasmine-spec-reporter": "~5.0.0",
|
|
"karma": "~6.4.0",
|
|
"karma-chrome-launcher": "~3.2.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": "~5.0.2"
|
|
},
|
|
"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-network-information": {},
|
|
"cordova-plugin-app-version": {}
|
|
},
|
|
"platforms": [
|
|
"ios",
|
|
"android"
|
|
]
|
|
}
|
|
} |