UNPKG

@focus-reactive/graphql-content-layer

Version:

[![npm version](https://badge.fury.io/js/%40focus-reactive%2Fgraphql-content-layer.svg)](https://badge.fury.io/js/%40focus-reactive%2Fgraphql-content-layer) # GitNation GraphQL Content Layer

97 lines 2.96 kB
{ "name": "@focus-reactive/graphql-content-layer", "version": "3.2.12", "private": false, "main": "dist/index.js", "scripts": { "start": "yarn dev | yarn storybook | yarn tdd", "dev": "nodemon --exec yarn prepare", "test-run": "node develop", "storybook": "start-storybook -p 6001 --ci", "update-schema": "graphql get-schema", "test": "jest", "test:smoke": "jest tests/smoke.test.js --detectOpenHandles", "tdd": "jest --watch", "prepare": "package-prepare", "prestart": "relative-deps", "-prepare": "yarn relative-deps", "update-dependencies": "yarn upgradeInteractive --latest" }, "devDependencies": { "@babel/cli": "^7.7.7", "@babel/core": "^7.7.7", "@babel/preset-env": "^7.7.7", "@babel/preset-react": "^7.7.4", "@usulpro/package-prepare": "^1.2.1", "babel-eslint": "^7.2.3", "babel-jest": "^24.9.0", "babel-loader": "^8.0.6", "dotenv": "^8.1.0", "eslint": "^6.8.0", "eslint-config-airbnb": "^16.1.0", "eslint-config-prettier": "^6.9.0", "eslint-formatter-pretty": "^1.1.0", "eslint-loader": "^2.0.0", "eslint-plugin-graphql": "^3.1.0", "eslint-plugin-import": "^2.20.0", "eslint-plugin-jest": "^23.1.1", "eslint-plugin-json": "^2.0.1", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.17.0", "graphql-cli": "^3.0.14", "jest": "^24.9.0", "nodemon": "^2.0.2", "object-hash": "^2.0.3", "prettier": "^1.19.1", "relative-deps": "^0.2.0" }, "dependencies": { "@focus-reactive/storybook-addon-graphcms": "^1.3.0", "@react-theming/storybook-addon": "^0.2.1", "@storybook/addon-actions": "^5.2.8", "@storybook/addon-console": "^1.2.1", "@storybook/addon-links": "^5.2.8", "@storybook/addon-notes": "^5.2.8", "@storybook/addons": "^5.2.8", "@storybook/react": "^5.2.8", "@storybook/storybook-deployer": "^2.8.1", "dayjs": "^1.9.6", "graphql-request": "^1.8.2", "node-fetch": "^2.6.9", "react": "^16.12.0", "react-json-view": "^1.19.1", "remark-html": "^10.0.0", "remark-parse": "^7.0.2", "unified": "^8.4.2", "url-slug": "^2.2.0" }, "peerDependencies": { "dotenv": "^8.1.0" }, "relativeDependencies": { "@focus-reactive/storybook-addon-graphcms": "../../Addons/storybook-graphql-kit-graphcms/" }, "homepage": "https://github.com/GitNation/graphql-content-layer", "bugs": { "url": "https://github.com/GitNation/graphql-content-layer/issues" }, "author": "Oleg Proskurin <oleg@focusreactive.com> (https://github.com/focusreactive)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/GitNation/graphql-content-layer.git" }, "keywords": [ "graphql", "graphcms", "query", "queries", "search", "storybookjs", "content", "content-layer", "gitnation", "conference" ] }