-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·102 lines (102 loc) · 3.42 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
{
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll",
"lint": "eslint .",
"prettier-format": "yarn prettier --config .prettierrc \"**/*.{json,js,jsx,ts,tsx,css,scss,md}\" --write",
"generate-licenses": "npx --yes npm-license-crawler -onlyDirectDependencies -json assets/licenses.json"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo-google-fonts/quicksand": "^0.2.2",
"@expo/vector-icons": "^14.0.3",
"@openspacelabs/react-native-zoomable-view": "^2.0.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/netinfo": "11.4.1",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-navigation/bottom-tabs": "^7.0.0",
"@react-navigation/material-bottom-tabs": "^6.2.29",
"@react-navigation/material-top-tabs": "^7.0.0",
"@react-navigation/native": "^7.0.0",
"@react-navigation/stack": "~6.4.1",
"@sentry/react-native": "~6.1.0",
"deepmerge": "^4.2.2",
"dotenv": "^16.4.5",
"expo": "^52.0.7",
"expo-application": "~6.0.1",
"expo-asset": "~11.0.1",
"expo-blur": "~14.0.1",
"expo-brightness": "~13.0.2",
"expo-camera": "~16.0.5",
"expo-constants": "~17.0.3",
"expo-device": "~7.0.1",
"expo-font": "~13.0.1",
"expo-haptics": "~14.0.0",
"expo-image": "~2.0.0",
"expo-insights": "~0.8.1",
"expo-linking": "~7.0.2",
"expo-notifications": "~0.29.8",
"expo-router": "~4.0.6",
"expo-splash-screen": "~0.29.11",
"expo-status-bar": "~2.0.0",
"expo-updates": "~0.26.7",
"expo-web-browser": "~14.0.1",
"front-matter": "^4.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.2",
"react-native-animatable": "^1.3.3",
"react-native-collapsible": "^1.6.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-pager-view": "6.4.1",
"react-native-paper": "^5.12.5",
"react-native-paper-alerts": "^0.1.3",
"react-native-paper-toast": "^2.1.0",
"react-native-qrcode-svg": "^6.3.2",
"react-native-reanimated": "~3.16.1",
"react-native-root-toast": "^3.6.0",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "^4.0.0",
"react-native-sticky-parallax-header": "^1.1.1",
"react-native-svg": "15.8.0",
"react-native-tab-view": "^3.1.1",
"react-native-timeline-flatlist": "^0.8.0",
"react-native-web": "~0.19.10",
"simple-markdown": "^0.7.3"
},
"devDependencies": {
"@babel/core": "^7.25.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@types/react": "~18.3.12",
"@types/react-native": "~0.72.8",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-jest": "^28.8.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"jest": "^29.2.1",
"jest-expo": "~52.0.2",
"prettier": "^3.3.2",
"typescript": "~5.3.3"
},
"resolutions": {
"@types/react": "~18.0.0"
},
"dependenciesComments": {
"@types/react": "Resolution because of this issue: https://github.com/react-navigation/react-navigation/issues/10507"
},
"private": true,
"name": "saamdagen",
"version": "6.0.0"
}