-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.3 KB
/
package.json
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
{
"name": "motion-potion",
"version": "1.0.6",
"private": true,
"license": "Apache-2.0",
"main": "src/App.tsx",
"type": "module",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint --cache .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@expo/config-plugins": "~7.2.2",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"expo": "~49.0.15",
"expo-asset": "~8.10.1",
"expo-dev-client": "~2.4.12",
"expo-location": "~16.1.0",
"expo-sensors": "~12.3.0",
"expo-status-bar": "~1.6.0",
"lpf": "^1.0.0",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-gesture-handler": "~2.12.0",
"react-native-maps": "~1.7.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"expo-navigation-bar": "~2.3.0",
"expo-system-ui": "~2.4.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/double-ended-queue": "^2.1.6",
"@types/react": "~18.2.14",
"bundled-eslint-config": "^0.2.12",
"eas-cli": "^5.7.0",
"eslint": "^8.53.0",
"expo-doctor": "^1.1.3",
"typescript": "^5.1.3"
}
}