-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.17 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": "repository-list-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",
"lint": "eslint ."
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.2",
"axios": "^1.4.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.40.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-native": "^4.0.0",
"expo": "~47.0.12",
"expo-font": "~11.0.1",
"expo-status-bar": "~1.4.2",
"phosphor-react-native": "^1.1.2",
"react": "18.1.0",
"react-native": "0.70.8",
"react-native-safe-area-context": "4.4.1",
"react-native-svg": "13.4.0",
"react-query": "^3.39.3"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react-native": "^0.71.2",
"@types/react-native-dotenv": "^0.2.0",
"babel-plugin-module-resolver": "^5.0.0",
"react-native-dotenv": "^3.4.8",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"private": true
}