forked from yuna17c/recipro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.83 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.83 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
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.1.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-firebase/app": "^10.8.0",
"@react-native-firebase/firestore": "^10.8.0",
"@react-navigation/native": "^5.9.2",
"@react-navigation/stack": "^5.14.2",
"expo": "^40.0.1",
"expo-cli": "^4.1.6",
"expo-font": "~8.4.0",
"expo-splash-screen": "~0.8.0",
"expo-status-bar": "~1.0.3",
"expo-updates": "~0.4.0",
"firebase": "7.9.0",
"firebase-admin": "^9.5.0",
"firebase-app": "^0.0.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "~0.63.4",
"react-native-dropdown-picker": "^4.0.2",
"react-native-gesture-handler": "^1.8.0",
"react-native-reanimated": "^1.13.2",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.15.2",
"react-native-snap-carousel": "^3.9.1",
"react-native-swiper": "^1.6.0",
"react-native-unimodules": "~0.12.0",
"react-native-web": "^0.15.0",
"react-navigation": "^4.4.3"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"babel-jest": "~25.2.6",
"jest": "~25.2.6",
"react-test-renderer": "~16.13.1"
},
"private": true,
"name": "recipro",
"version": "1.0.0",
"description": "Simply place requests for errand services within the neighbourhood to connect with those willing to help!\r Recipro is a mobile application focused on the concept of reciprocity and enhancing the connectivity within communities to improve social capital through a platform highlighting opportunities for acts of kindness in neighbourhoods.",
"main": "index.js",
"author": "",
"license": "ISC"
}