forked from datastaxdevs/workshop-todo-native-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (51 loc) · 1.61 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
{
"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",
"build": "expo build:web"
},
"dependencies": {
"@astrajs/collections": "0.0.14",
"@astrajs/rest": "^0.0.14",
"@expo-google-fonts/inter": "^0.2.0",
"@expo/ngrok": "^4.1.0",
"@react-native-segmented-control/segmented-control": "^2.3.0",
"anonymous-files": "^1.0.1",
"astra-setup": "^0.1.20",
"babel-plugin-inline-dotenv": "^1.6.0",
"dotenv": "^10.0.0",
"expo": "~42.0.1",
"expo-app-loading": "^1.1.2",
"expo-cli": "^4.10.1",
"expo-font": "~9.2.1",
"expo-status-bar": "~1.0.4",
"fetch-with-proxy": "^3.0.1",
"ngrok": "^4.1.0",
"node-uuid": "^1.4.8",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-dotenv": "^3.1.1",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "^1.10.3",
"react-native-get-random-values": "^1.7.0",
"react-native-haptic-feedback": "^1.11.0",
"react-native-reanimated": "^2.2.0",
"react-native-responsive-fontsize": "^0.5.0",
"react-native-safe-area-context": "3.2.0",
"react-native-uuid": "^1.4.9",
"react-native-vector-icons": "8.1.0",
"react-native-web": "~0.13.12",
"uuid": "^3.4.0",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3"
},
"private": true
}