-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.16 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
{
"name": "cook",
"version": "1.0.0",
"main": "index.js",
"private": true,
"scripts": {
"dev": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"start": "expo start --dev-client",
"format": "prettier --write \"**/*.{json,ts,tsx}\"",
"lint": "eslint \"src/**/*.{ts,tsx}\" --fix"
},
"dependencies": {
"@react-native-community/netinfo": "9.3.5",
"@react-native-firebase/app": "^17.0.0",
"@react-native-firebase/auth": "^17.0.0",
"@react-native-firebase/firestore": "^17.0.0",
"@react-native-google-signin/google-signin": "^9.0.2",
"@react-navigation/bottom-tabs": "^6.5.4",
"@react-navigation/native": "^6.1.3",
"@react-navigation/native-stack": "^6.9.9",
"@tanstack/react-query": "^4.24.4",
"axios": "^1.3.2",
"clsx": "^1.2.1",
"expo": "~47.0.12",
"expo-dev-client": "~2.0.1",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-system-ui": "~2.0.1",
"nativewind": "^2.0.11",
"phosphor-react-native": "^1.1.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-if": "^4.1.4",
"react-native": "0.70.5",
"react-native-gesture-handler": "~2.8.0",
"react-native-reanimated": "~2.12.0",
"react-native-reanimated-carousel": "^3.3.0",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-svg": "13.4.0",
"react-native-web": "~0.18.9"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/node": "^18.13.0",
"@types/react": "~18.0.14",
"@types/react-native": "~0.70.6",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"babel-plugin-inline-dotenv": "^1.7.0",
"babel-plugin-root-import": "^6.6.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.3",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.5"
}
}