-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.63 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
101
102
103
104
{
"name": "QueSt",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"clean": "react-native-clean-project",
"lint:test": "eslint . --ext .js,.jsx,.ts,.tsx",
"relay": "relay-compiler --src ./src --schema ./schema.graphql --language typescript",
"relay:watch": "yarn relay --watch",
"get-schema": "get-graphql-schema https://api.st-retrospect.dh-center.ru/graphql > schema.graphql",
"get-schema:stage": "get-graphql-schema https://api.stage.st-retrospect.dh-center.ru/graphql > schema.graphql"
},
"dependencies": {
"@invertase/react-native-apple-authentication": "^2.1.2",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/google-signin": "^5.0.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-mapbox-gl/maps": "^8.2.0-beta2",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"@sentry/react-native": "^2.5.0",
"@types/react": "^17.0.3",
"@types/react-native-fbsdk": "^1.1.1",
"@types/react-relay": "^7.0.8",
"@types/relay-runtime": "^10.1.9",
"@types/styled-components": "^5.1.8",
"@types/styled-components-react-native": "^5.1.1",
"get-graphql-schema": "^2.1.2",
"haversine": "^1.1.1",
"i18next": "^19.8.4",
"i18next-react-native-async-storage": "^1.0.4",
"native-base": "^2.13.15",
"react": "17.0.1",
"react-i18next": "^11.8.4",
"react-native": "0.63.4",
"react-native-circular-progress": "^1.3.7",
"react-native-dotenv": "^2.5.3",
"react-native-dropdown-picker": "^5.1.21",
"react-native-fbsdk": "^3.0.0",
"react-native-geolocation-service": "^5.3.0-beta.1",
"react-native-gesture-handler": "^1.10.3",
"react-native-image-picker": "^4.0.4",
"react-native-linear-gradient": "^2.5.6",
"react-native-localize": "^2.0.2",
"react-native-modalize": "^2.0.8",
"react-native-reanimated": "^2.0.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^2.18.1",
"react-native-sensitive-info": "^6.0.0-alpha.9",
"react-native-sound": "^0.11.0",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.1.0",
"react-native-vector-icons": "^7.0.0",
"react-native-vkontakte-login": "^1.0.1",
"react-relay": "^11.0.0",
"relay": "^0.8.0-1",
"relay-compiler-language-typescript": "^13.0.6",
"relay-runtime": "^11.0.0",
"rn-fetch-blob": "^0.12.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/runtime": "^7.13.10",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.20",
"@types/react-native": "^0.63.51",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"babel-jest": "^26.6.3",
"babel-plugin-relay": "^11.0.0",
"eslint": "^7.22.0",
"eslint-config-codex": "^1.6.1",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.65.2",
"react-native-clean-project": "^3.6.4",
"react-native-svg-transformer": "^0.14.3",
"react-test-renderer": "17.0.1",
"relay-compiler": "^11.0.0",
"relay-config": "^11.0.0",
"typescript": "^4.2.3"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"resolutions": {
"styled-components": "^5"
}
}