@dev-plugins/react-query
Version:
Expo DevTools Plugin for TanStack Query
52 lines (51 loc) • 1.25 kB
JSON
{
"name": "@dev-plugins/react-query",
"version": "0.4.0",
"description": "Expo DevTools Plugin for TanStack Query",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare && node ../../scripts/build-webui.js react-query",
"expo-module": "expo-module"
},
"homepage": "https://docs.expo.dev/versions/latest/sdk/image/",
"repository": {
"type": "git",
"url": "git+https://github.com/expo/dev-plugins.git",
"directory": "packages/react-query"
},
"keywords": [
"expo",
"devtools",
"tanstack",
"react-query"
],
"files": [
"build",
"dist",
"expo-module.config.json",
"src"
],
"author": "650 Industries, Inc.",
"license": "MIT",
"dependencies": {
"flatted": "^3.3.1"
},
"devDependencies": {
"@tanstack/react-query": "^5.59.20",
"@types/react": "~19.0.10",
"expo": "53.0.7",
"expo-module-scripts": "^4.1.7",
"typescript": "~5.8.3"
},
"peerDependencies": {
"@tanstack/react-query": "*",
"expo": ">=53.0.5",
"react": "*"
}
}