-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.96 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
{
"name": "skaff",
"version": "1.1.1",
"main": "node_modules/expo/AppEntry.js",
"homepage": "https://skaff.iteam.pub",
"scripts": {
"start": "expo start",
"start:api": "node -r ts-node/register --env-file=.env api/server.ts",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"build": "expo export",
"deploy": "gh-pages -d dist",
"predeploy": "expo export && echo skaff.iteam.pub > dist/CNAME && touch dist/.nojekyll"
},
"dependencies": {
"@expo/metro-runtime": "~3.2.3",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/material-bottom-tabs": "^6.2.15",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"axios": "^1.7.2",
"csv-parser": "^3.0.0",
"expo": "^51.0.32",
"expo-device": "~6.0.2",
"expo-notifications": "~0.28.17",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.24",
"expo-web-browser": "~13.0.3",
"express": "^4.18.2",
"pdfkit": "^0.15.0",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-pager-view": "6.3.0",
"react-native-paper": "^5.12.5",
"react-native-paper-dates": "^0.18.1",
"react-native-paper-dropdown": "^1.0.7",
"react-native-paper-tabs": "^0.7.0",
"react-native-safe-area-context": "4.10.5",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^10.1.0",
"react-native-web": "~0.19.10",
"react-navigation-header-buttons": "^10.0.0",
"serve": "^14.2.3",
"socket.io": "^4.6.2",
"socket.io-react-hook": "^2.4.1"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/pdfkit": "^0.13.4",
"@types/react-native-vector-icons": "^6.4.18",
"gh-pages": "^6.0.0",
"nodemon": "^3.1.5",
"ts-node": "^10.9.1",
"typescript": "~5.3.3"
},
"private": true
}