-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.36 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "set BROWSER=%ProgramFiles(x86)%\\Google\\Chrome\\Application\\chrome.exe && expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"lint": "eslint .",
"jest": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "~3.0.3",
"@expo/vector-icons": "^10.0.5",
"babel-plugin-module-resolver": "^3.2.0",
"date-fns": "^2.0.1",
"expo": "^34.0.4",
"expo-asset": "^6.0.0",
"expo-constants": "6.0.0",
"expo-font": "~6.0.1",
"expo-localization": "^6.0.0",
"expo-location": "~6.0.0",
"expo-permissions": "~6.0.0",
"expo-task-manager": "~6.0.0",
"geolib": "^3.0.4",
"i18next": "^17.0.13",
"js-flock": "^3.10.1",
"mobx": "^5.13.0",
"mobx-react-lite": "^1.4.1",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-i18next": "^10.12.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-chip-view": "^0.0.12",
"react-native-gesture-handler": "~1.3.0",
"react-navigation": "^3.12.1"
},
"devDependencies": {
"babel-preset-expo": "^6.0.0",
"eslint": "^6.2.2",
"eslint-config-universe": "^1.0.7",
"jest-expo": "^34.0.1",
"prettier": "^1.18.2"
},
"private": true
}