-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1016 Bytes
/
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
{
"name": "@loop-payments/react-router-relay",
"version": "1.0.0",
"description": "Relay integration for react-router",
"main": "dist/index.js",
"files": [
"dist"
],
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -p build.tsconfig.json"
},
"author": "engineering@loop.com",
"license": "MIT",
"devDependencies": {
"@types/react-relay": "^14.1.4",
"prettier": "^3.0.0",
"react": "^18.2.0",
"react-relay": "^15.0.0",
"react-router-dom": "^6.14.1",
"typescript": "^5.1.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loop-payments/react-router-relay.git"
},
"keywords": [
"graphql",
"relay",
"react-router"
],
"bugs": {
"url": "https://github.com/loop-payments/react-router-relay/issues"
},
"homepage": "https://github.com/loop-payments/react-router-relay#readme",
"peerDependencies": {
"react-relay": ">=15.0.0",
"react-router-dom": ">=6.4.0"
},
"packageManager": "yarn@4.0.2"
}