-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
137 lines (137 loc) · 4.4 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "graphql-react",
"version": "20.0.0",
"description": "A GraphQL client for React using modern context and hooks APIs that’s lightweight (< 4 kB) but powerful; the first Relay and Apollo alternative with server side rendering.",
"license": "MIT",
"author": {
"name": "Jayden Seric",
"email": "[email protected]",
"url": "https://jaydenseric.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaydenseric/graphql-react.git"
},
"homepage": "https://github.com/jaydenseric/graphql-react#readme",
"bugs": "https://github.com/jaydenseric/graphql-react/issues",
"funding": "https://github.com/sponsors/jaydenseric",
"keywords": [
"graphql",
"client",
"query",
"mutation",
"file",
"upload",
"multipart",
"react",
"hooks",
"ssr",
"esm",
"mjs"
],
"files": [
"Cache.mjs",
"CacheContext.mjs",
"cacheDelete.mjs",
"cacheEntryDelete.mjs",
"cacheEntryPrune.mjs",
"cacheEntrySet.mjs",
"cacheEntryStale.mjs",
"cachePrune.mjs",
"cacheStale.mjs",
"fetchGraphQL.mjs",
"fetchOptionsGraphQL.mjs",
"HYDRATION_TIME_MS.mjs",
"HydrationTimeStampContext.mjs",
"Loading.mjs",
"LoadingCacheValue.mjs",
"LoadingContext.mjs",
"Provider.mjs",
"types.mjs",
"useAutoAbortLoad.mjs",
"useAutoLoad.mjs",
"useCache.mjs",
"useCacheEntry.mjs",
"useCacheEntryPrunePrevention.mjs",
"useForceUpdate.mjs",
"useLoadGraphQL.mjs",
"useLoading.mjs",
"useLoadingEntry.mjs",
"useLoadOnDelete.mjs",
"useLoadOnMount.mjs",
"useLoadOnStale.mjs",
"useWaterfallLoad.mjs"
],
"sideEffects": false,
"exports": {
"./Cache.mjs": "./Cache.mjs",
"./CacheContext.mjs": "./CacheContext.mjs",
"./cacheDelete.mjs": "./cacheDelete.mjs",
"./cacheEntryDelete.mjs": "./cacheEntryDelete.mjs",
"./cacheEntryPrune.mjs": "./cacheEntryPrune.mjs",
"./cacheEntrySet.mjs": "./cacheEntrySet.mjs",
"./cacheEntryStale.mjs": "./cacheEntryStale.mjs",
"./cachePrune.mjs": "./cachePrune.mjs",
"./cacheStale.mjs": "./cacheStale.mjs",
"./fetchGraphQL.mjs": "./fetchGraphQL.mjs",
"./fetchOptionsGraphQL.mjs": "./fetchOptionsGraphQL.mjs",
"./HYDRATION_TIME_MS.mjs": "./HYDRATION_TIME_MS.mjs",
"./HydrationTimeStampContext.mjs": "./HydrationTimeStampContext.mjs",
"./Loading.mjs": "./Loading.mjs",
"./LoadingCacheValue.mjs": "./LoadingCacheValue.mjs",
"./LoadingContext.mjs": "./LoadingContext.mjs",
"./package.json": "./package.json",
"./Provider.mjs": "./Provider.mjs",
"./types.mjs": "./types.mjs",
"./useAutoAbortLoad.mjs": "./useAutoAbortLoad.mjs",
"./useAutoLoad.mjs": "./useAutoLoad.mjs",
"./useCache.mjs": "./useCache.mjs",
"./useCacheEntry.mjs": "./useCacheEntry.mjs",
"./useCacheEntryPrunePrevention.mjs": "./useCacheEntryPrunePrevention.mjs",
"./useLoadGraphQL.mjs": "./useLoadGraphQL.mjs",
"./useLoading.mjs": "./useLoading.mjs",
"./useLoadingEntry.mjs": "./useLoadingEntry.mjs",
"./useLoadOnDelete.mjs": "./useLoadOnDelete.mjs",
"./useLoadOnMount.mjs": "./useLoadOnMount.mjs",
"./useLoadOnStale.mjs": "./useLoadOnStale.mjs",
"./useWaterfallLoad.mjs": "./useWaterfallLoad.mjs"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=22.0.0"
},
"browserslist": "Node 18.18 - 19 and Node < 19, Node 20.9 - 21 and Node < 21, Node >= 22, > 0.5%, not OperaMini all, not dead",
"peerDependencies": {
"react": "16.14 - 18"
},
"dependencies": {
"extract-files": "^13.0.0",
"react-waterfall-render": "^5.0.0"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-test-renderer": "^18.3.0",
"coverage-node": "^8.0.0",
"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"filter-console": "^1.0.0",
"gzip-size": "^7.0.0",
"prettier": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-test-renderer": "^18.3.1",
"revertable-globals": "^4.0.0",
"typescript": "^5.5.3"
},
"scripts": {
"eslint": "eslint .",
"prettier": "prettier -c .",
"types": "tsc -p jsconfig.json",
"tests": "coverage-node --test-reporter=spec --test",
"test": "npm run eslint && npm run prettier && npm run types && npm run tests",
"prepublishOnly": "npm test"
}
}