-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.53 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.53 KB
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
{
"name": "whattowatch",
"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",
"eject": "expo eject",
"build:android": "eas build --platform android",
"build:ios": "eas build --platform ios",
"lint": "npx eslint src --max-warnings 0",
"lint:ts": "npx tsc --noEmit",
"prepare": "husky install"
},
"dependencies": {
"@expo-google-fonts/poppins": "^0.2.2",
"@react-native-async-storage/async-storage": "~1.17.11",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/elements": "^1.3.6",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.4",
"date-fns": "^2.29.3",
"expo": "^47.0.0",
"expo-blur": "~12.0.1",
"expo-constants": "~14.0.2",
"expo-font": "~11.0.1",
"expo-linear-gradient": "~12.0.1",
"expo-localization": "~14.0.0",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"firebase": "^9.14.0",
"intl": "^1.2.5",
"lodash.merge": "^4.6.2",
"nativewind": "^2.0.11",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-intl": "^6.2.1",
"react-is": "18.2.0",
"react-native": "0.70.5",
"react-native-gesture-handler": "~2.8.0",
"react-native-linear-gradient": "^2.6.2",
"react-native-paper": "^4.12.5",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "13.4.0",
"react-native-web": "~0.18.10",
"react-native-webview": "11.23.1",
"react-native-youtube-iframe": "^2.0.1",
"styled-components": "^5.3.6",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.20.2",
"@react-native-community/eslint-config": "^3.2.0",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"@types/styled-components": "^5.1.26",
"@types/styled-components-react-native": "^5.2.0",
"@types/styled-system": "^5.1.15",
"@typescript-eslint/parser": "^5.42.1",
"babel-plugin-module-resolver": "^4.1.0",
"dotenv": "^16.0.3",
"eslint": "^8.27.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-sort-destructure-keys": "^1.4.0",
"husky": "^8.0.2",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.8.4"
},
"private": true
}