-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.59 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
49
50
51
52
{
"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": {
"@react-native-community/masked-view": "^0.1.1",
"@types/styled-components": "^4.1.19",
"astronomy-engine": "^1.0.2",
"axios": "^0.19.0",
"expo": "^35.0.0",
"expo-asset": "~7.0.0",
"expo-av": "~7.0.0",
"expo-blur": "~7.0.0",
"expo-keep-awake": "~7.0.0",
"expo-linear-gradient": "~7.0.0",
"expo-sharing": "~7.0.0",
"lodash": "^4.17.15",
"lottie-react-native": "~2.6.1",
"mobx": "^5.14.2",
"mobx-react": "^6.1.4",
"particle-api-js": "^8.0.0",
"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-gesture-handler": "~1.3.0",
"react-native-paper": "^3.0.0",
"react-native-reanimated": "~1.2.0",
"react-native-safe-area-context": "~0.3.6",
"react-native-screens": "~1.0.0-alpha.23",
"react-native-shared-element": "~0.5.1",
"react-native-size-matters": "^0.2.1",
"react-native-svg": "~9.9.2",
"react-native-web": "^0.11.7",
"react-navigation": "^4.0.10",
"react-navigation-animated-switch": "^0.3.2",
"react-navigation-stack": "^1.10.3",
"styled-components": "^4.4.0",
"styled-is": "^1.3.0"
},
"devDependencies": {
"@types/react": "^16.9.11",
"@types/react-native": "^0.57.65",
"babel-preset-expo": "^7.0.0",
"typescript": "^3.6.4"
},
"private": true
}