-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.24 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.24 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "rozenite-graphql-client-devtool",
"version": "0.0.7",
"description": "GraphQL Client DevTools plugin for Rozenite - Debug Apollo Client and other GraphQL clients in React Native",
"type": "module",
"main": "./dist/react-native.cjs",
"module": "./dist/react-native.js",
"types": "./dist/react-native.d.ts",
"bundleDependencies": [],
"files": [
"dist",
"react-native.ts",
"README.md",
"LICENSE"
],
"keywords": [
"rozenite",
"graphql",
"devtools",
"react-native",
"apollo-client",
"debugging",
"developer-tools",
"graphql-client",
"cache-inspector",
"schema-explorer"
],
"repository": {
"type": "git",
"url": "https://github.com/CodeByRahulSaini/rozenite-graphql-client-devtool.git"
},
"homepage": "https://github.com/CodeByRahulSaini/rozenite-graphql-client-devtool.git#readme",
"bugs": {
"url": "https://github.com/CodeByRahulSaini/rozenite-graphql-client-devtool/issues"
},
"author": "Rahul Saini",
"scripts": {
"build": "rozenite build",
"dev": "rozenite dev",
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@rozenite/plugin-bridge": "1.2.0",
"graphql": "^16.8.0"
},
"devDependencies": {
"vite": "^6.0.0",
"@rozenite/vite-plugin": "1.0.0-alpha.3",
"typescript": "^5.7.3",
"rozenite": "1.0.0-alpha.3",
"react-native-web": "0.21.0",
"react": "18.3.1",
"react-dom": "18.3.0",
"react-native": "0.76.0",
"@types/react": "~18.3.12",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@tanstack/react-table": "^8.21.3",
"tailwindcss": "^3.4.17",
"postcss": "^8.5.6",
"autoprefixer": "^10.4.21",
"tailwindcss-animate": "^1.0.7",
"lucide-react": "^0.263.1",
"zustand": "^5.0.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"tailwind-merge": "^3.3.1",
"react-json-tree": "^0.20.0",
"@types/react-dom": "~18.3.1",
"@apollo/client": "^3.8.0"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-native": ">=0.76.0"
},
"peerDependenciesMeta": {
"@apollo/client": {
"optional": true
}
},
"license": "MIT"
}