forked from Fridgerio/Fridgerio-App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) Β· 1.26 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
{
"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"
},
"dependencies": {
"axios": "^0.19.0",
"expo": "^34.0.1",
"expo-barcode-scanner": "^6.0.0",
"expo-permissions": "^6.0.0",
"expo-sqlite": "^6.0.0",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-gesture-handler": "~1.3.0",
"react-native-modal-datetime-picker": "^7.5.0",
"react-native-picker-select": "^6.3.2",
"react-native-reanimated": "~1.1.0",
"react-native-snackbar-component": "^1.1.0",
"react-native-svg": "^9.8.4",
"react-native-swipeable": "^0.6.0",
"react-native-web": "^0.11.4",
"react-navigation": "^3.11.1",
"styled-components": "^4.3.2",
"toggle-switch-react-native": "^2.1.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"babel-preset-expo": "^6.0.0",
"eslint": "^6.2.1",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"prettier": "^1.18.2"
},
"private": true
}