-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 3.39 KB
/
Copy pathpackage.json
File metadata and controls
103 lines (103 loc) · 3.39 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "ionifits",
"version": "5.0.0",
"author": "Ionic Team",
"homepage": "https://github.com/ionic-team/ionifits",
"description": "A showcase of Ionic App Platform technologies, including Ionic Framework, Capacitor, Appflow, and Ionic Enterprise solutions.",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"appflow:build": "ng build --configuration production",
"app-shell": "ng run app:app-shell:production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.3",
"@angular/cdk": "^17.0.1",
"@angular/common": "^17.0.3",
"@angular/core": "^17.0.3",
"@angular/forms": "^17.0.3",
"@angular/platform-browser": "^17.0.3",
"@angular/platform-browser-dynamic": "^17.0.3",
"@angular/platform-server": "^17.0.3",
"@angular/pwa": "^17.0.1",
"@angular/router": "^17.0.3",
"@angular/service-worker": "^17.0.3",
"@awesome-cordova-plugins/core": "^6.4.0",
"@capacitor/android": "^5.5.0",
"@capacitor/app": "^5.0.6",
"@capacitor/camera": "^5.0.7",
"@capacitor/core": "^5.5.0",
"@capacitor/filesystem": "^5.1.4",
"@capacitor/haptics": "^5.0.6",
"@capacitor/ios": "^5.5.0",
"@capacitor/keyboard": "^5.0.6",
"@capacitor/live-updates": "^0.1.1-beta.4",
"@capacitor/splash-screen": "^5.0.6",
"@capacitor/status-bar": "^5.0.6",
"@ionic-enterprise/apple-pay": "2.0.0",
"@ionic-enterprise/auth": "^5.1.0",
"@ionic-enterprise/google-pay": "2.0.0",
"@ionic-enterprise/identity-vault": "^5.12.1",
"@ionic-enterprise/secure-storage": "^3.0.2",
"@ionic/angular": "^7.5.5",
"@ionic/angular-server": "^7.5.1",
"@ionic/pwa-elements": "^3.0.2",
"@ionic/storage-angular": "^4.0.0",
"axios": "^0.21.1",
"core-js": "3.27.2",
"rxjs": "^7.5.0",
"swiper": "^11.0.4",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.1",
"@angular-devkit/core": "^17.0.1",
"@angular-devkit/schematics": "^17.0.1",
"@angular-eslint/builder": "^17.0.0",
"@angular-eslint/eslint-plugin": "^17.0.0",
"@angular-eslint/eslint-plugin-template": "^17.0.0",
"@angular-eslint/schematics": "^17.0.0",
"@angular-eslint/template-parser": "^17.0.0",
"@angular/cli": "^17.0.1",
"@angular/compiler": "^17.0.3",
"@angular/compiler-cli": "^17.0.3",
"@angular/language-service": "^17.0.3",
"@capacitor/cli": "^5.5.0",
"@ionic/angular-toolkit": "^9.0.0",
"@ionic/cli": "6.20.8",
"@types/jasmine": "3.10.7",
"@types/jasminewd2": "~2.0.10",
"@types/node": "16.18.12",
"@vercel/node": "^1.12.1",
"eslint": "^7.26.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"jasmine-core": "3.99.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "6.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.6.0",
"prettier": "2.8.3",
"ts-node": "^10.0.0",
"tslib": "2.5.0",
"typescript": "~5.2.2"
},
"browserslist": [
"Chrome >=79",
"ChromeAndroid >=79",
"Firefox >=70",
"Edge >=79",
"Safari >=14",
"iOS >=14"
]
}