UNPKG

1.32 kBJSONView Raw
1{
2 "main": "src/index",
3 "name": "@kiwicom/relay",
4 "private": false,
5 "version": "4.5.0",
6 "sideEffects": false,
7 "homepage": "https://github.com/kiwicom/relay",
8 "description": "Highly opinionated Relay wrapper used at Kiwi.com",
9 "license": "MIT",
10 "bin": {
11 "kiwicom-fetch-schema": "bin/fetch-schema.js",
12 "kiwicom-relay-compiler": "bin/relay-compiler.js"
13 },
14 "scripts": {
15 "test": "yarn eslint src && yarn flow src"
16 },
17 "dependencies": {
18 "@babel/register": "^7.6.0",
19 "@kiwicom/fetch": "^2.4.3",
20 "@kiwicom/js": "^0.16.0",
21 "@kiwicom/logger": "^0.3.0",
22 "@kiwicom/monorepo-utils": "^0.24.0",
23 "@kiwicom/signed-source": "^1.0.4",
24 "babel-plugin-relay": "^6.0.0",
25 "commander": "^3.0.2",
26 "is-ci": "^2.0.0",
27 "react-relay": "^6.0.0",
28 "relay-compiler": "^6.0.0",
29 "relay-config": "^6.0.0",
30 "relay-runtime": "^6.0.0"
31 },
32 "devDependencies": {
33 "@kiwicom/babel-preset-kiwicom": "^3.4.0",
34 "@kiwicom/eslint-config": "^8.0.0",
35 "@kiwicom/test-utils": "^0.10.0",
36 "babel-eslint": "^10.0.3",
37 "eslint": "^6.4.0",
38 "flow-bin": "^0.108.0",
39 "jest": "^24.9.0",
40 "react": "^16.8.0",
41 "react-test-renderer": "^16.9.0",
42 "relay-test-utils": "^6.0.0"
43 },
44 "peerDependencies": {
45 "graphql": "^14.5.6",
46 "react": "^16.9.0"
47 }
48}
\No newline at end of file