-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 905 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
{
"name": "soubol",
"version": "0.1.0",
"dependencies": {
"renative": "0.28.17",
"react": "16.9.0",
"react-art": "16.9.0",
"react-dom": "16.9.0",
"react-native": "0.61.2",
"react-native-web": "0.11.7",
"react-native-web-image-loader": "0.0.5",
"react-native-gesture-handler": "1.4.1",
"react-navigation": "3.9.2",
"@react-navigation/core": "3.4.2",
"@react-navigation/native": "3.5.0",
"@react-navigation/web": "1.0.0-alpha.9",
"react-navigation-tabs": "2.0.0-alpha.0",
"react-native-reanimated": "1.0.0-alpha.12",
"react-native-vector-icons": "6.6.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"prettier": "^1.19.1",
"renative-template-hello-world": "0.28.17",
"rnv": "0.28.17",
"renative-template-blank": "latest"
}
}