aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..0eb936c
--- /dev/null
+++ b/package.json
@@ -0,0 +1,24 @@
+{
+ "name": "awesomeproject",
+ "version": "1.0.0",
+ "main": "node_modules/expo/AppEntry.js",
+ "scripts": {
+ "start": "expo start",
+ "android": "expo start --android",
+ "ios": "expo start --ios",
+ "web": "expo start --web",
+ "eject": "expo eject"
+ },
+ "dependencies": {
+ "expo": "~45.0.0",
+ "expo-status-bar": "~1.3.0",
+ "react": "17.0.2",
+ "react-dom": "17.0.2",
+ "react-native": "0.68.1",
+ "react-native-web": "0.17.7"
+ },
+ "devDependencies": {
+ "@babel/core": "^7.12.9"
+ },
+ "private": true
+}