UNPKG

1.8 kBJSONView Raw
1{
2 "name": "@graphql-inspector/ui",
3 "version": "1.15.0-rc.17",
4 "description": "GraphQL Inspector GUI",
5 "keywords": [
6 "graphql",
7 "graphql-inspector",
8 "tools"
9 ],
10 "main": "dist/server.js",
11 "sideEffects": false,
12 "author": {
13 "name": "Kamil Kisiela",
14 "email": "kamil.kisiela@gmail.com",
15 "url": "https://github.com/kamilkisiela"
16 },
17 "license": "MIT",
18 "repository": {
19 "type": "git",
20 "url": "kamilkisiela/graphql-inspector"
21 },
22 "scripts": {
23 "start": "react-scripts start",
24 "build": "yarn build:ui && yarn build:server",
25 "build:ui": "react-scripts build",
26 "build:server": "tsc -p tsconfig.server.json",
27 "xtest": "react-scripts test",
28 "clean": "rm -rf build/ dist/",
29 "prebuild": "yarn clean",
30 "prepublishOnly": "yarn build"
31 },
32 "peerDependencies": {
33 "graphql": "^0.13.0 || ^14.0.0"
34 },
35 "dependencies": {
36 "express": "4.16.4",
37 "react": "16.8.4",
38 "react-dom": "16.8.4"
39 },
40 "devDependencies": {
41 "@types/express": "4.16.1",
42 "@types/jest": "24.0.11",
43 "@types/node": "11.11.3",
44 "@types/react": "16.8.8",
45 "@types/react-dom": "16.8.2",
46 "@types/react-router-dom": "4.3.1",
47 "@types/styled-components": "4.1.12",
48 "@uifabric/icons": "6.4.0",
49 "apollo-cache-inmemory": "1.5.1",
50 "apollo-client": "2.5.1",
51 "apollo-link-http": "1.5.13",
52 "graphql": "14.1.1",
53 "graphql-tag": "2.10.1",
54 "jest": "24.5.0",
55 "office-ui-fabric-react": "6.156.0",
56 "react-apollo": "2.5.2",
57 "react-apollo-hooks": "0.4.3",
58 "react-router-dom": "4.3.1",
59 "react-scripts": "2.1.8",
60 "styled-components": "4.1.3",
61 "ts-jest": "24.0.0",
62 "typescript": "3.3.3333"
63 },
64 "browserslist": [
65 ">0.2%",
66 "not dead",
67 "not ie <= 11",
68 "not op_mini all"
69 ]
70}