-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.19 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.19 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
{
"name": "sano",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/datetimepicker": "8.4.4",
"@react-native-picker/picker": "2.11.1",
"@rneui/themed": "^4.0.0-rc.8",
"@supabase/supabase-js": "^2.75.1",
"expo": "~54.0.25",
"expo-image-picker": "~17.0.8",
"expo-linking": "~8.0.9",
"expo-status-bar": "~3.0.8",
"expo-web-browser": "~15.0.9",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-get-random-values": "~1.11.0",
"react-native-safe-area-context": "4.14.1",
"react-native-uuid": "^2.0.3",
"react-native-web": "^0.21.0",
"uuid": "^13.0.0",
"whatwg-url": "^15.1.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/react": "~19.1.0",
"eslint": "^9.39.1",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jsdoc": "^61.1.12",
"typescript": "~5.9.2"
},
"private": true
}