forked from NUSConnect/Orbital2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.14 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest && standard"
},
"dependencies": {
"@babel/core": "^7.14.6",
"@react-native-async-storage/async-storage": "^1.13.0",
"@react-native-community/checkbox": "^0.5.8",
"@react-navigation/material-bottom-tabs": "^5.3.15",
"@react-navigation/material-top-tabs": "^5.3.15",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"babel-eslint": "^10.1.0",
"depcheck": "^1.4.1",
"expo": "~41.0.1",
"expo-haptics": "^10.0.0",
"expo-image-picker": "^10.1.4",
"expo-notifications": "^0.11.6",
"expo-permissions": "^12.0.1",
"firebase": "8.2.3",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-action-button": "^2.8.5",
"react-native-animatable": "^1.3.3",
"react-native-gesture-handler": "^1.10.3",
"react-native-gifted-chat": "^0.16.3",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-keyboard-aware-scroll-view": "^0.9.4",
"react-native-modal-selector": "^2.0.3",
"react-native-onboarding-swiper": "^1.1.4",
"react-native-paper": "^4.8.1",
"react-native-popup-menu": "^0.15.10",
"react-native-reanimated": "^2.1.0",
"react-native-screens": "^3.2.0",
"react-native-shadow-cards": "^1.0.2",
"react-native-status-bar-height": "^2.6.0",
"react-native-tab-view": "2.16.0",
"react-native-vector-icons": "^8.1.0",
"standard": "^16.0.3",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@testing-library/react-native": "^7.2.0",
"jest-expo": "^41.0.0",
"jest-styled-components": "^7.0.4",
"react-test-renderer": "16.14.0"
},
"jest": {
"preset": "jest-expo"
},
"standard": {
"parser": "babel-eslint",
"env": [
"jest"
],
"globals": [
"alert",
"fetch"
]
},
"private": true
}