-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.31 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
{
"name": "empty-project-template",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"@expo/vector-icons": "^8.1.0",
"@turf/destination": "^6.0.1",
"date-utils": "^1.2.21",
"expo": "^34.0.0",
"expo-cli": "^2.6.5",
"native-base": "^2.11.0",
"prop-types": "^15.6.2",
"react": "16.8.3",
"react-devtools": "^3.6.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-elements": "^0.19.1",
"react-native-maps": "^0.22.1",
"react-native-maps-super-cluster": "^1.5.0",
"react-native-modalbox": "^1.6.0",
"react-native-vector-icons": "^6.2.0",
"react-navigation": "^3.0.6",
"react-navigation-drawer": "^1.1.0",
"xmldom": "^0.1.27"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-preset-airbnb": "^3.0.1",
"babel-preset-react-native": "^4.0.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"eslint-watch": "^4.0.2",
"react-native-dotenv": "^0.2.0"
}
}