-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.56 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
{
"name": "pepper-native-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"prepare": "npx husky install"
},
"dependencies": {
"@expo-google-fonts/architects-daughter": "^0.2.2",
"@expo-google-fonts/sora": "^0.2.2",
"@expo/vector-icons": "^12.0.0",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/material-top-tabs": "^6.2.1",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@reduxjs/toolkit": "^1.7.1",
"@types/lodash": "^4.14.178",
"@types/react-native-calendar-picker": "^7.0.2",
"@types/react-native-global-props": "^1.1.1",
"@types/react-native-snap-carousel": "^3.8.5",
"@types/react-redux": "^7.1.21",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"ansi-regex": "^5.0.1",
"expo": "~43.0.2",
"expo-app-loading": "~1.2.1",
"expo-barcode-scanner": "~11.1.2",
"expo-blur": "~10.0.3",
"expo-camera": "~12.0.3",
"expo-clipboard": "~2.0.3",
"expo-crypto": "~10.0.3",
"expo-image-picker": "~11.0.3",
"expo-linear-gradient": "~10.0.3",
"expo-linking": "~2.4.2",
"expo-secure-store": "~11.0.3",
"expo-status-bar": "~1.1.0",
"expo-updates": "~0.10.15",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"nanoid": "^3.1.31",
"node-fetch": "^2.6.7",
"nth-check": "^2.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hook-form": "^7.22.5",
"react-native": "0.64.3",
"react-native-calendar-picker": "^7.1.2",
"react-native-deck-swiper": "^2.0.5",
"react-native-global-props": "^1.1.5",
"react-native-open-maps": "^0.4.0",
"react-native-pager-view": "5.4.6",
"react-native-qrcode-svg": "^6.1.2",
"react-native-root-toast": "^3.3.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.8.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "^12.1.1",
"react-native-swipe": "^1.0.0",
"react-native-swipe-cards": "^0.1.1",
"react-native-tab-view": "^3.1.1",
"react-native-web": "0.17.1",
"react-redux": "^7.2.6",
"shelljs": "^0.8.5"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@react-native-community/eslint-config": "^3.0.1",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"eslint": "6.8.0",
"husky": "^7.0.4",
"prettier": "^2.5.1",
"typescript": "~4.3.5"
},
"private": true
}