diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2021-12-09 23:15:33 +0100 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2021-12-09 23:15:33 +0100 |
| commit | 67b6f338cfe4da739d39dc6764d11efa00105d81 (patch) | |
| tree | 441ff30a8fb783e400ea7c9e600c889e12392eca /package.json | |
| download | remarques-67b6f338cfe4da739d39dc6764d11efa00105d81.tar.gz remarques-67b6f338cfe4da739d39dc6764d11efa00105d81.tar.zst remarques-67b6f338cfe4da739d39dc6764d11efa00105d81.zip | |
Created a new Expo app
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 29 |
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 +} |
