-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
101 lines (101 loc) · 3.43 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
{
"name": "react-native-app",
"version": "0.3.0",
"main": "node_modules/expo/AppEntry.js",
"license": "MIT",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint \"**/*.{ts,tsx}\"",
"reformat": "prettier -w \"**/*.{ts,tsx}\""
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@js-joda/core": "^5.2.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/datetimepicker": "6.2.0",
"@react-native-community/slider": "4.2.3",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"expo": "^46.0.0",
"expo-av": "~12.0.4",
"expo-barcode-scanner": "~11.4.0",
"expo-checkbox": "~2.2.0",
"expo-clipboard": "~3.1.0",
"expo-haptics": "~11.3.0",
"expo-media-library": "~14.2.0",
"expo-notifications": "~0.16.1",
"expo-permissions": "~13.2.0",
"expo-secure-store": "~11.3.0",
"expo-splash-screen": "~0.16.1",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.14.5",
"md5": "^2.3.0",
"nanoid": "^4.0.0",
"qrcode": "^1.5.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.5",
"react-native-calendars": "^1.1285.0",
"react-native-countdown-circle-timer": "^3.0.9",
"react-native-countdown-component": "^2.7.1",
"react-native-get-random-values": "~1.8.0",
"react-native-markdown-display": "ProgPrak-Native-App/react-native-markdown-display#1.2.0",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-snap-carousel": "^4.0.0-beta.6",
"react-native-sortable-list": "^0.0.25",
"react-native-svg": "~12.3.0",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@expo/webpack-config": "^0.17.0",
"@types/markdown-it": "^12.2.3",
"@types/md5": "^2.3.2",
"@types/qrcode": "^1.5.0",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"@types/react-native-background-timer": "^2.0.0",
"@types/react-native-countdown-component": "^2.7.0",
"@types/react-native-snap-carousel": "^3.8.5",
"@types/react-native-sortable-list": "^0.0.10",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-react-app": "7.0.1",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-n": "^15.2.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "hsource/eslint-plugin-react-native#v4.0.0-wanderlog.2",
"eslint-webpack-plugin": "^3.2.0",
"expo-dev-client": "~1.2.1",
"prettier": "^2.6.2",
"typescript": "^4.7.4",
"webpack-dev-server": "^4.9.3"
},
"overrides": {
"shell-quote": ">=1.7.3",
"immer": ">=9.0.15",
"glob-parent": ">=5.1.2",
"ansi-html": ">=0.0.9",
"browserslist": ">=4.16.5",
"node-forge": ">=1.3.0",
"nth-check": ">=2.0.1",
"react-native-svg": "$react-native-svg",
"fbjs": ">=3.0.0",
"react-devtools-core": "4.14.0"
},
"private": true
}