-
-
Notifications
You must be signed in to change notification settings - Fork 161
Expand file tree
/
Copy pathinfo.json
More file actions
27 lines (27 loc) · 665 Bytes
/
info.json
File metadata and controls
27 lines (27 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "Query",
"description": "Integrate TanStack Query into your application.",
"phase": "add-on",
"modes": ["file-router", "code-router"],
"type": "add-on",
"category": "tanstack",
"color": "#EF4444",
"priority": 10,
"link": "https://tanstack.com/query/latest",
"routes": [
{
"icon": "Network",
"url": "/demo/tanstack-query",
"name": "TanStack Query",
"path": "src/routes/demo/tanstack-query.tsx",
"jsName": "TanStackQueryDemo"
}
],
"integrations": [
{
"type": "devtools",
"path": "src/integrations/tanstack-query/devtools.tsx",
"jsName": "TanStackQueryDevtools"
}
]
}