-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.08 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
{
"name": "subsfy",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.2",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@reduxjs/toolkit": "^1.8.2",
"@types/react-native-dotenv": "^0.2.0",
"@types/redux-mock-store": "^1.0.3",
"axios": "^0.27.2",
"expo": "~45.0.0",
"expo-app-loading": "~2.0.0",
"expo-auth-session": "~3.6.1",
"expo-font": "~10.1.0",
"expo-linear-gradient": "~11.3.0",
"expo-random": "~12.2.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"jest-expo": "^45.0.1",
"native-base": "^3.4.5",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.69.0",
"react-native-dotenv": "^3.3.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-svg": "12.3.0",
"react-native-vector-icons": "^9.1.0",
"react-native-web": "0.17.7",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"redux-mock-store": "^1.5.4",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@swc/core": "^1.2.185",
"@swc/jest": "^0.2.21",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/react-native": "^9.1.0",
"@testing-library/user-event": "^14.2.0",
"@types/jest": "^27.5.1",
"@types/react": "~17.0.21",
"@types/react-dom": "^18.0.4",
"@types/react-native": "^0.67.7",
"@types/react-native-vector-icons": "^6.4.10",
"@types/react-test-renderer": "^18.0.0",
"@types/styled-components-react-native": "^5.1.3",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"react-test-renderer": "^18.1.0",
"ts-node": "^10.7.0",
"typescript": "~4.3.5"
},
"private": true
}