-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.85 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"run-android": "expo start --android",
"run-ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"@bugsnag/expo": "^7.14.1",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-masked-view/masked-view": "^0.2.6",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"d3-scale-chromatic": "^2.0.0",
"date-fns": "^2.16.1",
"expo": "^44.0.0",
"expo-web-browser": "^10.1.0",
"graphql": "^15.4.0",
"graphql-request": "^3.4.0",
"html-entities": "*",
"lodash-es": "^4.17.20",
"react": "17.0.1",
"react-native": "0.64.3",
"react-native-collapsible": "^1.5.3",
"react-native-gesture-handler": "~2.1.0",
"react-native-htmlview": "^0.16.0",
"react-native-inappbrowser-reborn": "^3.5.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-svg": "12.1.1",
"react-query": "^3.12.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@types/d3-scale-chromatic": "^2.0.0",
"@types/html-entities": "^1.2.16",
"@types/jest": "^25.1.3",
"@types/lodash-es": "^4.17.3",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"@types/react-native-htmlview": "^0.12.2",
"@types/react-test-renderer": "^16.9.2",
"@welldone-software/why-did-you-render": "^6.1.1",
"babel-jest": "^26.6.3",
"babel-preset-expo": "9.0.1",
"graphql-tag": "^2.11.0",
"jest": "^26.6.3",
"jetifier": "^1.6.6",
"metro-react-native-babel-preset": "^0.58.0",
"prettier": "^2.2.1",
"react-native-testing-library": "^1.12.0",
"react-test-renderer": "17.0.2",
"ts-jest": "^26.4.4",
"typescript": "~4.3.5"
},
"private": true
}