-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.65 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
{
"name": "connect-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "eslint && expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint --ext .js,.jsx,.ts,.tsx",
"test": "jest"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native/metro-config": "^0.73.3",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"axios": "^1.6.8",
"expo": "~49.0.15",
"expo-status-bar": "~1.6.0",
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^7.2.0",
"react": "18.2.0",
"react-hook-form": "^7.48.2",
"react-i18next": "^14.1.0",
"react-native": "0.72.10",
"react-native-dotenv": "^3.4.11",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"yarn": "^1.22.21",
"yup": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/webpack-config": "^19.0.0",
"@testing-library/react-native": "^12.4.3",
"@types/jest": "^29.5.11",
"@types/react": "~18.2.14",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.54.0",
"eslint-config-universe": "^12.0.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"react-dom": "18.2.0",
"react-native-web": "~0.19.6",
"react-test-renderer": "^18.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.1.3"
},
"private": true
}