summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..ded687e
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "mallapp",
+ "version": "1.0.0",
+ "main": "expo/AppEntry.js",
+ "scripts": {
+ "start": "expo start",
+ "android": "expo start --android",
+ "ios": "expo start --ios",
+ "web": "expo start --web"
+ },
+ "dependencies": {
+ "expo": "~51.0.28",
+ "expo-status-bar": "~1.12.1",
+ "react": "18.2.0",
+ "react-native": "0.74.5"
+ },
+ "devDependencies": {
+ "@babel/core": "^7.20.0"
+ },
+ "private": true
+}