-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.8 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.8 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
88
{
"name": "pokedex_ionic",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "jetifier"
},
"private": true,
"dependencies": {
"@angular/common": "~12.2.4",
"@angular/core": "^12.2.4",
"@angular/fire": "^6.1.5",
"@angular/forms": "^12.2.4",
"@angular/platform-browser": "^12.2.4",
"@angular/platform-browser-dynamic": "^12.2.4",
"@angular/pwa": "^12.2.4",
"@angular/router": "^12.2.4",
"@angular/service-worker": "^12.2.4",
"@capacitor-community/native-audio": "^3.0.0",
"@capacitor-community/speech-recognition": "1.0.0",
"@capacitor-community/text-to-speech": "^1.1.1",
"@capacitor/android": "3.2.2",
"@capacitor/core": "^3.2.2",
"@capacitor/haptics": "^1.0.3",
"@capacitor/network": "^1.0.3",
"@capacitor/screen-reader": "^1.0.3",
"@capacitor/share": "^1.0.4",
"@capacitor/status-bar": "^1.0.3",
"@capacitor/storage": "^1.1.0",
"@ionic-native/core": "^5.36.0",
"@ionic/angular": "^5.7.0",
"@ionic/core": "^5.7.0",
"@ionic/pwa-elements": "^3.0.2",
"@ionic/storage-angular": "^3.0.6",
"@ngrx/store": "^12.4.0",
"@robingenz/capacitor-app-update": "^1.0.0",
"animate.css": "^4.1.1",
"firebase": "^8.6.3",
"rxjs": "~7.1.0",
"rxjs-compat": "^6.6.7",
"safe-pipe": "^1.0.3",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.4",
"@angular-eslint/builder": "^12.3.1",
"@angular-eslint/eslint-plugin": "12.3.1",
"@angular-eslint/eslint-plugin-template": "12.3.1",
"@angular-eslint/template-parser": "12.3.1",
"@angular/cli": "^12.2.4",
"@angular/compiler": "^12.2.4",
"@angular/compiler-cli": "^12.2.4",
"@angular/language-service": "^12.2.4",
"@capacitor/cli": "^3.2.2",
"@ionic/angular-toolkit": "^4.0.0",
"@ionic/lab": "^3.2.10",
"@types/jasmine": "~3.9.0",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^15.6.1",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
"eslint": "^7.27.0",
"eslint-plugin-import": "2.23.3",
"eslint-plugin-jsdoc": "35.0.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~7.0.0",
"jetifier": "^2.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.6.0",
"protractor": "~7.0.0",
"ts-node": "~10.0.0",
"typescript": "^4.2.4"
},
"description": "An Ionic project"
}