-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 973 Bytes
/
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
{
"name": "img-gen-rn",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/netinfo": "9.3.10",
"@types/react-native-vector-icons": "^6.4.14",
"axios": "^1.3.5",
"expo": "^49.0.8",
"expo-dev-client": "~2.4.8",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.72.4",
"react-native-dotenv": "^3.4.8",
"react-native-toast-message": "^2.1.6",
"react-native-vector-icons": "^10.0.0",
"recoil": "^0.7.7",
"tailwindcss": "^3.3.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.14",
"@types/react-native-dotenv": "^0.2.0",
"typescript": "^5.1.3"
},
"private": true
}