aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..22712a6
--- /dev/null
+++ b/package.json
@@ -0,0 +1,29 @@
+{
+ "name": "-lesson",
+ "version": "1.0.0",
+ "main": "index.js",
+ "scripts": {
+ "android": "expo run:android",
+ "ios": "expo run:ios",
+ "web": "expo start --web",
+ "start": "react-native start"
+ },
+ "dependencies": {
+ "expo": "~43.0.2",
+ "expo-splash-screen": "~0.13.5",
+ "expo-status-bar": "~1.1.0",
+ "expo-updates": "~0.10.13",
+ "react": "17.0.1",
+ "react-dom": "17.0.1",
+ "react-native": "0.64.3",
+ "react-native-gesture-handler": "~1.10.2",
+ "react-native-reanimated": "~2.2.0",
+ "react-native-safe-area-context": "3.3.2",
+ "react-native-screens": "~3.8.0",
+ "react-native-web": "0.17.1"
+ },
+ "devDependencies": {
+ "@babel/core": "^7.12.9"
+ },
+ "private": true
+}