-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.43 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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "ShareNFT",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.15.13",
"@react-navigation/drawer": "6.1.8",
"@react-navigation/native": "6.0.6",
"@react-navigation/native-stack": "6.2.5",
"expo": "^44.0.4",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-native": "0.66.3",
"react-native-confirmation-code-field": "7.1.0",
"react-native-contacts": "7.0.2",
"react-native-document-picker": "7.1.1",
"react-native-dropdown-picker": "5.2.3",
"react-native-gesture-handler": "1.10.3",
"react-native-indicators": "0.17.0",
"react-native-reanimated": "2.2.4",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "3.9.0",
"react-native-vector-icons": "9.0.0",
"react-redux": "7.2.6",
"redux": "4.1.2",
"redux-devtools-extension": "2.13.9",
"redux-thunk": "2.4.0"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/runtime": "7.16.3",
"@react-native-community/eslint-config": "3.0.1",
"babel-jest": "27.3.1",
"eslint": "8.2.0",
"jest": "27.3.1",
"metro-react-native-babel-preset": "0.66.2",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}