-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.23 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
{
"name": "instant-stroop",
"version": "1.0.0",
"main": "./src/index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@instantdb/react-native": "^0.4.3",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/netinfo": "9.3.10",
"react-native-get-random-values": "^1.9.0",
"@react-navigation/native": "^6.1.8",
"@react-navigation/stack": "^6.3.18",
"babel-plugin-module-resolver": "^5.0.0",
"expo": "49.0.11",
"expo-status-bar": "1.6.0",
"nativewind": "^2.0.11",
"postcss": "^8.4.23",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-root-toast": "^3.5.1",
"react-native-safe-area-context": "4.6.3",
"tailwindcss": "3.3.2",
"expo-clipboard": "~4.3.1",
"expo-dev-client": "~2.4.11",
"expo-splash-screen": "~0.20.5",
"react-native-screens": "~3.22.0",
"react-native-gesture-handler": "~2.12.0",
"@react-native-masked-view/masked-view": "0.2.9",
"expo-system-ui": "~2.4.0",
"expo-linking": "~5.0.2",
"expo-updates": "~0.18.17"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}