-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (96 loc) · 3.32 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"generate:asset-modules": "ts-node ./scripts/generateAssetModules",
"test": "jest",
"lint": "eslint *.ts **/*.ts src/**/*.ts",
"eject": "expo eject"
},
"dependencies": {
"@callstack/react-theme-provider": "^2.1.0",
"@react-native-async-storage/async-storage": "^1.13.2",
"@react-native-community/datetimepicker": "^3.4.6",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "5.9.9",
"@react-navigation/bottom-tabs": "^5.11.9",
"@react-navigation/native": "^5.8.0",
"@react-navigation/stack": "^5.10.0",
"@types/react-native-snap-carousel": "^3.8.2",
"core-js": "^3",
"d3-scale": "^3.2.4",
"d3-shape": "^2.1.0",
"date-fns": "^2.21.1",
"expo": "^40.0.0",
"expo-localization": "~9.1.0",
"expo-splash-screen": "~0.9.0",
"expo-status-bar": "~1.0.3",
"firebase": "^8.3.2",
"formik": "^2.2.6",
"i18n-js": "^3.8.0",
"lightweight-charts": "^3.3.0",
"lodash": "^4.17.20",
"plop": "^2.7.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-btr": "^1.1.5",
"react-native-chart-kit": "^6.9.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-image-viewing": "^0.2.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-material-ui": "^1.30.1",
"react-native-reanimated": "^2.0.0-rc.0",
"react-native-redash": "^16.0.11",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.2",
"react-native-shadow": "^1.2.2",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "^12.1.1",
"react-native-svg-transformer": "^0.14.3",
"react-native-vector-icons": "^7.1.0",
"react-native-web": "~0.13.12",
"react-native-webview": "11.0.0",
"react-navigation-props-mapper": "^1.0.4",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"styled-components": "^5.2.1",
"swr": "^0.4.0"
},
"devDependencies": {
"@babel/core": "~7.12.0",
"@react-native-community/eslint-config": "^2.0.0",
"@types/d3-scale": "^3.2.2",
"@types/d3-shape": "^2.0.0",
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.19",
"@types/lodash": "^4.14.168",
"@types/react": "~16.9.35",
"@types/react-dom": "~16.9.8",
"@types/react-native": "~0.63.2",
"@types/react-test-renderer": "^17.0.0",
"@types/styled-components": "^5.1.9",
"@types/styled-components-react-native": "^5.1.1",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"babel-preset-expo": "^8.3.0",
"eslint": "^7.22.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.10.0",
"eslint-plugin-sonarjs": "^0.6.0",
"fs-extra": "^9.1.0",
"glob-promise": "^4.1.0",
"jest-expo": "^40.0.1",
"prettier": "^2.2.1",
"react-test-renderer": "^17.0.1",
"ts-node": "^9.1.1",
"typescript": "~4.0.0"
},
"private": true
}