-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.79 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
{
"name": "hinge-guess",
"version": "1.0.0",
"author": "Erkam Yaman (erkamyaman)",
"homepage": "https://github.com/erkamyaman/hinge-guess#readme",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/common": "22.1.7",
"@angular/compiler": "22.1.7",
"@angular/core": "22.1.7",
"@angular/forms": "22.1.7",
"@angular/platform-browser": "22.1.7",
"@angular/platform-browser-dynamic": "22.1.7",
"@angular/router": "22.1.7",
"@capacitor/app": "8.1.1",
"@capacitor/core": "8.5.2",
"@capacitor/haptics": "8.0.2",
"@capacitor/ios": "^8.5.2",
"@capacitor/keyboard": "8.0.5",
"@capacitor/status-bar": "8.0.3",
"@capgo/capacitor-native-navigation": "^8.3.2",
"@erkamyaman/capacitor-foldable": "^8.2.0",
"@ionic/angular": "^9.0.0",
"ionicons": "^8.1.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "22.1.8",
"@angular/cli": "22.1.8",
"@angular/compiler-cli": "22.1.7",
"@angular/language-service": "22.1.7",
"@capacitor/cli": "8.5.2",
"@ionic/angular-toolkit": "^13.0.0",
"angular-eslint": "22.0.0",
"eslint": "^10.10.0",
"jsdom": "^26.0.0",
"typescript": "~6.0.0",
"typescript-eslint": "^8.61.0",
"vitest": "~4.0.18"
},
"description": "Guess the hinge angle of an iPhone Duo or an Android foldable, built with Ionic Angular, Capacitor and @erkamyaman/capacitor-foldable.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/erkamyaman/hinge-guess.git"
},
"bugs": {
"url": "https://github.com/erkamyaman/hinge-guess/issues"
}
}