-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.59 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "myapp",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios --simulator='iPhone 15'",
"lint": "eslint .",
"start": "react-native start --experimental-debugger",
"test": "jest --coverage"
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.11",
"@react-native-firebase/app": "^19.2.2",
"@react-native-firebase/auth": "^19.2.2",
"@react-native-firebase/firestore": "^19.2.2",
"@react-native-firebase/storage": "^19.2.2",
"@react-native-google-signin/google-signin": "^13.0.3",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.23",
"@stripe/stripe-react-native": "^0.38.6",
"@testing-library/react-native": "^12.5.1",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^7.1.0",
"@unform/mobile": "^2.1.6",
"axios": "^1.7.2",
"immer": "^10.0.3",
"jest-styled-components": "^7.2.0",
"metro-react-native-babel-preset": "^0.77.0",
"react": "18.2.0",
"react-native": "0.73.5",
"react-native-gesture-handler": "^2.15.0",
"react-native-image-picker": "^7.1.0",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-progress": "^5.0.1",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.29.0",
"react-native-vector-icons": "^10.0.3",
"react-redux": "^9.1.0",
"redux": "^5.0.1",
"redux-devtools-extension": "^2.13.9",
"redux-saga": "^1.3.0",
"styled-components": "^6.1.11",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"yup": "^1.3.3"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.5",
"@react-native/typescript-config": "0.73.1",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.7.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"react-native-dotenv": "^3.4.11",
"react-test-renderer": "18.2.0",
"typescript": "^5.5.2"
},
"engines": {
"node": ">=18"
}
}