UNPKG

graphql-birdseye

Version:

graphql visualizer

67 lines (66 loc) 1.95 kB
{ "name": "graphql-birdseye", "version": "1.2.1", "description": "graphql visualizer", "author": "novvum", "license": "MIT", "repository": "novvum/graphql-birdseye", "keywords": [ "graphql-visualizer", "graphql", "graphql-birdseye", "jointjs", "graphql-playground" ], "main": "dist/index.js", "module": "dist/index.es.js", "jsnext:main": "dist/index.es.js", "scripts": { "install:demo": "yarn --cwd ./example install", "test": "echo 'no tests yet!'", "test:watch": "yarn test", "build": "rollup -c && prettier --write 'dist/**/*.ts'", "build:demo": "bash ./.scripts/build-demo.sh", "lint": "tslint -p tsconfig.json", "start": "npm-run-all --parallel start:component start:demo", "start:component": "rollup -c -w", "start:demo": "yarn --cwd ./example start", "prepare": "yarn run build", "predeploy": "yarn build:demo", "deploy": "gh-pages -d example/build" }, "dependencies": { "graphql-birdseye-core": "^1.2.1", "react-resize-detector": "^3.4.0" }, "peerDependencies": { "prop-types": "^15.5.4", "react": "^15.0.0 || ^16.0.0", "react-dom": "^15.0.0 || ^16.0.0" }, "devDependencies": { "@svgr/rollup": "^2.4.1", "@types/jest": "^23.1.5", "@types/react": "^16.3.13", "@types/react-dom": "^16.0.5", "babel-core": "^6.26.3", "babel-runtime": "^6.26.0", "react": "^16.8.0", "react-dom": "^16.8.0", "react-scripts-ts": "^2.16.0", "rollup": "1.1.2", "rollup-plugin-babel": "4.3.2", "rollup-plugin-babel-minify": "^7.0.0", "rollup-plugin-commonjs": "9.2.0", "rollup-plugin-node-resolve": "4.0.0", "rollup-plugin-peer-deps-external": "2.2.0", "rollup-plugin-postcss": "1.6.3", "rollup-plugin-typescript2": "0.19.2", "rollup-plugin-url": "2.1.0", "rollup-plugin-visualizer": "^0.9.2", "tslint-config-prettier": "^1.18.0" }, "files": [ "dist" ] }