-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 KB
/
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
36
{
"name": "rnfs-demo",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"setup": "bash scripts/setup.sh",
"android": "expo run:android",
"ios": "npx pod-install && expo run:ios"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-navigation/native": "^7.0.13",
"@react-navigation/native-stack": "^7.1.14",
"@reduxjs/toolkit": "^2.4.0",
"expo": "~51.0.28",
"expo-build-properties": "~0.12.5",
"expo-dev-client": "~4.0.29",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.27",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-blob-util": "^0.19.11",
"react-native-fs": "^2.20.0",
"react-native-safe-area-context": "^4.14.0",
"react-native-screens": "^4.3.0",
"react-redux": "^9.1.2",
"redux-persist": "^6.0.0",
"redux-persist-filesystem-storage": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"typescript": "^5.1.3"
},
"private": true
}