-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.62 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
{
"name": "durumscanner",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "NODE_ENV=test expo start",
"ts:check": "tsc",
"android": "expo run:android",
"ios": "expo run:ios",
"android:release": "npx expo run:android --variant release",
"web": "expo start --web",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"clean": "expo prebuild --clean"
},
"dependencies": {
"@expo/webpack-config": "~19.0.1",
"@tamagui/animations-react-native": "^1.110.3",
"@tamagui/babel-plugin": "^1.110.3",
"@tamagui/config": "^1.110.3",
"@tamagui/font-inter": "^1.110.3",
"@tamagui/lucide-icons": "^1.110.3",
"@tamagui/themes": "^1.110.3",
"@teovilla/react-native-web-maps": "^0.9.5",
"@types/react": "~18.2.14",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"expo": "^51.0.32",
"expo-build-properties": "~0.12.5",
"expo-dev-client": "~4.0.26",
"expo-google-places-autocomplete": "^1.2.0",
"expo-location": "~17.0.1",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"geolib": "^3.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-map-link": "^3.0.3",
"react-native-maps": "1.18.0",
"react-native-reanimated": "~3.15.1",
"react-native-web": "~0.19.6",
"tamagui": "^1.110.3",
"typescript": "^5.4.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"eslint": "^8.56.0",
"eslint-config-universe": "^12.0.0",
"prettier": "^3.2.1"
},
"private": true,
"packageManager": "[email protected]"
}