-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.15 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "carbonara",
"version": "1.5.0",
"description": "Carbonara food app",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"eject": "expo eject",
"lint": "eslint *.js **/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KjellBerlin/carbonara-app-expo"
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@expo/vector-icons": "^14.0.4",
"@react-native/assets-registry": "^0.75.4",
"@react-navigation/drawer": "6.7.2",
"@react-navigation/native": "6.1.18",
"@react-navigation/stack": "6.4.1",
"expo": "^51.0.36",
"expo-asset": "~10.0.10",
"expo-build-properties": "~0.12.5",
"expo-font": "~12.0.10",
"expo-linking": "~6.3.1",
"expo-modules-autolinking": "^1.11.3",
"expo-secure-store": "^13.0.2",
"expo-splash-screen": "~0.27.6",
"expo-web-browser": "^13.0.3",
"galio-framework": "0.8.0",
"graphql": "^16.9.0",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.75.4",
"react-native-auth0": "^3.2.1",
"react-native-gesture-handler": "~2.20.0",
"react-native-google-places-autocomplete": "^2.5.7",
"react-native-modal-dropdown": "git+https://github.com/siemiatj/react-native-modal-dropdown.git",
"react-native-paper": "^5.12.5",
"react-native-reanimated": "^3.15.4",
"react-native-safe-area-context": "4.11.0",
"react-native-screens": "3.34.0",
"react-native-vector-icons": "^10.2.0",
"react-native-get-random-values": "~1.11.0"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"babel-plugin-module-resolver": "^5.0.2",
"babel-preset-expo": "11.0.14"
},
"keywords": [
"now react native",
"now design system",
"now app react native",
"now iOS",
"react native iOS",
"creative tim",
"now Android",
"react native ui kit",
"react native expo",
"freebie",
"react native now design",
"react native galio",
"galio now pro",
"galio react native free app",
"now expo react native",
"react native ui template"
],
"author": "Kjell Lillie-Stolze"
}