-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.67 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
{
"name": "kodo",
"version": "0.0.1",
"private": true,
"license": "AGPL-3.0-or-later",
"description": "Kodō — slim companion app for Xiaomi Smart Band 9 Active. Expo + Nitro Modules port of Gadgetbridge.",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"prebuild": "expo prebuild",
"lint": "eslint . --max-warnings=0",
"typecheck": "tsc --noEmit",
"test": "bun test",
"format": "prettier --write \"**/*.{ts,tsx,js,json,md}\""
},
"dependencies": {
"expo": "~56.0.4",
"expo-blur": "~56.0.3",
"expo-build-properties": "^56.0.14",
"expo-font": "~56.0.5",
"expo-haptics": "~56.0.3",
"expo-image": "~56.0.9",
"expo-linear-gradient": "~56.0.4",
"expo-localization": "~56.0.4",
"expo-notifications": "~56.0.13",
"expo-router": "~56.2.6",
"expo-status-bar": "~56.0.3",
"expo-system-ui": "~56.0.5",
"i18n-js": "~4.5.3",
"react": "19.2.3",
"react-native": "0.85.3",
"react-native-gesture-handler": "~2.31.2",
"react-native-mmkv": "~4.3.1",
"react-native-nitro-modules": "~0.35.7",
"react-native-reanimated": "~4.3.1",
"react-native-safe-area-context": "~5.8.0",
"react-native-screens": "~4.25.2",
"react-native-svg": "~15.15.5",
"react-native-worklets": "~0.8.3"
},
"devDependencies": {
"@babel/core": "^7.25.0",
"@types/react": "~19.2.0",
"eslint": "^9.18.0",
"eslint-config-expo": "~9.2.0",
"eslint-plugin-react": "^7.37.4",
"nitrogen": "^0.35.7",
"prettier": "^3.4.2",
"typescript": "~5.9.2"
},
"engines": {
"node": ">=20"
}
}