UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

87 lines 2.77 kB
{ "name": "@redocly/graphql-docs", "version": "1.5.0", "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.41.0" }, "peerDependencies": { "@redocly/theme": "^0.60.0-next.0", "graphql": "16.9.0", "react": "^19.2.1", "react-dom": "^19.2.1", "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/marked": "4.3.2", "@types/node": "22.18.13", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@types/react-router": "5.1.20", "@types/styled-components": "5.1.34", "@types/webpack-env": "1.18.5", "@vitest/coverage-v8": "^4.0.10", "@vitest/ui": "3.2.4", "concurrently": "7.6.0", "esbuild-loader": "4.4.0", "fork-ts-checker-webpack-plugin": "9.0.2", "graphql": "16.9.0", "jest-styled-components": "7.2.0", "raw-loader": "4.0.2", "react": "^19.2.1", "react-dom": "^19.2.1", "react-is": "19.1.0", "react-router-dom": "^6.21.1", "rimraf": "5.0.7", "shiki": "1.24.4", "styled-components": "5.3.11", "tsc-alias": "1.8.16", "tsconfig-paths-webpack-plugin": "3.5.2", "typescript": "5.9.3", "vitest": "4.0.10", "vitest-fetch-mock": "0.4.5", "vitest-when": "0.6.2", "webpack": "5.94.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "5.2.2", "@redocly/theme": "0.60.0", "esbuild-minify-dir": "0.0.1" }, "scripts": { "start": "npm run copy-highlight-hook && webpack serve", "test": "vitest run", "test:update": "vitest run -u", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:coverage:html": "vitest run --coverage --coverage.reporter=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", "clean": "rimraf lib lib-esm", "build:minify": "esbuild-minify-dir lib-esm", "build": "npm run clean && npm run compile && npm run build:minify", "copy-highlight-hook": "cp -r ../portal/src/client/app/hooks/codeHighlight ./playground/src/hooks" } }