This commit is contained in:
2024-12-07 19:05:28 +00:00
parent 4dcd8e2e68
commit f3c12ebf5b
2 changed files with 123 additions and 5 deletions
+3 -2
View File
@@ -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",