-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.73 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
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",
"build": "next build",
"test": "echo \"replace me with test command\""
},
"dependencies": {
"@expo-google-fonts/roboto": "^0.1.0",
"@expo/next-adapter": "^2.1.59",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "^5.9.2",
"@react-navigation/stack": "^5.14.2",
"@tailwindcss/postcss7-compat": "^2.0.3",
"autoprefixer": "^9.8.6",
"eas-cli": "^0.4.2",
"eslint": "^7.25.0",
"expo": "~40.0.0",
"expo-app-loading": "^1.0.1",
"expo-facebook": "~9.1.0",
"expo-font": "~8.4.0",
"expo-status-bar": "~1.0.3",
"firebase": "7.9.0",
"global": "^4.4.0",
"metro-react-native-babel-preset": "^0.65.2",
"next": "^9",
"postcss": "^7.0.35",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-addons-create-fragment": "^15.6.2",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-dropdown-picker": "^4.0.2",
"react-native-elements": "^3.2.0",
"react-native-gesture-handler": "~1.8.0",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.2",
"react-native-web": "~0.13.12",
"tailwind-rn": "^3.0.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"eslint-plugin-react": "^7.23.2",
"react-native-dotenv": "^2.5.3"
},
"private": true,
"volta": {
"node": "12.18.2",
"yarn": "1.22.10"
}
}