-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.05 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
{
"name": "grazing-earth-mobile",
"version": "1.0.0",
"author": "Eric Lu <[email protected]>",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint ./src"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.2",
"@expo/vector-icons": "^13.0.0",
"@miblanchard/react-native-slider": "^2.1.0",
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-native-community/netinfo": "9.3.0",
"@react-native-community/slider": "4.2.3",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/drawer": "^6.5.0",
"@react-navigation/native": "^6.0.12",
"@react-navigation/native-stack": "^6.9.1",
"@react-navigation/stack": "^6.2.3",
"@reduxjs/toolkit": "^1.6.1",
"@types/axios": "^0.14.0",
"axios": "^0.27.2",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-airbnb-base": "^0.0.1-security",
"eslint-plugin-import": "^2.25.2",
"expo": "^46.0.0",
"expo-blur": "^11.2.0",
"expo-dev-client": "~1.3.1",
"expo-file-system": "^14.1.0",
"expo-image-picker": "~13.3.1",
"expo-sharing": "^10.3.0",
"expo-status-bar": "~1.4.0",
"expo-updates": "^0.14.7",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-element-dropdown": "^2.3.1",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~2.5.0",
"react-native-number-slider": "^1.0.0",
"react-native-offline": "^6.0.0",
"react-native-pager-view": "5.4.24",
"react-native-reanimated": "~2.9.1",
"react-native-reanimated-carousel": "^3.1.5",
"react-native-safe-area-context": "4.3.1",
"react-native-svg": "12.3.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-swiper": "^1.6.0",
"react-native-uuid": "^2.0.1",
"react-native-web": "~0.18.7",
"react-redux": "^7.2.4",
"redux-deep-persist": "^1.0.6",
"redux-persist": "^6.0.0",
"redux-persist-expo-filesystem": "^2.0.0",
"expo-splash-screen": "~0.16.2"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@react-native-community/eslint-config": "^3.0.1",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^22.0.0",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.8",
"react-native-debugger-open": "^0.3.25",
"typescript": "*"
},
"keywords": [
"expo",
"template",
"redux",
"redux toolkit",
"typescript",
"ts",
"eslint"
],
"resolutions": {
"react-devtools-core": "4.14.0",
"@types/react": "^18.0.19"
},
"expo": {
"plugins": [
[
"expo-image-picker",
{
"photosPermission": "The app accesses your photos to let you share them with your friends."
}
]
]
}
}