-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.44 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
{
"name": "openskill-test",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest",
"predeploy": "expo export -p web",
"deploy": "npm run predeploy && firebase deploy --only hosting"
},
"dependencies": {
"@expo-google-fonts/roboto-condensed": "^0.2.3",
"@expo/metro-runtime": "~3.1.3",
"@react-native-clipboard/clipboard": "^1.14.0",
"@react-navigation/material-top-tabs": "^6.6.13",
"@react-navigation/native": "^6.1.17",
"@reduxjs/toolkit": "^2.2.1",
"@types/react": "~18.2.45",
"axios": "^1.6.7",
"expo": "~50.0.7",
"expo-font": "~11.10.3",
"expo-status-bar": "~1.11.1",
"jest": "^29.3.1",
"jest-expo": "~50.0.2",
"openskill": "^4.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.4",
"react-native-pager-view": "^6.3.0",
"react-native-paper": "^5.12.3",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.30.1",
"react-native-tab-view": "^3.5.2",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^10.0.3",
"react-native-web": "~0.19.6",
"react-redux": "^9.1.0",
"typescript": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/jest": "^29.5.12",
"babel-plugin-module-resolver": "^5.0.0"
},
"private": true
}