init ionic 6.0
Showing
android/.gitignore
0 → 100644
android/app/.gitignore
0 → 100644
android/app/build.gradle
0 → 100644
android/app/capacitor.build.gradle
0 → 100644
android/app/google-services.json
0 → 100644
android/app/proguard-rules.pro
0 → 100644
android/app/src/main/AndroidManifest.xml
0 → 100644
9.93 KB
7.52 KB
5.72 KB
3.95 KB
16.3 KB
9.03 KB
21.8 KB
13.7 KB
28.3 KB
17.3 KB
10.2 KB
7.75 KB
5.84 KB
4 KB
16.7 KB
9.64 KB
22.2 KB
13 KB
28.5 KB
17.1 KB
android/app/src/main/res/drawable/splash.png
0 → 100644
3.95 KB
3.38 KB
4.62 KB
4.91 KB
2.55 KB
3.45 KB
3.49 KB
4.5 KB
5.8 KB
6.39 KB
6.77 KB
8.35 KB
10.8 KB
8.76 KB
10.8 KB
12.1 KB
android/app/src/main/res/values/strings.xml
0 → 100644
android/app/src/main/res/values/styles.xml
0 → 100644
android/app/src/main/res/xml/config.xml
0 → 100644
android/app/src/main/res/xml/file_paths.xml
0 → 100644
android/build.gradle
0 → 100644
android/capacitor.settings.gradle
0 → 100644
android/gradle.properties
0 → 100644
android/gradle/wrapper/gradle-wrapper.jar
0 → 100644
File added
android/gradlew
0 → 100644
android/gradlew.bat
0 → 100644
android/settings.gradle
0 → 100644
android/variables.gradle
0 → 100644
capacitor.config.json
0 → 100644
config.xml
deleted
100644 → 0
ionic.project
deleted
100644 → 0
ionic.starter.json
deleted
100644 → 0
ios/.gitignore
0 → 100644
ios/App/App.xcodeproj/project.pbxproj
0 → 100644
ios/App/App/AppDelegate.swift
0 → 100644
774 Bytes
2.05 KB
2.05 KB
3.27 KB
1.34 KB
3.04 KB
3.04 KB
5.32 KB
2.05 KB
4.7 KB
4.7 KB
7.76 KB
108 KB
8.09 KB
13.8 KB
4.42 KB
10.3 KB
11.3 KB
ios/App/App/Assets.xcassets/Contents.json
0 → 100644
40.3 KB
40.3 KB
40.3 KB
ios/App/App/Base.lproj/Main.storyboard
0 → 100644
ios/App/App/Info.plist
0 → 100644
ios/App/App/capacitor.config.json
0 → 100644
ios/App/App/config.xml
0 → 100644
ios/App/Podfile
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| { | { | ||
| "name": "2P2 App", | "name": "2P2 App", | ||
| "version": "0.0.2", | "version": "1.0", | ||
| "author": "Ionic Framework", | "author": "Aim Consulting s.r.l.", | ||
| "homepage": "https://ionicframework.com/", | "homepage": "https://www.aimconsulting.it/", | ||
| "scripts": { | "scripts": { | ||
| "ng": "ng", | "ng": "ng", | ||
| "start": "ng serve", | "start": "ng serve", | ||
| ... | @@ -13,112 +13,84 @@ | ... | @@ -13,112 +13,84 @@ |
| }, | }, | ||
| "private": true, | "private": true, | ||
| "dependencies": { | "dependencies": { | ||
| "@angular/cdk": "^7.3.7", | "@angular/common": "~12.1.1", | ||
| "@angular/common": "^7.2.2", | "@angular/core": "~12.1.1", | ||
| "@angular/core": "^7.2.2", | "@angular/forms": "~12.1.1", | ||
| "@angular/forms": "^7.2.2", | "@angular/platform-browser": "~12.1.1", | ||
| "@angular/http": "^7.2.2", | "@angular/platform-browser-dynamic": "~12.1.1", | ||
| "@angular/material": "^7.3.7", | "@angular/router": "~12.1.1", | ||
| "@angular/platform-browser": "^7.2.2", | "@capacitor/android": "3.2.4", | ||
| "@angular/platform-browser-dynamic": "^7.2.2", | "@capacitor/app": "1.0.3", | ||
| "@angular/router": "^7.2.2", | "@capacitor/core": "3.2.4", | ||
| "@ionic-native/android-permissions": "^5.6.1", | "@capacitor/haptics": "1.1.0", | ||
| "@ionic-native/core": "^5.0.0", | "@capacitor/ios": "3.2.4", | ||
| "@ionic-native/date-picker": "^5.6.0", | "@capacitor/keyboard": "1.1.0", | ||
| "@ionic-native/email-composer": "^5.8.0", | "@capacitor/status-bar": "1.0.3", | ||
| "@ionic-native/file": "^5.6.0", | "@ionic-native/android-permissions": "^5.36.0", | ||
| "@ionic-native/file-opener": "^5.7.0", | "@ionic-native/core": "^5.36.0", | ||
| "@ionic-native/in-app-browser": "^5.8.0", | "@ionic-native/date-picker": "^5.36.0", | ||
| "@ionic-native/push": "^5.24.0", | "@ionic-native/email-composer": "^5.36.0", | ||
| "@ionic-native/social-sharing": "^5.9.0", | "@ionic-native/file": "^5.36.0", | ||
| "@ionic-native/splash-screen": "^5.0.0", | "@ionic-native/file-opener": "^5.36.0", | ||
| "@ionic-native/status-bar": "^5.0.0", | "@ionic-native/in-app-browser": "^5.36.0", | ||
| "@ionic/angular": "^4.1.0", | "@ionic-native/push": "^5.36.0", | ||
| "@ionic/pro": "2.0.4", | "@ionic-native/social-sharing": "^5.36.0", | ||
| "@ionic/storage": "^2.2.0", | "@ionic-native/splash-screen": "^5.36.0", | ||
| "@ngx-translate/core": "^11.0.1", | "@ionic-native/status-bar": "^5.36.0", | ||
| "@ngx-translate/http-loader": "^4.0.0", | "@ionic/angular": "^5.5.2", | ||
| "cordova-android": "8.0.0", | "@ionic/storage-angular": "^3.0.6", | ||
| "cordova-browser": "6.0.0", | "@ngx-translate/core": "^13.0.0", | ||
| "cordova-plugin-android-permissions": "1.0.0", | "@ngx-translate/http-loader": "^6.0.0", | ||
| "cordova-plugin-datepicker": "0.9.3", | "cordova-plugin-android-permissions": "^1.1.2", | ||
| "cordova-plugin-email-composer": "0.9.2", | "cordova-plugin-datepicker": "^0.9.3", | ||
| "cordova-plugin-file": "6.0.1", | "cordova-plugin-email-composer": "^0.9.2", | ||
| "cordova-plugin-file-opener2": "2.2.0", | "cordova-plugin-file": "^6.0.2", | ||
| "cordova-plugin-inappbrowser": "3.0.0", | "cordova-plugin-file-opener2": "^3.0.5", | ||
| "cordova-plugin-x-socialsharing": "5.4.7", | "cordova-plugin-inappbrowser": "^5.0.0", | ||
| "cordova-sqlite-storage": "3.2.0", | "cordova-plugin-splashscreen": "^6.0.0", | ||
| "cordova-support-google-services": "^1.3.2", | "cordova-plugin-statusbar": "^2.4.3", | ||
| "core-js": "^2.5.4", | "cordova-plugin-x-socialsharing": "^6.0.3", | ||
| "es6-promise-plugin": "4.2.2", | "es6-promise-plugin": "^4.2.2", | ||
| "ionic-angular": "^3.9.5", | "ionic-angular": "^3.9.10", | ||
| "phonegap-plugin-multidex": "^1.0.0", | "phonegap-plugin-multidex": "^1.0.0", | ||
| "phonegap-plugin-push": "^2.3.0", | "phonegap-plugin-push": "^2.3.0", | ||
| "rxjs": "~6.5.1", | "rxjs": "~6.6.0", | ||
| "rxjs-compat": "^6.5.2", | "rxjs-compat": "^6.6.7", | ||
| "tslib": "^1.9.0", | "tslib": "^2.2.0", | ||
| "zone.js": "~0.8.29" | "zone.js": "~0.11.4" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@angular-devkit/architect": "~0.13.8", | "@angular-devkit/build-angular": "~12.1.1", | ||
| "@angular-devkit/build-angular": "~0.13.8", | "@angular-eslint/builder": "~12.0.0", | ||
| "@angular-devkit/core": "~7.3.8", | "@angular-eslint/eslint-plugin": "~12.0.0", | ||
| "@angular-devkit/schematics": "~7.3.8", | "@angular-eslint/eslint-plugin-template": "~12.0.0", | ||
| "@angular/cli": "~7.3.8", | "@angular-eslint/template-parser": "~12.0.0", | ||
| "@angular/compiler": "~7.2.2", | "@angular/cli": "~12.1.1", | ||
| "@angular/compiler-cli": "~7.2.2", | "@angular/compiler": "~12.1.1", | ||
| "@angular/language-service": "~7.2.2", | "@angular/compiler-cli": "~12.1.1", | ||
| "@ionic/angular-toolkit": "~1.5.1", | "@angular/language-service": "~12.0.1", | ||
| "@types/jasmine": "~2.8.8", | "@capacitor/cli": "3.2.4", | ||
| "@ionic/angular-toolkit": "^4.0.0", | |||
| "@types/jasmine": "~3.6.0", | |||
| "@types/jasminewd2": "~2.0.3", | "@types/jasminewd2": "~2.0.3", | ||
| "@types/node": "~12.0.0", | "@types/node": "^12.11.1", | ||
| "codelyzer": "~4.5.0", | "@typescript-eslint/eslint-plugin": "4.16.1", | ||
| "cordova-plugin-device": "^2.0.2", | "@typescript-eslint/parser": "4.16.1", | ||
| "cordova-plugin-ionic-keyboard": "^2.1.3", | "eslint": "^7.6.0", | ||
| "cordova-plugin-ionic-webview": "^4.0.1", | "eslint-plugin-import": "2.22.1", | ||
| "cordova-plugin-splashscreen": "^5.0.2", | "eslint-plugin-jsdoc": "30.7.6", | ||
| "cordova-plugin-statusbar": "^2.4.2", | "eslint-plugin-prefer-arrow": "1.2.2", | ||
| "cordova-plugin-whitelist": "^1.3.3", | "jasmine-core": "~3.8.0", | ||
| "jasmine-core": "~2.99.1", | "jasmine-spec-reporter": "~5.0.0", | ||
| "jasmine-spec-reporter": "~4.2.1", | "karma": "~6.3.2", | ||
| "karma": "~4.1.0", | "karma-chrome-launcher": "~3.1.0", | ||
| "karma-chrome-launcher": "~2.2.0", | "karma-coverage": "~2.0.3", | ||
| "karma-coverage-istanbul-reporter": "~2.0.1", | "karma-coverage-istanbul-reporter": "~3.0.2", | ||
| "karma-jasmine": "~1.1.2", | "karma-jasmine": "~4.0.0", | ||
| "karma-jasmine-html-reporter": "^0.2.2", | "karma-jasmine-html-reporter": "^1.5.0", | ||
| "protractor": "~5.4.0", | "protractor": "~7.0.0", | ||
| "ts-node": "~8.1.0", | "ts-node": "~8.3.0", | ||
| "tslint": "~5.16.0", | "typescript": "~4.2.4" | ||
| "typescript": "~3.1.6" | |||
| }, | }, | ||
| "description": "An Ionic project", | "description": "An Ionic project" | ||
| "cordova": { | |||
| "plugins": { | |||
| "cordova-plugin-whitelist": {}, | |||
| "cordova-plugin-statusbar": {}, | |||
| "cordova-plugin-device": {}, | |||
| "cordova-plugin-splashscreen": {}, | |||
| "cordova-plugin-ionic-webview": { | |||
| "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | |||
| }, | |||
| "cordova-plugin-ionic-keyboard": {}, | |||
| "cordova-sqlite-storage": {}, | |||
| "cordova-plugin-datepicker": {}, | |||
| "cordova-plugin-file": {}, | |||
| "cordova-plugin-file-opener2": {}, | |||
| "cordova-plugin-android-permissions": {}, | |||
| "cordova-plugin-email-composer": { | |||
| "ANDROID_SUPPORT_V4_VERSION": "27.+" | |||
| }, | |||
| "cordova-plugin-inappbrowser": {}, | |||
| "cordova-plugin-x-socialsharing": { | |||
| "ANDROID_SUPPORT_V4_VERSION": "24.1.1+" | |||
| }, | |||
| "phonegap-plugin-push": {} | |||
| }, | |||
| "platforms": [ | |||
| "android", | |||
| "browser" | |||
| ] | |||
| } | |||
| } | } |
src/app/app.component.scss
0 → 100644
src/app/app.html
0 → 100644
src/app/app.scss
0 → 100644
src/app/pages/about/about.html
0 → 100644
src/app/pages/about/about.scss
0 → 100644
src/app/pages/about/about.ts
0 → 100644
src/app/pages/contact/contact.html
0 → 100644
src/app/pages/contact/contact.scss
0 → 100644
src/app/pages/contact/contact.ts
0 → 100644
src/app/service/events.service.spec.ts
0 → 100644
src/app/service/events.service.ts
0 → 100644
src/assets/icon/favicon.ico
0 → 100644
File added
src/assets/imgs/logo.png
0 → 100644
38.8 KB
src/karma.conf.js
deleted
100644 → 0
src/tsconfig.app.json
deleted
100644 → 0
src/tslint.json
deleted
100644 → 0
tsconfig.app.json
0 → 100644
tslint.json
deleted
100644 → 0