This repository was archived by the owner on Sep 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.13 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.13 KB
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
{
"name": "react-native-expo-kit",
"version": "1.0.0",
"description": "An elegant react native expo project kit to get you started ",
"keywords": [
"expo",
"redux",
"react redux",
"react native",
"authentication",
"react navigation"
],
"homepage": "https://github.com/AbdeenM/react-native-expo-kit",
"bugs": {
"email": "abdeen.mohamed@outlook.com",
"url": "https://github.com/AbdeenM/react-native-expo-kit/issues"
},
"license": "MIT",
"author": {
"name": "Abdeen Mohamed",
"url": "https://github.com/AbdeenM",
"email": "abdeen.mohamed@outlook.com"
},
"main": "node_modules/expo/AppEntry.js",
"repository": {
"type": "git",
"url": "https://github.com/AbdeenM/react-native-expo-kit"
},
"scripts": {
"fresh": "expo start -c",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "~3.0.3",
"@expo/vector-icons": "^12.0.0",
"@react-navigation/web": "^1.0.0-alpha.9",
"axios": "^0.21.1",
"expo": "^41.0.0",
"expo-asset": "~8.3.1",
"expo-constants": "~10.1.3",
"expo-font": "~9.1.0",
"expo-permissions": "~12.0.1",
"expo-web-browser": "~9.1.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-gesture-handler": "~1.10.2",
"react-native-paper": "^2.16.0",
"react-native-reanimated": "~2.1.0",
"react-native-web": "~0.13.12",
"react-navigation": "^4.0.10",
"react-navigation-animated-switch": "^0.6.0",
"react-navigation-stack": "^2.8.2",
"react-navigation-tabs": "^2.6.2",
"react-redux": "^7.1.3",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-preset-expo": "8.3.0",
"jest-expo": "^41.0.0",
"redux-logger": "^3.0.6"
},
"engines": {
"npm": ">= 3.0.0"
},
"private": false
}