forked from michaelkli1998/PLP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.26 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
{
"name": "pairlunchpicker",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"compile": "yarn && cd ios && bundle && pod install && cd ..",
"ios": "react-native run-ios --simulator='iPhone 14 Pro Max'",
"android": "react-native run-android",
"lint": "eslint .",
"lint:quiet": "eslint . --quiet"
},
"dependencies": {
"@notifee/react-native": "^7.2.0",
"@react-native-async-storage/async-storage": "^1.17.3",
"@react-native-community/datetimepicker": "^6.1.2",
"@react-native-firebase/app": "^16.5.0",
"@react-native-firebase/auth": "^16.5.0",
"@react-native-firebase/messaging": "^16.5.0",
"@react-native-google-signin/google-signin": "^9.0.2",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/stack": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"api": "^4.3.0",
"axios": "^0.26.1",
"eslint": "^8.13.0",
"eslint-plugin-react-native": "^4.0.0",
"node": "~16.13.0",
"react": "~17.0.2",
"react-native": "~0.68.1",
"react-native-countdown-component": "^2.7.1",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~1.10.3",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.5.6",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^13.1.2",
"react-native-pager-view": "^5.4.15",
"react-native-really-awesome-button": "^1.6.0",
"react-native-safe-area-context": "^4.2.4",
"react-native-screens": "^3.13.1",
"react-native-search-bar": "^3.5.1",
"react-native-segmented-control-tab": "^4.0.0",
"react-native-spinkit": "^1.5.1",
"react-native-sqlite-storage": "^6.0.1",
"react-native-svg": "^12.3.0",
"react-native-swiper": "^1.6.0",
"react-native-system-navigation-bar": "^1.0.4",
"react-native-tab-view": "^3.1.1",
"react-native-vector-icons": "^9.1.0",
"react-native-wheel-color-picker": "^1.2.0",
"typescript": "^4.6.3"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"eslint-plugin-react": "^7.29.4",
"metro-react-native-babel-preset": "^0.66.2"
}
}