Skip to content

Commit

Permalink
Merge pull request #1 from sarthakpranesh/develop
Browse files Browse the repository at this point in the history
Updated template packages and configurations
  • Loading branch information
sarthakpranesh authored Aug 7, 2022
2 parents 2c8532a + 5a6ee46 commit 8c9a470
Show file tree
Hide file tree
Showing 6 changed files with 8,436 additions and 5,308 deletions.
18 changes: 18 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cli": {
"version": ">= 0.57.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}
63 changes: 32 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,47 +7,48 @@
"web": "expo start --web",
"eject": "expo eject",
"desktop": "tauri dev",
"build-android": "expo build:android",
"build-ios": "expo build:ios",
"build-web": "expo build:web",
"build-android": "eas build -p android",
"build-ios": "eas build -p ios",
"build-web": "expo export:web",
"build-desktop": "tauri build",
"lint": "eslint ."
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-navigation/native": "^6.0.2",
"@react-navigation/stack": "^6.0.7",
"@tauri-apps/api": "^1.0.0-beta.8",
"@expo/webpack-config": "^0.17.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-navigation/native": "^6.0.11",
"@react-navigation/stack": "^6.2.2",
"@tauri-apps/api": "^1.0.2",
"deepmerge": "^4.2.2",
"expo": "~42.0.1",
"expo-splash-screen": "~0.11.2",
"expo-status-bar": "~1.0.4",
"react": "16.13.1",
"react-dom": "^17.0.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-gesture-handler": "~1.10.2",
"react-native-paper": "^4.9.2",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.4.0",
"react-native-web": "^0.17.1",
"react-redux": "^7.2.5",
"redux": "^4.1.1",
"expo": "^46.0.0",
"expo-splash-screen": "~0.16.1",
"expo-status-bar": "~1.4.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.3",
"react-native-gesture-handler": "~2.5.0",
"react-native-paper": "^4.12.4",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-web": "~0.18.7",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@tauri-apps/cli": "^1.0.0-beta.10",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@babel/core": "^7.18.6",
"@tauri-apps/cli": "^1.0.5",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"@types/redux-logger": "^3.0.9",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"babel-preset-expo": "^8.4.1",
"eslint": "^7.32.0",
"eslint-config-universe": "^7.0.1",
"prettier": "^2.3.2",
"typescript": "~4.0.0"
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"babel-preset-expo": "~9.2.0",
"eslint": "^8.21.0",
"eslint-config-universe": "^11.1.0",
"prettier": "^2.7.1",
"typescript": "^4.6.3"
},
"private": true,
"eslintConfig": {
Expand Down
Loading

0 comments on commit 8c9a470

Please sign in to comment.