-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
47 lines (47 loc) · 1.11 KB
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "react-native-react-query-devtools",
"version": "1.3.10",
"description": "React Query Dev Tools for React Native",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.esm.js",
"files": [
"dist"
],
"types": "dist/types/index.d.ts",
"scripts": {
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/LovesWorking/react-native-react-query-devtools"
},
"keywords": [
"react-query",
"tanstack",
"state management",
"dev tools",
"react native",
"QA",
"debugging"
],
"author": "LovesWorking (https://github.com/LovesWorking)",
"peerDependencies": {
"@tanstack/react-query": "^5.17.19",
"react": "^18.2.0",
"react-native": ">=0.63.0",
"react-native-svg": "^15"
},
"devDependencies": {
"@tanstack/react-query": "^5.17.19",
"@types/react": "^18.2.56",
"esbuild": "^0.20.0",
"esbuild-node-externals": "^1.13.0",
"react": "^18.2.0",
"react-native": ">=0.63.0",
"react-native-svg": "^15",
"typescript": "^5.3.3"
},
"dependencies": {
"fast-deep-equal": "^3.1.3"
}
}