railbird-gql/package.json

31 lines
812 B
JSON
Raw Normal View History

{
"name": "dummyapp",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
2024-01-05 14:33:31 -07:00
"web": "expo start --web",
2024-01-05 15:24:24 -07:00
"lint": "eslint . --ext .js,.ts,.tsx",
2024-01-05 14:33:31 -07:00
"lint:fix": "eslint . --ext .ts,.tsx --fix"
},
"dependencies": {
2024-01-05 14:33:31 -07:00
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"expo": "~49.0.15",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
2024-01-05 14:33:31 -07:00
"react-native": "0.72.6",
"typescript": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}