-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
75 lines (75 loc) · 2.23 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
{
"name": "fplapp",
"version": "1.0.0",
"scripts": {
"start": "npx expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest"
},
"dependencies": {
"@babel/preset-env": "^7.1.6",
"@miblanchard/react-native-slider": "^2.1.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-navigation/native": "^6.0.11",
"@react-navigation/stack": "^6.2.2",
"@react-spring/native": "^9.5.2",
"@reduxjs/toolkit": "^1.8.5",
"@testing-library/jest-native": "^4.0.5",
"@testing-library/react-native": "^9.1.0",
"@types/jest": "^28.1.8",
"@types/lodash": "^4.14.184",
"@types/node": "^18.7.13",
"@types/react-dom": "~18.0.0",
"@types/react-redux": "^7.1.24",
"expo": "^46.0.0",
"expo-checkbox": "~2.2.0",
"expo-cli": "^6.0.5",
"expo-font": "~10.2.0",
"expo-localization": "~13.1.0",
"expo-screen-orientation": "~4.3.0",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.14.6",
"globally": "^0.0.0",
"jest": "^26.6.3",
"jest-fetch-mock": "^3.0.3",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.34",
"react": "18.0.0",
"react-devtools": "^4.25.0",
"react-devtools-core": "4.25.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-gesture-handler": "~2.5.0",
"react-native-reanimated": "~2.9.1",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-size-matters": "^0.4.0",
"react-native-svg": "12.3.0",
"react-native-web": "~0.18.7",
"react-redux": "^8.0.2",
"react-test-renderer": "18.0.0",
"redux": "^4.2.0",
"ts-jest": "^28.0.0",
"ts-node-dev": "^2.0.0",
"typescript": "^4.6.3"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@testing-library/dom": "^8.17.1",
"@testing-library/react": "^13.4.0",
"@types/d3-shape": "^3.1.0",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1"
},
"resolutions": {
"react-devtools-core": "4.24.0",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0"
},
"private": true
}