UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

85 lines 2.86 kB
{ "name": "@redocly/graphql-docs", "version": "0.11.0", "description": "Redocly GraphQL docs", "license": "SEE LICENSE IN LICENSE", "author": "team@redocly.com", "keywords": [ "Redocly", "GraphQL", "API", "Docs" ], "main": "lib/src/index.js", "module": "lib-esm/src/index.js", "typings": "lib/src/index.d.ts", "dependencies": { "deepmerge": "^4.2.2", "marked": "^4.0.15", "@redocly/config": "0.26.0" }, "peerDependencies": { "@redocly/theme": "^0.54.0-next.0", "graphql": "^16.9.0", "react": "^19.1.0", "react-dom": "^19.1.0", "react-router-dom": "^6.21.1", "styled-components": "^5.3.11" }, "devDependencies": { "@shikijs/transformers": "1.24.0", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.3.0", "@types/jest": "29.5.11", "@types/jest-when": "3.5.5", "@types/marked": "4.3.2", "@types/node": "22.15.3", "@types/react": "^19.1.4", "@types/react-dom": "^19.1.4", "@types/react-router": "5.1.20", "@types/styled-components": "5.1.34", "@types/webpack-env": "1.18.5", "concurrently": "7.6.0", "esbuild-loader": "4.2.2", "fork-ts-checker-webpack-plugin": "9.0.2", "graphql": "16.9.0", "jest": "29.5.0", "jest-fetch-mock": "3.0.3", "jest-styled-components": "7.2.0", "jest-when": "3.6.0", "raw-loader": "4.0.2", "react": "^19.1.0", "react-dom": "^19.1.0", "react-is": "19.1.0", "react-router-dom": "^6.21.1", "rimraf": "5.0.7", "shiki": "1.24.4", "styled-components": "5.3.11", "ts-jest": "29.1.2", "tsc-alias": "1.8.10", "tsconfig-paths-webpack-plugin": "3.5.2", "typescript": "5.6.2", "webpack": "5.94.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "5.1.0", "@redocly/theme": "0.54.0", "esbuild-minify-dir": "0.0.1" }, "scripts": { "start": "npm run copy-highlight-hook && webpack serve", "test": "jest", "test:update": "jest -u", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:coverage:html": "jest --coverage --coverageReporters html", "ts:check": "tsc --noEmit --skipLibCheck", "watch": "tsc -p tsconfig.build.json && (concurrently \"tsc -w -p tsconfig.build.json\" \"tsc-alias -w -p tsconfig.build.json\")", "compile": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json", "compile-esm": "tsc -p tsconfig.esm.json && tsc-alias -p tsconfig.esm.json", "clean": "rimraf lib lib-esm", "build:minify": "esbuild-minify-dir lib --cjs", "build:minify-esm": "esbuild-minify-dir lib-esm", "build": "npm run clean && npm run compile && npm run compile-esm && npm run build:minify && npm run build:minify-esm", "copy-highlight-hook": "cp -r ../portal/src/client/app/hooks/codeHighlight ./playground/src/hooks" } }