-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 2.17 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"scripts": {
"start": "expo start",
"tunnel": "expo start --tunnel"
},
"dependencies": {
"@react-native-community/masked-view": "0.1.11",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@react-navigation/stack": "^6.0.11",
"expo": "^44.0.0",
"expo-barcode-scanner": "~11.2.0",
"expo-camera": "~12.1.0",
"expo-location": "~14.0.1",
"expo-permissions": "~13.1.0",
"expo-status-bar": "~1.2.0",
"geolib": "^3.3.3",
"jest": "^26.6.3",
"jotai": "^1.4.5",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hooks-global-state": "^1.0.2",
"react-native": "0.64.3",
"react-native-gesture-handler": "~2.1.0",
"react-native-maps": "0.29.4",
"react-native-modal": "12.1.0",
"react-native-navigation-bar-color": "^2.0.1",
"react-native-progress": "^5.0.0",
"react-native-really-awesome-button": "^1.6.0",
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-web": "0.17.1",
"react-native-webview": "11.15.0",
"styled-components": "^5.3.3",
"valtio": "^1.2.8"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@expo/ngrok": "^4.1.0",
"@types/jest": "^27.0.3",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"@types/react-test-renderer": "^17.0.1",
"@types/styled-components-react-native": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.4.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"react-native-svg-transformer": "^1.0.0",
"typescript": "~4.3.5",
"typescript-styled-plugin": "^0.18.2"
},
"private": true
}