-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.69 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
{
"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.23.1",
"@react-native-community/netinfo": "11.4.1",
"@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.7.1",
"dayjs": "^1.11.10",
"expo": "^52.0.0",
"expo-build-properties": "~0.13.1",
"expo-dev-client": "~5.0.5",
"expo-image": "~2.0.3",
"expo-status-bar": "~2.0.0",
"expo-store-review": "~8.0.0",
"expo-system-ui": "~4.0.5",
"expo-updates": "~0.26.10",
"lodash-es": "^4.17.21",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-pager-view": "6.5.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.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.3.12",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "3.4.2",
"typescript": "^5.3.3",
"typescript-eslint": "^7.0.1",
"vitest": "2.1.8"
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"@dctalbot/react-spinitron",
"lodash-es",
"react-native-segmented-control-tab"
]
}
}
}
}