-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.39 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.39 KB
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
{
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@hookform/resolvers": "2.9.4",
"@react-native-picker/picker": "2.4.0",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/native": "^6.0.11",
"@react-navigation/stack": "^6.2.2",
"@types/humps": "^2.0.1",
"@types/react-native-dotenv": "^0.2.0",
"@types/yup": "^0.29.6",
"axios": "^0.27.2",
"expo": "^45.0.0",
"expo-app-loading": "~2.0.0",
"expo-blur": "~11.1.0",
"expo-cli": "^5.4.12",
"expo-constants": "~13.1.1",
"expo-secure-store": "~11.2.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"expo-web-browser": "~10.2.1",
"humps": "^2.0.1",
"install": "^0.13.0",
"npm": "^8.13.2",
"react": "17.0.2",
"react-async": "^10.0.1",
"react-dom": "17.0.2",
"react-hook-form": "^7.33.1",
"react-native": "0.68.2",
"react-native-animatable": "^1.3.3",
"react-native-chart-kit": "^6.12.0",
"react-native-dotenv": "^3.3.1",
"react-native-expo-image-cache": "^4.1.0",
"react-native-gesture-handler": "~2.2.1",
"react-native-material-ripple": "git+https://github.com/Tiltorito/react-native-material-ripple.git",
"react-native-reanimated": "~2.8.0",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-responsive-screen": "^1.4.1",
"react-native-root-toast": "^3.2.1",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "12.3.0",
"react-native-typography": "^1.4.1",
"react-native-web": "0.17.7",
"react-native-webview": "11.18.1",
"rxjs": "^7.5.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~17.0.21",
"@types/react-native": "~0.67.6",
"@types/react-native-snap-carousel": "^3.8.5",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"babel-preset-expo": "~9.1.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.2",
"prettier": "2.7.1",
"typescript": "~4.3.5"
},
"private": true,
"name": "quiz4math-app",
"version": "1.0.0"
}