UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

85 lines 2.67 kB
{ "name": "@redocly/graphql-docs", "version": "1.12.1", "description": "Redocly GraphQL docs", "license": "SEE LICENSE IN LICENSE", "author": "team@redocly.com", "keywords": [ "Redocly", "GraphQL", "API", "Docs" ], "files": [ "lib-esm" ], "type": "module", "main": "./lib-esm/src/index.js", "module": "./lib-esm/src/index.js", "types": "./lib-esm/src/index.d.ts", "dependencies": { "deepmerge": "^4.2.2", "marked": "^4.0.15", "web-vitals": "3.3.1", "@redocly/config": "0.50.1", "@redocly/openapi-docs": "3.23.1", "@redocly/redoc-opentelemetry": "0.2.2" }, "peerDependencies": { "graphql": "16.12.0", "react": "^19.2.4", "react-dom": "^19.2.4", "react-router-dom": "^6.30.3", "styled-components": "^5.3.11 || ^6.0.0", "@redocly/theme": "0.67.0" }, "devDependencies": { "@babel/core": "7.29.7", "@shikijs/transformers": "3.21.0", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.3.0", "@types/marked": "4.3.2", "@types/node": "24.1.0", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@types/react-router": "5.1.20", "@types/webpack-env": "1.18.5", "@vitest/coverage-v8": "4.1.8", "@vitest/ui": "4.1.8", "concurrently": "7.6.0", "esbuild-loader": "4.4.0", "fork-ts-checker-webpack-plugin": "9.0.2", "graphql": "16.12.0", "jest-styled-components": "7.2.0", "raw-loader": "4.0.2", "react": "^19.2.4", "react-dom": "^19.2.4", "react-is": "19.1.0", "react-router-dom": "^6.30.3", "rimraf": "5.0.7", "shiki": "3.21.0", "styled-components": "^6.4.2", "tsc-alias": "1.8.16", "tsconfig-paths-webpack-plugin": "3.5.2", "typescript": "6.0.3", "vitest": "4.1.8", "vitest-fetch-mock": "0.4.5", "vitest-when": "0.6.2", "webpack": "5.105.2", "webpack-cli": "^5.1.4", "webpack-dev-server": "5.2.2", "esbuild-minify-dir": "0.0.1", "@redocly/theme": "0.67.0" }, "scripts": { "start": "pnpm run copy-highlight-hook && webpack serve", "ts:check": "tsgo --noEmit --skipLibCheck", "watch": "tsgo -p tsconfig.build.json && (concurrently \"tsgo -w -p tsconfig.build.json\" \"tsc-alias -w -p tsconfig.build.json\")", "test": "nx run vitest:test", "compile": "tsgo -p tsconfig.build.json && tsc-alias -p tsconfig.build.json", "clean": "rimraf lib lib-esm", "build:minify": "esbuild-minify-dir lib-esm", "build": "pnpm run clean && pnpm run compile && pnpm run build:minify", "copy-highlight-hook": "cp -r ../portal/src/client/app/hooks/codeHighlight ./playground/src/hooks" } }