-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.88 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
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "golfapp",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"both": "expo start --android --ios",
"test": "cross-env NODE_ENV=test expo start",
"i": "expo start --ios",
"a": "expo start --android",
"android": "expo run:android",
"ios": "expo run:ios",
"prebuild": "rm -rf ios android && expo prebuild",
"web": "expo start --web",
"pretty": "prettier --write . && eslint . --fix",
"pretty:check": "prettier --check . && eslint .",
"lint": "eslint .",
"python": "./venv/bin/python",
"firestore": "firebase emulators:start --only firestore"
},
"dependencies": {
"@expo/ngrok": "^4.1.0",
"@expo/webpack-config": "^19.0.0",
"@good-react-native/keyboard-avoider": "^1.1.4",
"@gorhom/bottom-sheet": "^4",
"@react-native-async-storage/async-storage": "1.23.1",
"@tanstack/query-async-storage-persister": "^5.27.5",
"@tanstack/react-query": "^5.24.1",
"@tanstack/react-query-persist-client": "^5.27.5",
"babel-plugin-root-import": "^6.6.0",
"cross-env": "^7.0.3",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"expo": "~51.0.4",
"expo-blur": "~13.0.2",
"expo-constants": "~16.0.1",
"expo-font": "~12.0.5",
"expo-image-manipulator": "~12.0.4",
"expo-image-picker": "~15.0.4",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.12",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.4",
"firebase": "^10.8.0",
"moment-timezone": "^0.5.45",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-dropdown-picker": "^5.4.6",
"react-native-expo-image-cache": "^4.1.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-paper": "^5.12.1",
"react-native-reanimated": "~3.10.1",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "4.10.1",
"react-native-scatter-chart": "^1.0.9",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-svg-charts": "^5.4.0",
"react-native-web": "~0.19.6",
"underscore": "^1.13.6"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/eslint-parser": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@react-native/eslint-config": "^0.74.83",
"@tanstack/eslint-plugin-query": "^5.20.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-scope": "^8.0.1",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"typescript": "~5.3.3"
},
"private": true
}