repoweaver
Version:
A GitHub App that skillfully weaves multiple templates together to create and update repositories with intelligent merge strategies
46 lines (45 loc) • 1.38 kB
JSON
{
"name": "repoweaver-mobile",
"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",
"build": "tsc",
"lint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"@expo/vector-icons": "^14.1.0",
"@expo/webpack-config": "^19.0.1",
"@react-native-vector-icons/material-design-icons": "^12.1.0",
"@react-navigation/bottom-tabs": "^7.4.2",
"@react-navigation/native": "^7.1.14",
"@react-navigation/native-stack": "^7.3.21",
"@reduxjs/toolkit": "^2.8.2",
"babel-plugin-module-resolver": "^5.0.2",
"expo": "^53.0.19",
"expo-constants": "^17.1.7",
"expo-file-system": "^18.1.11",
"expo-status-bar": "^2.2.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-native": "^0.80.1",
"react-native-paper": "^5.14.5",
"react-native-safe-area-context": "^5.5.2",
"react-native-screens": "^4.11.1",
"react-native-web": "^0.20.0",
"react-redux": "^9.2.0"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@types/react": "^19.1.8",
"@types/react-native": "~0.72.0",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@typescript-eslint/parser": "^8.37.0",
"eslint": "^9.31.0",
"typescript": "^5.8.3"
},
"private": true
}