UNPKG

@orama/plugin-nextra

Version:

Nextra plugin for local search powered by orama

48 lines 1.15 kB
{ "name": "@orama/plugin-nextra", "version": "3.1.18", "description": "Nextra plugin for local search powered by orama", "keywords": [ "orama", "nextra" ], "license": "Apache-2.0", "main": "./dist/index.js", "type": "module", "bugs": { "url": "https://github.com/oramasearch/orama/issues" }, "homepage": "https://github.com/oramasearch/orama#readme", "repository": { "type": "git", "url": "git+https://github.com/oramasearch/orama.git" }, "sideEffects": false, "types": "./dist/index.d.ts", "files": [ "dist" ], "dependencies": { "classnames": "^2.5.1", "next": "^14.2.30", "react": "^18.3.1", "react-dom": "^18.3.1", "@orama/orama": "3.1.18", "@orama/plugin-match-highlight": "3.1.18" }, "publishConfig": { "access": "public" }, "lint-staged": { "*.{ts, tsx}": "eslint ./src --cache --fix" }, "devDependencies": { "@swc/cli": "^0.1.59", "@swc/core": "^1.3.27", "typescript": "^5.0.0" }, "scripts": { "build": "swc --delete-dir-on-start --extensions .ts,.tsx,.cts -d dist src", "lint": "eslint src --ext .js,.ts,.cts" } }