-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.58 KB
/
package.json
File metadata and controls
49 lines (49 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
{
"name": "bearsweeper",
"version": "1.2.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint .",
"lint:fix": "yarn lint --fix",
"prettify": "npx prettier --write ./src",
"postinstall": "npx patch-package",
"adb": "adb reverse tcp:8081 tcp:8081"
},
"dependencies": {
"@expo/config-plugins": "^10.1.2",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-navigation/native": "^6.0.8",
"@react-navigation/stack": "^6.1.1",
"expo": "~53.0.19",
"expo-dev-client": "~5.2.4",
"expo-font": "~13.3.2",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"expo-updates": "~0.28.17",
"react": "19.0.0",
"react-native": "0.79.5",
"react-native-gesture-handler": "^2.24.0",
"react-native-safe-area-context": "^5.4.0",
"react-native-vector-icons": "^10.0.0",
"react-redux": "^8.0.5",
"redux": "^4.1.2",
"redux-actions": "^2.6.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@react-native-community/eslint-config": "^3.2.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.48.0",
"prettier": "^3.0.3",
"redux-devtools-extension": "^2.13.9"
},
"private": true,
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}