-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.2 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2.2 KB
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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./components ./hooks ./screens ./Style App.tsx"
},
"dependencies": {
"@react-native-community/checkbox": "^0.5.5",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/picker": "1.6.6",
"@react-navigation/native": "^5.7.5",
"@react-navigation/stack": "^5.9.2",
"@types/isomorphic-fetch": "0.0.35",
"@typescript-eslint/parser": "^4.8.1",
"babel-eslint": "^10.1.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"expo": "~39.0.2",
"expo-camera": "~9.0.0",
"expo-module-scripts": "^1.2.0",
"expo-permissions": "~9.3.0",
"expo-status-bar": "~1.0.2",
"isomorphic-fetch": "^3.0.0",
"prettier": "^2.2.0",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.2.tar.gz",
"react-native-gesture-handler": "~1.7.0",
"react-native-image-picker": "^2.3.4",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-loading-spinner-overlay": "^2.0.0",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-web": "~0.13.12",
"react-responsive-select": "^6.0.3",
"react-with-styles": "^4.1.0",
"yarn": "^1.22.10"
},
"devDependencies": {
"@types/react": "~16.9.35",
"@types/react-dom": "~16.9.8",
"@types/react-native": "~0.63.2",
"@types/react-native-loading-spinner-overlay": "^0.5.2",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"eslint": "^7.10.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-airbnb-typescript": "^11.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"react-native-web": "~0.13.7",
"typescript": "~3.9.5"
},
"private": true
}