-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 loc) · 995 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
34
35
36
37
{
"name": "pinecone-vision",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-masked-view/masked-view": "0.2.8",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.7",
"dotenv": "^16.0.3",
"events": "^3.3.0",
"expo": "~47.0.12",
"expo-apple-authentication": "^5.0.1",
"expo-av": "~13.0.2",
"expo-camera": "~13.1.0",
"expo-image-manipulator": "~11.0.0",
"expo-linear-gradient": "~12.0.1",
"expo-network": "~5.0.0",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"fs": "^0.0.1-security",
"lz-string": "^1.4.4",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-dotenv": "^3.4.7",
"react-native-vision-camera": "^2.15.2",
"url": "^0.11.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}