-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1007 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1007 Bytes
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
{
"name": "cardgame",
"version": "1.0.0",
"description": "A App to ask to ask Questions..",
"author": "Sujil anto thomas",
"license": "UNLICENSED",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"@expo/vector-icons": "^9.0.0",
"@react-navigation/core": "^3.0.0",
"@react-navigation/native": "^3.1.4",
"expect": "^24.1.0",
"expo": "^32.0.0",
"react": "^16.8.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native-material-cards": "^1.0.9",
"react-native-really-awesome-button": "^1.0.1",
"react-native-vector-icons": "^6.2.0",
"react-navigation": "1.5.11",
"react-redux": "^6.0.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0",
"schedule": "^0.4.0"
},
"private": true
}