UNPKG

@scalar/api-reference-react

Version:

The react client only integration for api references

69 lines 1.76 kB
{ "name": "@scalar/api-reference-react", "description": "The react client only integration for api references", "license": "MIT", "author": "Scalar (https://github.com/scalar)", "homepage": "https://github.com/scalar/scalar", "bugs": "https://github.com/scalar/scalar/issues/new/choose", "repository": { "type": "git", "url": "git+https://github.com/scalar/scalar.git", "directory": "packages/api-reference-react" }, "keywords": [ "api", "client", "postman alternative", "rest", "testing", "react" ], "version": "0.7.25", "engines": { "node": ">=20" }, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./style.css": "./dist/style.css" }, "files": [ "dist", "CHANGELOG.md" ], "module": "./dist/index.js", "dependencies": { "@scalar/types": "0.2.5", "@scalar/api-reference": "1.32.1" }, "devDependencies": { "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", "@vitejs/plugin-react": "^4.3.4", "character-entities": "^2.0.2", "decode-named-character-reference": "^1.0.2", "path": "^0.12.7", "random-words": "^2.0.1", "react": "^19.0.0", "react-dom": "^19.0.0", "rollup-preserve-directives": "^1.1.1", "vite": "5.4.19", "vue": "^3.5.12", "@scalar/build-tooling": "0.2.3" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0" }, "scripts": { "build": "scalar-build-vite", "playground": "vite ./playground -c ./vite.config.ts", "types:build": "scalar-types-build", "types:check": "scalar-types-check" } }