-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.3 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.3 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
{
"name": "github-explorer-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest --runInBand"
},
"dependencies": {
"@react-native-async-storage/async-storage": "2.2.0",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"axios": "^1.4.0",
"expo": "^54.0.31",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-vector-icons": "^10.0.0",
"react-native-webview": "13.15.0",
"react-test-renderer": "19.1.0",
"styled-components": "^6.3.6",
"yup": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@eslint/js": "^9.39.2",
"@faker-js/faker": "^9.9.0",
"@testing-library/react-native": "^12.2.2",
"@types/jest": "29.5.14",
"axios-mock-adapter": "^2.1.0",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"factory-girl": "^5.0.4",
"globals": "^17.0.0",
"jest": "~29.7.0",
"jest-expo": "~54.0.16",
"prop-types": "^15.8.1"
},
"private": true
}