|
@@ -1,67 +1,50 @@
|
|
|
{
|
|
|
"name": "app-angular",
|
|
|
- "version": "0.0.1",
|
|
|
- "author": "Ionic Framework",
|
|
|
- "homepage": "https://ionicframework.com/",
|
|
|
+ "version": "0.0.0",
|
|
|
"scripts": {
|
|
|
"ng": "ng",
|
|
|
"start": "ng serve",
|
|
|
"build": "ng build",
|
|
|
"watch": "ng build --watch --configuration development",
|
|
|
- "test": "ng test",
|
|
|
- "lint": "ng lint"
|
|
|
+ "test": "ng test"
|
|
|
},
|
|
|
"private": true,
|
|
|
"dependencies": {
|
|
|
- "@angular/animations": "^18.0.0",
|
|
|
- "@angular/common": "^18.0.0",
|
|
|
- "@angular/compiler": "^18.0.0",
|
|
|
- "@angular/core": "^18.0.0",
|
|
|
- "@angular/forms": "^18.0.0",
|
|
|
- "@angular/platform-browser": "^18.0.0",
|
|
|
- "@angular/platform-browser-dynamic": "^18.0.0",
|
|
|
- "@angular/router": "^18.0.0",
|
|
|
- "@capacitor/app": "6.0.0",
|
|
|
- "@capacitor/core": "6.1.0",
|
|
|
- "@capacitor/haptics": "6.0.0",
|
|
|
- "@capacitor/keyboard": "6.0.1",
|
|
|
- "@capacitor/status-bar": "6.0.0",
|
|
|
- "@ionic/angular": "^8.0.0",
|
|
|
- "@types/parse": "^3.0.9",
|
|
|
- "ionicons": "^7.0.0",
|
|
|
- "parse": "^5.1.0",
|
|
|
- "pinyin": "^4.0.0-alpha.0",
|
|
|
+ "@angular/animations": "^16.2.0",
|
|
|
+ "@angular/common": "^16.2.0",
|
|
|
+ "@angular/compiler": "^16.2.0",
|
|
|
+ "@angular/core": "^16.2.0",
|
|
|
+ "@angular/forms": "^16.2.0",
|
|
|
+ "@angular/platform-browser": "^16.2.0",
|
|
|
+ "@angular/platform-browser-dynamic": "^16.2.0",
|
|
|
+ "@angular/router": "^16.2.0",
|
|
|
+ "@capacitor/android": "^5.6.0",
|
|
|
+ "@capacitor/app": "5.0.6",
|
|
|
+ "@capacitor/core": "^5.6.0",
|
|
|
+ "@capacitor/haptics": "5.0.6",
|
|
|
+ "@capacitor/keyboard": "5.0.6",
|
|
|
+ "@capacitor/status-bar": "5.0.6",
|
|
|
+ "@ionic/angular": "^7.5.0",
|
|
|
+ "parse": "^4.2.0",
|
|
|
"rxjs": "~7.8.0",
|
|
|
"tslib": "^2.3.0",
|
|
|
- "zone.js": "~0.14.2"
|
|
|
+ "zone.js": "~0.13.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@angular-devkit/build-angular": "^18.0.0",
|
|
|
- "@angular-eslint/builder": "^18.0.0",
|
|
|
- "@angular-eslint/eslint-plugin": "^18.0.0",
|
|
|
- "@angular-eslint/eslint-plugin-template": "^18.0.0",
|
|
|
- "@angular-eslint/schematics": "^18.0.0",
|
|
|
- "@angular-eslint/template-parser": "^18.0.0",
|
|
|
- "@angular/cli": "^18.0.0",
|
|
|
- "@angular/compiler-cli": "^18.0.0",
|
|
|
- "@angular/language-service": "^18.0.0",
|
|
|
- "@capacitor/cli": "6.1.0",
|
|
|
- "@ionic/angular-toolkit": "^11.0.1",
|
|
|
- "@types/jasmine": "~5.1.0",
|
|
|
- "@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
|
- "@typescript-eslint/parser": "^6.0.0",
|
|
|
- "eslint": "^8.57.0",
|
|
|
- "eslint-plugin-import": "^2.29.1",
|
|
|
- "eslint-plugin-jsdoc": "^48.2.1",
|
|
|
- "eslint-plugin-prefer-arrow": "1.2.2",
|
|
|
- "jasmine-core": "~5.1.0",
|
|
|
- "jasmine-spec-reporter": "~5.0.0",
|
|
|
+ "@angular-devkit/build-angular": "^16.2.2",
|
|
|
+ "@angular/cli": "~16.2.2",
|
|
|
+ "@angular/compiler-cli": "^16.2.0",
|
|
|
+ "@capacitor/cli": "^5.6.0",
|
|
|
+ "@compodoc/compodoc": "^1.1.23",
|
|
|
+ "@ionic/angular-toolkit": "latest",
|
|
|
+ "@types/jasmine": "~4.3.0",
|
|
|
+ "@types/parse": "^3.0.5",
|
|
|
+ "jasmine-core": "~4.6.0",
|
|
|
"karma": "~6.4.0",
|
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
|
"karma-coverage": "~2.2.0",
|
|
|
"karma-jasmine": "~5.1.0",
|
|
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
|
- "typescript": "~5.4.0"
|
|
|
- },
|
|
|
- "description": "An Ionic project"
|
|
|
+ "typescript": "~5.1.3"
|
|
|
+ }
|
|
|
}
|