@dev-plugins/react-query
Version:
Expo DevTools Plugin for TanStack Query
51 lines (50 loc) • 1.25 kB
JSON
{
"name": "@dev-plugins/react-query",
"version": "0.2.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",
"prepublishOnly": "expo-module prepublishOnly",
"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",
"expo": "~52.0.4",
"expo-module-scripts": "^4.0.2",
"typescript": "^5.6.3"
},
"peerDependencies": {
"@tanstack/react-query": "*",
"expo": "^52.0.41"
}
}