tanstack-query-dev-tools-expo-plugin
Version:
A Expo plugin for Tanstack Query DevTools
65 lines (64 loc) • 2.26 kB
JSON
{
"name": "tanstack-query-dev-tools-expo-plugin",
"version": "0.1.1",
"description": "A Expo plugin for Tanstack Query DevTools",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"scripts": {
"all": "rm -rf build dist tanstack-query-dev-tools-expo-plugin-0.1.0.tgz && npm run build:all && npm pack",
"build": "expo-module build",
"build:all": "expo-module prepare && cd webui && npx expo export -p web --output-dir ../dist",
"clean": "expo-module clean",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepare && expo-module prepublishOnly && cd webui && npx expo export -p web --output-dir ../dist",
"web:dev": "cd webui && npx expo start -w",
"web:export": "cd webui && npx expo export -p web --output-dir ../dist"
},
"keywords": [
"expo",
"devtools",
"tanstack",
"query",
"react-query",
"react-native",
"expo-react-native",
"expo-react-native-tanstack-query-devtools",
"tanstack-query",
"tanstack-query-devtools",
"tanstack-query-devtools-expo",
"tanstack-query-devtools-expo-react-native",
"tanstack-query-devtools-expo-plugin",
"tanstack-query-devtools-expo-plugin-react-native",
"tanstack-query-devtools-expo-plugin-webui",
"tanstack-query-devtools-expo-plugin-webui-react-native",
"React-Query-Dev-Tools"
],
"author": "LovesWorking (https://github.com/LovesWorking)",
"files": [
"build",
"dist",
"expo-module.config.json"
],
"license": "MIT",
"dependencies": {
"@expo/metro-runtime": "~4.0.1",
"expo-device": "~7.0.2"
},
"devDependencies": {
"@tanstack/react-query": "^5.66.9",
"expo": "~52.0.3",
"expo-module-scripts": "^4.0.2",
"typescript": "^5.6.3"
},
"peerDependencies": {
"@tanstack/react-query": "^4.0.0 || ^5.0.0",
"expo": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/LovesWorking/tanstack-query-dev-tools-expo-plugin"
},
"homepage": "https://github.com/LovesWorking/tanstack-query-dev-tools-expo-plugin",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}