-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.81 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
{
"name": "tvshows",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"postinstall": "patch-package",
"lint": "eslint ./src",
"prepare": "husky install"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@gorhom/bottom-sheet": "^4",
"@haskkor/react-native-pincode": "^1.22.6",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-navigation/material-top-tabs": "^6.3.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"axios": "^1.1.3",
"expo": "~46.0.16",
"expo-linear-gradient": "~11.4.0",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.14.6",
"prop-types": "^15.8.1",
"react": "18.0.0",
"react-native": "0.69.6",
"react-native-gesture-handler": "~2.5.0",
"react-native-htmlview": "^0.16.0",
"react-native-pager-view": "5.4.24",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-tab-view": "^3.3.0",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"redux-immutable-state-invariant": "^2.1.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"babel-plugin-inline-dotenv": "^1.7.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^8.0.1",
"patch-package": "^6.5.0",
"postinstall-postinstall": "^2.1.0"
},
"private": true
}