forked from shootismoke/mobile-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.24 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
{
"name": "shoot-i-smoke",
"version": "1.4.0",
"author": "Amaury Martiny <amaury.martiny@protonmail.com>",
"contributors": [
"Marcelo S. Coelho"
],
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"lint": "tsc --noEmit --skipLibCheck && eslint --ext .ts,.tsx App",
"start": "expo start",
"test": "jest"
},
"dependencies": {
"@expo/vector-icons": "^10.0.5",
"@types/expo": "^32.0.13",
"@types/haversine": "^1.1.4",
"@types/i18n-js": "^3.0.1",
"@types/node": "^12.7.8",
"@types/react-native": "^0.60.17",
"axios": "^0.19.0",
"date-fns": "^2.4.1",
"expo": "^35.0.0",
"expo-analytics-amplitude": "^7.0.0",
"expo-av": "^7.0.1",
"expo-constants": "^7.0.0",
"expo-font": "^7.0.0",
"expo-localization": "^7.0.0",
"expo-location": "^7.0.0",
"expo-permissions": "^7.0.0",
"expo-sharing": "~7.0.0",
"fp-ts": "^2.0.5",
"haversine": "^1.1.1",
"i18n-js": "^3.3.0",
"io-ts": "^2.0.1",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-gesture-handler": "~1.3.0",
"react-native-maps": "~0.25.0",
"react-native-reanimated": "~1.2.0",
"react-native-scroll-into-view": "^1.0.3",
"react-native-size-matters": "^0.2.1",
"react-native-view-shot": "~2.6.0",
"react-navigation": "^4.0.10",
"react-navigation-stack": "^1.8.1",
"react-navigation-transitions": "^1.0.12",
"retry-ts": "^0.1.0",
"sentry-expo": "~2.0.1",
"truncate": "^2.1.0"
},
"devDependencies": {
"@types/jest": "^24.0.18",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"babel-eslint": "^10.0.3",
"babel-preset-expo": "^7.0.0",
"eslint": "^6.5.0",
"eslint-config-prettier": "^6.3.0",
"eslint-config-semistandard": "^15.0.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-standard": "^4.0.1",
"jest": "^24.9.0",
"jest-expo": "^35.0.0",
"ts-jest": "^24.1.0",
"typescript": "^3.6.3"
}
}