-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 4.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "younzee",
"version": "1.1.6",
"author": "Younzee",
"scripts": {
"ng": "ng",
"start": "ng serve --port=8100",
"start:prod": "ng serve --configuration production --port=8100",
"build": "ng build",
"build:prod": "ng build --configuration production --aot",
"launch:android:dev": "ng build && ENV=dev npx cap run android",
"launch:android:prod": "ng build --configuration production && ENV=prod npx cap run android",
"sync:android:dev": "ng build && ENV=dev npx cap sync android",
"sync:android:prod": "npm run build:prod && ENV=prod npx cap sync android",
"sync:ios:dev": "ng build && ENV=dev PLATFORM=ios npx cap sync ios",
"sync:ios:prod": "ng build --configuration production && ENV=prod PLATFORM=ios npx cap sync ios",
"test": "ng test",
"test:ci": "ng test --no-watch --no-progress --browsers=ChromeHeadlessCI",
"test:coverage": "ng test --no-watch --code-coverage",
"e2e": "ng e2e",
"lint": "npx eslint --fix .",
"format": "npx prettier --write .",
"cypress:open": "cypress open"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.0",
"@angular/common": "^14.2.0",
"@angular/core": "^14.2.0",
"@angular/fire": "^7.4.1",
"@angular/forms": "^14.2.0",
"@angular/platform-browser": "~14.2.0",
"@angular/platform-browser-dynamic": "~14.2.0",
"@angular/router": "~14.2.0",
"@capacitor-community/firebase-analytics": "^4.0.0",
"@capacitor-firebase/authentication": "^1.3.0",
"@capacitor/android": "^4.0.0",
"@capacitor/app": "^4.0.0",
"@capacitor/browser": "^4.0.0",
"@capacitor/camera": "^4.0.0",
"@capacitor/core": "^4.0.0",
"@capacitor/device": "^4.1.0",
"@capacitor/filesystem": "^4.0.0",
"@capacitor/haptics": "^4.0.0",
"@capacitor/ios": "^4.0.0",
"@capacitor/push-notifications": "^4.0.1",
"@capacitor/share": "^4.0.0",
"@capacitor/splash-screen": "^4.0.0",
"@capacitor/status-bar": "^4.0.0",
"@hugotomazi/capacitor-navigation-bar": "^2.0.0",
"@ionic-native/core": "^5.36.0",
"@ionic-native/photo-viewer": "^5.36.0",
"@ionic/angular": "^6.3.5",
"@ionic/pwa-elements": "^3.1.1",
"@ionic/storage-angular": "^3.0.6",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"angular-mydatepicker": "^0.11.5",
"date-fns": "^2.29.2",
"firebase": "^9.17.1",
"hammerjs": "^2.0.8",
"instabug-cordova": "^11.3.0",
"ionic-selectable": "^4.9.0",
"ngx-image-cropper": "^6.2.1",
"ngx-spinner": "^14.0.0",
"rxjs": "^7.5.6",
"swiper": "^8.4.4",
"tslib": "^2.4.0",
"zone.js": "^0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "~14.2.1",
"@angular-eslint/builder": "^14.0.3",
"@angular-eslint/eslint-plugin": "^14.0.3",
"@angular-eslint/eslint-plugin-template": "^14.0.3",
"@angular-eslint/template-parser": "^14.0.3",
"@angular/cli": "^14.2.1",
"@angular/compiler": "~14.2.0",
"@angular/compiler-cli": "~14.2.0",
"@angular/language-service": "~14.2.0",
"@capacitor/cli": "^4.0.0",
"@ionic/angular-toolkit": "^7.0.0",
"@types/jasmine": "^4.3.0",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"cross-env": "^7.0.3",
"cypress": "^10.6.0",
"cypress-file-upload": "^5.0.8",
"eslint": "^7.6.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unused-imports": "^2.0.0",
"jasmine-core": "^4.3.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.3.19",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"prettier": "^2.7.1",
"ts-node": "~8.3.0",
"typescript": "^4.8.2"
},
"description": "Younzee project"
}