forked from ybh1760/Caloring
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·57 lines (57 loc) · 1.9 KB
/
package.json
File metadata and controls
executable file
·57 lines (57 loc) · 1.9 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
{
"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": {
"@expo/vector-icons": "^10.0.6",
"@types/react-redux": "^7.1.5",
"@types/styled-components": "^4.4.0",
"expo": "^35.0.0",
"expo-app-auth": "^7.0.0",
"expo-linear-gradient": "^7.0.1",
"expo-location": "^7.0.0",
"expo-permissions": "^7.0.0",
"expo-web-browser": "^7.0.1",
"prettier": "^1.18.2",
"react": "16.8.3",
"react-dom": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-chart-kit": "^3.11.0",
"react-native-gesture-handler": "^1.3.0",
"react-native-maps": "^0.25.0",
"react-native-reanimated": "^1.2.0",
"react-native-screens": "^1.0.0-alpha.23",
"react-native-svg": "^9.13.3",
"react-native-typescript-transformer": "^1.2.13",
"react-native-web": "^0.11.7",
"react-navigation": "^4.0.10",
"react-navigation-drawer": "^2.3.3",
"react-navigation-header-buttons": "^3.0.3",
"react-navigation-stack": "^1.10.3",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"styled-components": "^4.4.1",
"typescript": "^3.7.2"
},
"devDependencies": {
"@types/jest": "^24.0.23",
"@types/react": "^16.9.11",
"@types/react-native": "^0.60.22",
"@types/react-test-renderer": "^16.9.1",
"babel-plugin-inline-import": "^3.0.0",
"babel-preset-expo": "^7.1.0"
},
"private": true,
"prettier": {
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
}
}