-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.78 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.78 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
{
"main": "index.js",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@gregfrench/react-native-wheel-picker": "^1.2.13",
"@react-native-async-storage/async-storage": "^1.15.4",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-masked-view/masked-view": "^0.2.3",
"@react-navigation/bottom-tabs": "^5.10.0",
"@react-navigation/material-bottom-tabs": "^6.0.0-next.2",
"@react-navigation/native": "^6.0.0-next.3",
"@react-navigation/stack": "^6.0.0-next.9",
"adb": "^0.2.0",
"expo": "~40.0.0",
"expo-splash-screen": "~0.8.0",
"expo-status-bar": "~1.0.3",
"expo-updates": "~0.4.0",
"p5": "^1.0.0",
"pitchfinder": "^2.3.1",
"react": "^16.13.1",
"react-dom": "16.13.1",
"react-native": "^0.64.0",
"react-native-gesture-handler": "~1.8.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-paper": "^4.7.2",
"react-native-reanimated": "~1.13.0",
"react-native-recording": "^0.5.1",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "^2.15.2",
"react-native-tab-view": "^3.0.1",
"react-native-unimodules": "~0.12.0",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "~0.13.12",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4",
"react-redux": "^7.2.4",
"react-timer-mixin": "^0.13.4",
"redux": "^4.1.0",
"redux-persist": "^6.0.0",
"rm": "^0.1.8"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"babel-jest": "~25.2.6",
"jest": "~25.2.6",
"react-test-renderer": "~16.13.1"
},
"jest": {
"preset": "react-native"
},
"private": true
}