-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.52 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
{
"name": "spinitron-mobile-app",
"main": "src/AppEntry.js",
"type": "module",
"private": true,
"dependencies": {
"@dctalbot/react-spinitron": "^2.0.0",
"@expo/html-elements": "^0.9.1",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/netinfo": "11.1.0",
"@react-navigation/bottom-tabs": "^6.5.12",
"@react-navigation/material-top-tabs": "^6.6.10",
"@react-navigation/native": "^6.1.10",
"@react-navigation/native-stack": "^6.9.18",
"@shopify/flash-list": "1.6.3",
"dayjs": "^1.11.10",
"expo": "~50.0.15",
"expo-build-properties": "~0.11.1",
"expo-dev-client": "~3.3.11",
"expo-image": "~1.10.6",
"expo-status-bar": "~1.11.1",
"expo-store-review": "~6.8.3",
"expo-system-ui": "~2.9.3",
"expo-updates": "~0.24.12",
"lodash-es": "^4.17.21",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-pager-view": "6.2.3",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-segmented-control-tab": "^4.0.0",
"react-native-tab-view": "^3.5.2",
"react-native-track-player": "^4.1.1"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/lodash-es": "^4.17.12",
"@types/react": "~18.2.45",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"openapi-typescript": "^6.7.4",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"typescript-eslint": "^7.0.1",
"vitest": "^1.3.0"
}
}