-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.69 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "dsd-grocery",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest",
"prettier-check": "prettier --check .",
"prettier": "prettier --write ."
},
"dependencies": {
"@expo/metro-runtime": "~3.1.3",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-google-signin/google-signin": "^11.0.1",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.8",
"@supabase/supabase-js": "^2.42.5",
"@types/react": "~18.2.45",
"expo": "~50.0.14",
"expo-auth-session": "~5.4.0",
"expo-crypto": "~12.8.1",
"expo-font": "~11.10.3",
"expo-linking": "~6.2.2",
"expo-status-bar": "~1.11.1",
"expo-web-browser": "~12.8.2",
"json-server": "^1.0.0-alpha.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
"react-native": "0.73.6",
"react-native-calendars": "^1.1286.0",
"react-native-circular-progress": "^1.3.9",
"react-native-dotenv": "^3.4.11",
"react-native-gesture-handler": "~2.14.0",
"react-native-google-signin": "^2.1.1",
"react-native-render-html": "^6.3.4",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.19.6",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@testing-library/react-native": "^12.4.5",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"prettier": "3.2.5"
},
"private": true
}