-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.03 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.03 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
{
"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/react-native-action-sheet": "^2.1.0",
"axios": "^0.19.0",
"eslint": "^5.12.0",
"expo": "^33.0.0",
"expo-linear-gradient": "^5.0.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"react": "16.8.3",
"react-native": "^0.59.9",
"react-native-autocomplete-input": "^3.6.0",
"react-native-elements": "^1.0.0-beta7",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-modal": "^7.0.2",
"react-native-modal-datetime-picker": "^6.0.0",
"react-native-pulse": "^1.0.7",
"react-native-responsive-linechart": "^1.5.0",
"react-native-super-grid": "^3.0.0",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-navigation": "^3.0.9"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0"
}
}