-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 3.19 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
{
"name": "xdnevnik",
"version": "1.0.0",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"workspaces": [
"docs/"
],
"scripts": {
"android": "expo run:android",
"build": "eas build -p android",
"build-dev-client": "eas build -p android --profile development",
"dep-graph": "madge src/screens/ -x src/utils/.+ --dot | dot -T svg > dependency-graph.svg",
"docs": "cd docs && yarn vite-react-ssg dev",
"docs-build": "cd docs && yarn vite-react-ssg build",
"docs-preview": "cd docs && yarn vite preview",
"ios": "expo run:ios",
"no-dev": "yarn expo start --dev-client --minify --no-dev",
"start": "yarn expo start --dev-client",
"update": "eas update --channel production --auto"
},
"resolutions": {
"@react-native-community/cli-server-api@npm:12.3.2": "patch:@react-native-community/cli-server-api@npm%3A12.3.2#~/.yarn/patches/@react-native-community-cli-server-api-npm-12.3.0-7465574591.patch"
},
"dependencies": {
"@boterop/react-native-background-timer": "^2.4.1",
"@material/material-color-utilities": "^0.2.7",
"@notifee/react-native": "^7.8.2",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"@sentry/react-native": "~6.3.0",
"color": "^4.2.3",
"expo": "^52.0.0",
"expo-application": "~6.0.1",
"expo-background-fetch": "~13.0.3",
"expo-dev-client": "~5.0.6",
"expo-device": "~7.0.1",
"expo-intent-launcher": "~12.0.1",
"expo-navigation-bar": "~4.0.6",
"expo-sharing": "~13.0.0",
"expo-splash-screen": "~0.29.18",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.6",
"expo-task-manager": "~12.0.3",
"expo-updates": "~0.26.10",
"mobx": "^6.13.5",
"mobx-persist-store": "^1.1.3",
"mobx-react-lite": "^4.1.0",
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-calendars": "^1.1307.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-logs": "^5.0.1",
"react-native-mmkv": "^2.11.0",
"react-native-paper": "patch:react-native-paper@npm%3A5.12.5#~/.yarn/patches/react-native-paper-npm-5.12.5-c595c2e788.patch",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-vector-icons": "^10.0.3",
"react-native-webview": "13.12.5",
"reanimated-color-picker": "^3.0.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-arrow-functions": "^7.23.3",
"@babel/plugin-transform-shorthand-properties": "^7.23.3",
"@babel/plugin-transform-template-literals": "^7.23.3",
"@types/color": "^3.0.6",
"@types/eslint": "^8.56.7",
"@types/lodash": "^4.14.202",
"@types/react": "~18.3.12",
"@types/react-native-vector-icons": "^6.4.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mobx": "^0.0.9",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"expo-build-properties": "~0.13.1",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]"
}