-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·51 lines (51 loc) · 1.58 KB
/
package.json
File metadata and controls
executable file
·51 lines (51 loc) · 1.58 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
{
"name": "lim",
"license": "0BSD",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.2.0",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@react-navigation/stack": "^7.1.1",
"expo": "~52.0.20",
"expo-av": "~15.0.1",
"expo-document-picker": "~13.0.1",
"expo-notifications": "~0.29.11",
"expo-permissions": "^14.4.0",
"expo-sqlite": "~15.0.3",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-gesture-handler": "~2.20.2",
"react-native-get-random-values": "^1.11.0",
"react-native-permissions": "^5.2.1",
"react-native-push-notification": "^8.1.1",
"react-native-reanimated": "^3.16.6",
"react-native-safe-area-context": "^4.14.1",
"react-native-screens": "~4.1.0",
"react-native-sound": "^0.11.2",
"react-native-svg": "^15.10.1",
"react-native-svg-transformer": "^1.5.0",
"react-native-uuid": "^2.0.3",
"react-native-vector-icons": "^10.2.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@react-native-community/cli": "^15.1.3",
"@types/react": "~18.3.12",
"@types/react-native": "^0.72.8",
"typescript": "^5.3.3"
},
"private": true
}