-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 3.23 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
{
"name": "chinese-newcomers",
"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",
"lint": "eslint '.'",
"lintfix": "eslint --fix",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"dependencies": {
"@expo-google-fonts/dm-sans": "^0.2.2",
"@expo/vector-icons": "^13.0.0",
"@firebase/firestore": "^3.11.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-navigation/material-bottom-tabs": "^6.2.7",
"@react-navigation/native": "^6.0.12",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.2.3",
"dotenv": "^16.0.2",
"expo": "^46.0.0",
"expo-build-properties": "~0.3.0",
"expo-cli": "^6.0.5",
"expo-constants": "~13.2.4",
"expo-firebase-recaptcha": "~2.3.0",
"expo-font": "~10.2.0",
"expo-status-bar": "~1.4.0",
"firebase": "9.12.0",
"firebase-admin": "^11.5.0",
"firebase-functions": "^4.3.0",
"global": "^4.4.0",
"i18next": "^22.0.6",
"idb": "^7.0.2",
"main": "^1000.0.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-firestore-listener": "^2.0.0",
"react-hook-form": "^7.37.0",
"react-i18next": "^12.0.0",
"react-native": "0.69.6",
"react-native-auto-grow-textinput": "^1.2.1",
"react-native-dropdown-picker": "^5.4.3",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~2.5.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-localize": "^2.2.4",
"react-native-paper": "^4.12.5",
"react-native-phone-input": "^1.3.4",
"react-native-phone-number-input": "^2.1.0",
"react-native-safe-area-context": "^4.5.2",
"react-native-screens": "^3.20.0",
"react-native-svg": "12.3.0",
"react-native-swipe-down": "^1.0.4",
"react-native-swipe-gestures": "^1.0.5",
"react-native-toast-message": "^2.1.6",
"react-native-web": "~0.18.7",
"react-native-webview": "11.23.0",
"react-navigation": "^4.4.4",
"zod": "^3.20.6"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@calblueprint/eslint-config-react": "0.0.3",
"@calblueprint/prettier-config": "0.0.1",
"@types/babel__core": "^7.20.0",
"@types/eslint": "^8.21.1",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/prettier": "^2.7.2",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@types/react-native": "~0.69.1",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.28.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.4",
"react-native-svg-transformer": "^1.0.0",
"typescript": "^4.6.3"
},
"resolutions": {
"graphql": "^16.5.0"
},
"private": true
}