@scalar/api-reference-react
Version:
The react client only integration for api references
69 lines • 1.77 kB
JSON
{
"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.8.27",
"engines": {
"node": ">=20"
},
"type": "module",
"main": "./dist/index.js",
"module": "./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"
],
"dependencies": {
"@scalar/types": "0.5.8",
"@scalar/api-reference": "1.43.8"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "5.0.4",
"random-words": "^2.0.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"rollup-preserve-directives": "^1.1.1",
"vite": "^7.3.1",
"@scalar/build-tooling": "0.4.1"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0"
},
"scripts": {
"build": "scalar-build-vite",
"dev": "vite ./playground -c ./vite.config.ts",
"format": "scalar-format",
"format:check": "scalar-format-check",
"lint:check": "scalar-lint-check",
"lint:fix": "scalar-lint-fix",
"types:build": "scalar-types-build",
"types:check": "scalar-types-check"
}
}