-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.2 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
{
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@apollo/client": "*",
"@react-native-async-storage/async-storage": "^1.15.2",
"expo": "~39.0.2",
"expo-status-bar": "~1.0.2",
"graphql": "15.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz",
"react-native-paper": "3.6.0",
"react-native-picker-select": "^8.0.4",
"react-native-web": "~0.13.12",
"react-router-native": "^5.2.0",
"styled-components": "^5.2.3",
"subscriptions-transport-ws": "0.9.0"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@types/graphql": "^14.5.0",
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",
"@types/react-native": "^0.64.2",
"@types/react-router-native": "^5.1.0",
"@types/react-test-renderer": "^17.0.1",
"@types/styled-components": "^5.1.9",
"@types/styled-components-react-native": "^5.1.1",
"babel-plugin-module-resolver": "^4.1.0",
"typescript": "^4.2.4"
},
"private": true
}