-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 876 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 876 Bytes
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
{
"name": "swiftshield",
"license": "0BSD",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.23.1",
"axios": "^1.7.9",
"expo": "~52.0.11",
"expo-notifications": "~0.29.13",
"expo-status-bar": "~2.0.0",
"express": "^4.21.2",
"nativewind": "^4.1.23",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-gesture-handler": "^2.24.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-paper": "^5.13.1",
"react-native-svg": "^15.10.0",
"tailwindcss": "^3.4.16"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native-community/cli": "latest"
},
"private": true
}