-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 941 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
36
{
"name": "todo",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"redux-devtool": "remotedev"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"expo": "~47.0.9",
"expo-linear-gradient": "~12.0.1",
"expo-status-bar": "~1.4.2",
"react": "18.1.0",
"react-devtools": "3",
"react-devtools-core": "4.14",
"react-native": "0.70.5",
"react-native-debugger": "^1.1.0",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"redux-devtools-extension": "^2.13.9",
"remote-redux-devtools": "^0.5.16",
"remotedev-server": "^0.3.1"
},
"resolutions": {
"react-devtools-core": "~4.25.0"
},
"private": true
}