-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.68 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
{
"name": "riptide",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"dev": "./start-dev.sh",
"dev:tunnel": "./start-dev.sh",
"server": ".venv/bin/uvicorn server.main:app --reload --port 8000 --host 0.0.0.0",
"server:log": "tail -f server.log"
},
"dependencies": {
"@expo/metro-config": "~54.0.2",
"@react-navigation/native": "^7.1.19",
"@react-navigation/native-stack": "^7.6.2",
"@types/d3-shape": "^3.1.7",
"@types/styled-components-react-native": "^5.2.5",
"babel-preset-expo": "~54.0.0",
"d3-shape": "^3.2.0",
"expo": "~54.0.23",
"expo-asset": "^12.0.9",
"expo-audio": "^1.0.14",
"expo-av": "~16.0.7",
"expo-camera": "~17.0.9",
"expo-file-system": "^19.0.17",
"expo-linear-gradient": "~15.0.7",
"expo-linking": "~8.0.8",
"expo-location": "~19.0.7",
"expo-speech": "~14.0.7",
"expo-sqlite": "~16.0.9",
"expo-status-bar": "~3.0.8",
"expo-video": "~3.0.14",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-native": "^0.81.5",
"react-native-chart-kit": "^6.12.0",
"react-native-gesture-handler": "^2.28.0",
"react-native-maps": "1.20.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-transparent-video": "^0.0.1-security",
"styled-components": "^6.1.19"
},
"devDependencies": {
"@types/expo__vector-icons": "^9.0.1",
"@types/react": "~19.1.0",
"@types/styled-components": "^5.1.26",
"typescript": "~5.9.2"
},
"private": true
}