-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 942 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
{
"name": "icicihome",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@react-navigation/bottom-tabs": "6.0.9",
"@react-navigation/native": "6.0.6",
"@react-navigation/stack": "6.0.11",
"@types/react-native-vector-icons": "6.4.10",
"pics": "1.0.3",
"react": "17.0.*",
"react-dom": "17.0.*",
"react-native-dynamic-vector-icons": "1.1.6",
"react-native-icons": "0.7.1",
"react-native-pager-view": "6.0.0-rc.0",
"react-native-safe-area-context": "3.3.2",
"react-native-vector-icons": "9.0.0",
"react-native-web": "0.17.0",
"react-navigation": "4.4.4",
"react-scripts": "3.4.1",
"tm-react-native-pager-view": "1.0.2"
},
"devDependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}