UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

88 lines 3.05 kB
{ "name": "@redocly/graphql-docs", "version": "1.1.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", "@redocly/config": "0.28.0" }, "peerDependencies": { "@redocly/theme": "^0.56.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": { "@jest/globals": "29.5.0", "@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.3.0", "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.2.2", "@redocly/theme": "0.56.0", "esbuild-minify-dir": "0.0.1" }, "scripts": { "start": "npm run copy-highlight-hook && webpack serve", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", "test:update": "node --experimental-vm-modules node_modules/jest/bin/jest.js -u", "test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch", "test:coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage", "test:coverage:html": "node --experimental-vm-modules node_modules/jest/bin/jest.js --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", "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" } }