-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 3.22 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 3.22 KB
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
{
"name": "capacitor-firebase-plugin-demo",
"version": "0.0.1",
"author": "Robin Genz <mail@robingenz.dev>",
"homepage": "https://github.com/robingenz/capacitor-firebase-plugin-demo",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"test": "ng test",
"test:ci": "ng test --watch=false --progress=false --code-coverage --browsers=HeadlessChrome",
"lint": "ng lint && npm run prettier -- --check",
"fmt": "ng lint --fix && npm run prettier -- --write",
"prettier": "prettier \"{src,e2e/src}/**/*.{css,scss,html,ts,js}\""
},
"private": true,
"dependencies": {
"@angular/common": "21.2.0",
"@angular/core": "21.2.0",
"@angular/forms": "21.2.0",
"@angular/platform-browser": "21.2.0",
"@angular/platform-browser-dynamic": "21.2.0",
"@angular/router": "21.2.0",
"@capacitor-firebase/analytics": "8.1.0",
"@capacitor-firebase/app": "8.1.0",
"@capacitor-firebase/app-check": "8.1.0",
"@capacitor-firebase/crashlytics": "8.1.0",
"@capacitor-firebase/firestore": "https://pkg.pr.new/capawesome-team/capacitor-firebase/@capacitor-firebase/firestore@972b577",
"@capacitor-firebase/functions": "8.1.0",
"@capacitor-firebase/messaging": "8.1.0",
"@capacitor-firebase/performance": "8.1.0",
"@capacitor-firebase/remote-config": "8.1.0",
"@capacitor-firebase/storage": "8.1.0",
"@capacitor/android": "8.1.0",
"@capacitor/app": "8.0.1",
"@capacitor/core": "8.1.0",
"@capacitor/filesystem": "8.1.2",
"@capacitor/haptics": "8.0.1",
"@capacitor/ios": "8.1.0",
"@capacitor/keyboard": "8.0.1",
"@capacitor/status-bar": "8.0.1",
"@capawesome-team/capacitor-file-opener": "8.0.1",
"@capawesome/capacitor-file-picker": "8.0.2",
"@ionic/angular": "8.7.18",
"firebase": "12.10.0",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.0",
"@angular-eslint/builder": "21.2.0",
"@angular-eslint/eslint-plugin": "21.2.0",
"@angular-eslint/eslint-plugin-template": "21.2.0",
"@angular-eslint/template-parser": "21.2.0",
"@angular/cli": "21.2.0",
"@angular/compiler": "21.2.0",
"@angular/compiler-cli": "21.2.0",
"@angular/language-service": "21.2.0",
"@capacitor/cli": "8.1.0",
"@ionic/angular-toolkit": "12.3.0",
"@ionic/cli": "7.2.1",
"@types/jasmine": "6.0.0",
"@types/jasminewd2": "2.0.13",
"@types/node": "25.3.3",
"@typescript-eslint/eslint-plugin": "8.56.1",
"@typescript-eslint/parser": "8.56.1",
"eslint": "9.39.3",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "62.7.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"firebase-tools": "15.8.0",
"jasmine-core": "6.1.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.2.0",
"prettier": "3.8.1",
"puppeteer": "24.37.5",
"ts-node": "10.9.2",
"typescript": "5.9.3"
},
"description": "Simple Ionic Angular app to demonstrate the use of certain Capacitor Firebase plugins."
}