-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.58 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.58 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
{
"name": "react-native-tailwind-example",
"description": "Example app for react-native-tailwind",
"version": "0.0.1",
"private": true,
"main": "index",
"scripts": {
"android": "expo start --android -c",
"ios": "expo start --ios -c",
"web": "expo start --web -c",
"start": "expo start -c"
},
"dependencies": {
"@expo/webpack-config": "^19.0.0",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"expo": "^49.0.8",
"expo-application": "~5.9.0",
"expo-haptics": "~12.8.0",
"expo-screen-orientation": "~6.4.0",
"expo-splash-screen": "~0.30.0",
"expo-status-bar": "~1.12.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.10",
"react-native-gesture-handler": "~2.12.0",
"react-native-popper": "0.3.2",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "15.1.0",
"react-native-web": "~0.21.0",
"setimmediate": "^1.0.5",
"sharp-cli": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/runtime": "7.22.10",
"@types/react": "~18.2.14",
"@types/react-native": "^0.72.2",
"babel-loader": "9.1.3",
"babel-plugin-module-resolver": "5.0.0",
"babel-preset-expo": "^9.5.2"
},
"resolutions": {
"react-error-overlay": "6.0.9",
"react-native-reanimated": "3.3.0"
}
}