-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.65 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
{
"name": "coffee-delivery-app",
"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",
"ts": "tsc --noEmit"
},
"dependencies": {
"@expo-google-fonts/baloo-2": "^0.2.3",
"@expo-google-fonts/roboto": "^0.2.3",
"@gorhom/bottom-sheet": "^5.0.6",
"@gorhom/portal": "^1.0.14",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@shopify/react-native-skia": "1.5.0",
"expo": "~52.0.25",
"expo-av": "~15.0.2",
"expo-font": "~13.0.3",
"expo-haptics": "~14.0.1",
"expo-splash-screen": "~0.29.20",
"expo-status-bar": "~2.0.1",
"immer": "^10.1.1",
"phosphor-react-native": "^2.2.3",
"react": "18.3.1",
"react-native": "0.76.6",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "^3.16.7",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-uuid": "^2.0.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-template-literals": "^7.25.9",
"@types/react": "~18.3.12",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.57.0",
"eslint-config-expo": "~8.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "^3.4.2",
"typescript": "^5.3.3"
},
"private": true
}