forked from Iteam1337/skaff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.74 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
{
"name": "skaff",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"homepage": "https://skaff.iteam.pub/",
"scripts": {
"start": "expo start",
"start:api": "ts-node api/server.ts",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"deploy": "gh-pages -d web-build",
"predeploy": "expo export:web"
},
"dependencies": {
"@expo/webpack-config": "^18.0.1",
"@react-native-async-storage/async-storage": "^1.18.1",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/material-bottom-tabs": "^6.2.15",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"csv-parser": "^3.0.0",
"expo": "~48.0.11",
"expo-device": "^5.2.1",
"expo-notifications": "^0.18.1",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.4",
"express": "^4.18.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.7",
"react-native-gesture-handler": "~2.9.0",
"react-native-pager-view": "^6.2.0",
"react-native-paper": "^5.7.0",
"react-native-paper-dates": "^0.18.1",
"react-native-paper-dropdown": "^1.0.7",
"react-native-paper-tabs": "^0.7.0",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "^4.5.3",
"react-native-uuid": "^2.0.1",
"react-native-web": "~0.18.10",
"react-navigation-header-buttons": "^10.0.0",
"socket.io": "^4.6.2",
"socket.io-react-hook": "^2.4.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.0.14",
"@types/react-native": "^0.72.0",
"gh-pages": "^5.0.0",
"nodemon": "^2.0.22",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"private": true
}