-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 912 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 912 Bytes
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
{
"name": "visual-memory",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest",
"test:ci": "jest --ci --coverage",
"lint": "eslint ."
},
"dependencies": {
"@supabase/supabase-js": "^2.90.1",
"expo": "~54.0.32",
"expo-camera": "~17.0.10",
"expo-image-picker": "~17.0.10",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-url-polyfill": "^3.0.0",
"replicate": "^1.4.0"
},
"devDependencies": {
"@testing-library/react-native": "^13.1.0",
"@types/jest": "^29.5.14",
"@types/react": "~19.1.0",
"eslint": "^8.57.0",
"eslint-config-expo": "~8.0.0",
"jest": "^29.7.0",
"jest-expo": "~54.0.0",
"typescript": "~5.9.2"
},
"private": true
}