-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.49 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
{
"name": "badi-client",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"ts:check": "tsc",
"lint": "eslint .",
"format": "prettier --write .",
"freshinstall": "rimraf .expo && npm install",
"reinstall": "rimraf .expo node_modules && npm install"
},
"dependencies": {
"expo": "~49.0.21",
"expo-constants": "~14.4.2",
"expo-crypto": "~12.4.1",
"expo-image-picker": "~14.3.2",
"expo-linking": "~5.0.2",
"expo-router": "^2.0.14",
"expo-status-bar": "~1.6.0",
"firebase": "^10.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.6",
"react-native-element-dropdown": "^2.10.1",
"react-native-gesture-handler": "~2.12.0",
"react-native-pager-view": "6.2.0",
"react-native-paper": "^5.11.4",
"react-native-paper-dates": "^0.20.5",
"react-native-paper-tabs": "^0.10.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-web": "~0.19.9",
"socket.io-client": "^4.7.2",
"victory": "^36.7.0",
"victory-native": "^36.7.0"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@types/react": "~18.2.45",
"eslint": "^8.55.0",
"eslint-config-universe": "^12.0.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
},
"private": true
}