-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.62 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "weather",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npx expo start",
"android": "npx expo start --android",
"ios": "npx expo start --ios",
"web": "npx expo start --web",
"test": "jest"
},
"dependencies": {
"@expo/webpack-config": "^0.17.2",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"axios": "^1.1.3",
"axios-hooks": "^4.0.0",
"expo": "^47.0.6",
"expo-location": "~15.0.1",
"expo-status-bar": "~1.4.2",
"i18next": "^22.0.5",
"native-base": "^3.4.22",
"react": "18.1.0",
"react-dom": "^18.1.0",
"react-i18next": "^12.0.0",
"react-native": "0.70.5",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.18.0",
"react-native-svg": "12.1.1",
"react-native-web": "^0.18.10",
"react-native-web-refresh-control": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@testing-library/react-native": "^11.5.0",
"@types/jest": "^29.2.3",
"@types/react": "~18.0.14",
"@types/react-native": "~0.70.6",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.27.0",
"eslint-config-universe": "^11.1.1",
"jest": "^29.3.1",
"jest-expo": "^47.0.1",
"prettier": "^2.7.1",
"react-test-renderer": "^18.2.0",
"ts-jest": "^29.0.3",
"typescript": "^4.6.3"
},
"private": true,
"eslintConfig": {
"extends": "universe/native"
}
}