-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
173 lines (173 loc) · 6.89 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{
"name": "avalanche-forecast",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"android": "EXPO_PUBLIC_GIT_REVISION=$(git rev-parse --short HEAD) expo start --android",
"ci": "yarn ci:prettier && yarn ci:eslint && yarn ci:tsc && yarn test",
"ci:eslint": "scripts/eslint.sh",
"ci:prettier": "scripts/ci-prettier.sh",
"ci:tsc": "scripts/ci-tsc.sh",
"eas-build-pre-install": "set-env EXPO_PUBLIC_GIT_REVISION $EAS_BUILD_GIT_COMMIT_HASH",
"gen-openapi": "scripts/gen-openapi.sh",
"graphql:codegen": "graphql codegen",
"graphql:schema": "get-graphql-schema https://api.avalanche.org/obs/v1/public/graphql > types/observations-schema.graphql",
"ios": "EXPO_PUBLIC_GIT_REVISION=$(git rev-parse --short HEAD) expo start --ios",
"intl:compile": "formatjs compile-folder --ast lang compiled-lang",
"intl:extract": "formatjs extract '**/*.ts*' --ignore='**/*.d.ts' --ignore='node_modules/**' --ignore='dist/**' --out-file lang/en.json --id-interpolation-pattern '[sha512:contenthash:base64:6]'",
"postinstall": "patch-package",
"prettify": "eslint --fix . ; npx prettier --write .",
"start": "EXPO_PUBLIC_GIT_REVISION=$(git rev-parse --short HEAD) expo start --go",
"test": "jest",
"web": "EXPO_PUBLIC_GIT_REVISION=$(git rev-parse --short HEAD) expo start --web"
},
"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0-0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0-0",
"@babel/plugin-transform-arrow-functions": "^7.0.0-0",
"@babel/plugin-transform-shorthand-properties": "^7.0.0-0",
"@babel/plugin-transform-template-literals": "^7.0.0-0",
"@babel/preset-env": "^7.1.6",
"@browser-bunyan/console-formatted-stream": "^1.8.0",
"@browser-bunyan/console-raw-stream": "^1.8.0",
"@browser-bunyan/levels": "^1.8.0",
"@browser-bunyan/server-stream": "^1.8.0",
"@expo-google-fonts/lato": "^0.2.2",
"@expo/config-plugins": "~9.0.0",
"@expo/vector-icons": "^14.0.3",
"@formatjs/intl-getcanonicallocales": "^2.2.1",
"@formatjs/intl-locale": "^3.3.4",
"@formatjs/intl-pluralrules": "^5.2.6",
"@hookform/resolvers": "^2.9.11",
"@mobile-reality/react-native-select-pro": "^2.2.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-camera-roll/camera-roll": "^7.9.0",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/hooks": "^3.0.0",
"@react-native-community/netinfo": "11.4.1",
"@react-native-community/segmented-control": "^2.2.2",
"@react-native-community/slider": "4.5.5",
"@react-native-picker/picker": "2.9.0",
"@react-native-segmented-control/segmented-control": "2.5.4",
"@react-native/babel-preset": "*",
"@react-native/normalize-color": "^2.0.0",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/material-top-tabs": "^6.6.14",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"@sentry/react-native": "~6.3.0",
"@tanstack/query-async-storage-persister": "^4.24.9",
"@tanstack/react-query": "^4.24.9",
"@tanstack/react-query-persist-client": "^4.24.9",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/centroid": "^6.5.0",
"@turf/clusters-dbscan": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@types/geojson": "^7946.0.10",
"@types/tinycolor2": "^1.4.3",
"@xmldom/xmldom": "^0.8.6",
"axios": "1.6.7",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"browser-bunyan": "^1.8.0",
"color": "^4.2.3",
"d3": "^7.6.1",
"date-fns": "^2.29.2",
"date-fns-tz": "^1.3.7",
"date-time-format-timezone": "^1.0.22",
"expo": "~52.0.25",
"expo-application": "~6.0.2",
"expo-background-fetch": "~13.0.4",
"expo-build-properties": "~0.13.2",
"expo-checkbox": "~4.0.1",
"expo-clipboard": "~7.0.1",
"expo-constants": "~17.0.4",
"expo-dev-client": "~5.0.9",
"expo-device": "~7.0.2",
"expo-file-system": "~18.0.7",
"expo-font": "~13.0.3",
"expo-image-manipulator": "~13.0.6",
"expo-image-picker": "~16.0.4",
"expo-linking": "~7.0.4",
"expo-localization": "~16.0.1",
"expo-mail-composer": "~14.0.2",
"expo-network": "~7.0.5",
"expo-splash-screen": "~0.29.20",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.7",
"expo-updates": "~0.26.12",
"expo-web-browser": "~14.0.2",
"global": "^4.4.0",
"html-entities": "^2.4.0",
"lodash": "^4.17.21",
"metro-react-native-babel-preset": "^0.77.0",
"mixpanel-react-native": "^3.0.2",
"polylabel": "^1.1.0",
"posthog-react-native": "^2.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.43.1",
"react-intl": "^6.6.2",
"react-native": "0.76.6",
"react-native-collapsible": "^1.6.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-image-viewing": "^0.2.2",
"react-native-logs": "^5.0.1",
"react-native-maps": "1.18.0",
"react-native-pager-view": "6.5.1",
"react-native-public-ip": "^1.0.2",
"react-native-reanimated": "~3.16.1",
"react-native-render-html": "^6.3.4",
"react-native-responsive-linechart": "^5.7.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-tab-view": "^3.5.2",
"react-native-toast-message": "^2.1.6",
"react-native-uuid": "^2.0.1",
"react-native-web": "~0.19.10",
"tinycolor2": "^1.5.2",
"use-async-effect": "^2.2.7",
"zod": "3.22.4"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@expo/config": "^10.0.0",
"@formatjs/cli": "^6.2.0",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^11.5.0",
"@types/color": "^3.0.3",
"@types/jest": "^29.2.4",
"@types/lodash": "^4.14.195",
"@types/md5": "^2.3.2",
"@types/polylabel": "^1.0.5",
"@types/react": "~18.3.12",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"add": "^2.0.6",
"babel-plugin-formatjs": "^10.5.6",
"babel-plugin-module-resolver": "^4.1.0",
"bunyan": "^1.8.15",
"eslint": "^8.49.0",
"eslint-plugin-absolute-imports": "^0.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-typescript-sort-keys": "^2.3.0",
"jest": "^29.2.1",
"jest-expo": "~52.0.3",
"jest-transform-stub": "^2.0.0",
"openapi-typescript-codegen": "^0.23.0",
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.2.2",
"react-devtools": "^5.0.2",
"react-native-svg-transformer": "^1.3.0",
"react-test-renderer": "^18.2.0",
"timezone-mock": "^1.3.6",
"ts-node": "^10.9.2",
"typescript": "~5.3.3"
},
"private": true
}