forked from alyshachan/can-did
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 902 Bytes
/
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
{
"name": "candid",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/great-vibes": "^0.2.3",
"@react-native-picker/picker": "^2.4.10",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@types/react": "~18.2.14",
"expo": "^49.0.7",
"expo-camera": "~13.4.2",
"expo-font": "^11.4.0",
"expo-image-picker": "~14.3.2",
"expo-media-library": "~15.4.1",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-dropdown-select-list": "^2.0.4",
"typescript": "^5.1.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/node": "^20.4.10"
},
"private": true
}