-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.35 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
{
"name": "dinderrn",
"version": "1.0.2",
"scripts": {
"start": "expo start",
"dev": "APP_VARIANT=development expo start",
"eas-build-pre-install": "bash -c \"[ ! -z \\\"$EAS_BUILD_NPM_CACHE_URL\\\" ] && sed -i -e \\\"s#https://registry.yarnpkg.com#$EAS_BUILD_NPM_CACHE_URL#g\\\" yarn.lock\" || true",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint .",
"format": "prettier --write \"**/*.{js,json,jsx,css}\""
},
"dependencies": {
"@expo/webpack-config": "^0.17.2",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/datetimepicker": "6.5.2",
"@react-native-community/netinfo": "9.3.5",
"@react-native-picker/picker": "2.4.8",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"@tanstack/query-async-storage-persister": "^4.19.1",
"@tanstack/react-query": "^4.18.0",
"@tanstack/react-query-persist-client": "^4.19.1",
"axios": "^1.6.0",
"expo": "~47.0.12",
"expo-asset": "~8.7.0",
"expo-dev-client": "~2.0.1",
"expo-modules-autolinking": "~1.0.0",
"expo-secure-store": "~12.0.0",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-system-ui": "~2.0.1",
"expo-updates": "~0.15.6",
"formik": "^2.2.9",
"moment": "^2.29.4",
"native-base": "^3.4.25",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-moment": "^1.1.3",
"react-native": "0.70.5",
"react-native-deck-swiper": "^2.0.13",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "^2.9.0",
"react-native-google-places-autocomplete": "^2.5.1",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-svg": "13.4.0",
"react-native-url-polyfill": "^1.3.0",
"react-native-web": "~0.18.7",
"react-ridge-state": "^4.2.9",
"twrnc": "^3.4.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@tanstack/eslint-plugin-query": "^4.21.0",
"eslint": "^8.26.0",
"eslint-config-universe": "^11.1.1",
"postcss": "^8.4.31",
"prettier": "^2.7.1",
"react-native-dotenv": "^3.3.1",
"reactotron-react-native": "^5.0.3",
"reactotron-react-query": "^1.0.1"
},
"eslintConfig": {
"extends": "universe/native"
},
"private": true
}