changes
This commit is contained in:
+3
-2
@@ -9,7 +9,7 @@
|
||||
"android": "expo start --android",
|
||||
"ios": "expo start --ios",
|
||||
"web": "expo start --web",
|
||||
"build-web": "expo export --platform web",
|
||||
"build-web": "expo export --platform web --clear",
|
||||
"run-server": "pm2 start run-ts.sh --name 'matrix-frontend'",
|
||||
"reset-project": "node ./scripts/reset-project.js",
|
||||
"test": "jest --watchAll",
|
||||
@@ -48,7 +48,8 @@
|
||||
"react-native-status-bar-height": "^2.6.0",
|
||||
"react-native-switch-with-icons": "^3.0.1",
|
||||
"react-native-web": "~0.19.13",
|
||||
"react-native-webview": "13.12.4"
|
||||
"react-native-webview": "13.12.4",
|
||||
"ts-node": "^10.9.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.26.0",
|
||||
|
||||
Reference in New Issue
Block a user