-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.63 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.63 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
{
"name": "runova_fe",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"format": "prettier --write ."
},
"dependencies": {
"@emotion/native": "^11.11.0",
"@emotion/react": "^11.14.0",
"@expo/metro-runtime": "~5.0.4",
"@react-native-google-signin/google-signin": "^15.0.0",
"@react-navigation/bottom-tabs": "^7.4.6",
"@react-navigation/native": "^7.1.17",
"@react-navigation/native-stack": "^7.3.25",
"@react-three/drei": "^10.7.6",
"@react-three/fiber": "^9.3.0",
"@rnmapbox/maps": "^10.1.41",
"@turf/turf": "^7.2.0",
"axios": "^1.11.0",
"d3-geo": "^3.1.1",
"expo": "~53.0.20",
"expo-build-properties": "~0.14.8",
"expo-constants": "~17.1.7",
"expo-crypto": "^14.1.5",
"expo-dev-client": "~5.2.4",
"expo-file-system": "~18.1.11",
"expo-gl": "^16.0.7",
"expo-linear-gradient": "~14.1.5",
"expo-location": "^18.1.6",
"expo-media-library": "~17.1.7",
"expo-speech": "^14.0.7",
"expo-status-bar": "~2.2.3",
"lucide-react-native": "^0.540.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.5",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.28.0",
"react-native-reanimated": "^4.1.0",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-share": "^12.2.0",
"react-native-svg": "15.11.2",
"react-native-toast-message": "^2.3.3",
"react-native-view-shot": "^4.0.3",
"react-native-vision-camera": "^4.7.2",
"react-native-web": "^0.20.0",
"react-native-webview": "13.13.5",
"react-native-worklets": "^0.5.1",
"react-native-worklets-core": "^1.6.2",
"three": "^0.180.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@eslint/js": "^9.33.0",
"@types/d3-geo": "^3.1.0",
"@types/react": "~19.0.10",
"@typescript-eslint/eslint-plugin": "^8.39.1",
"@typescript-eslint/parser": "^8.39.1",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^9.33.0",
"eslint-config-universe": "^15.0.3",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-native": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^16.3.0",
"prettier": "^3.6.2",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1"
},
"private": true
}