12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_from": "@docsearch/react@3.0.0",
- "_id": "@docsearch/react@3.0.0",
- "_inBundle": false,
- "_integrity": "sha512-yhMacqS6TVQYoBh/o603zszIb5Bl8MIXuOc6Vy617I74pirisDzzcNh0NEaYQt50fVVR3khUbeEhUEWEWipESg==",
- "_location": "/@docsearch/react",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@docsearch/react@3.0.0",
- "name": "@docsearch/react",
- "escapedName": "@docsearch%2freact",
- "scope": "@docsearch",
- "rawSpec": "3.0.0",
- "saveSpec": null,
- "fetchSpec": "3.0.0"
- },
- "_requiredBy": [
- "/@docsearch/js"
- ],
- "_resolved": "https://registry.npmjs.org/@docsearch/react/-/react-3.0.0.tgz",
- "_shasum": "d02ebdc67573412185a6a4df13bc254c7c0da491",
- "_spec": "@docsearch/react@3.0.0",
- "_where": "D:\\work\\liebao-developApi\\node_modules\\@docsearch\\js",
- "author": {
- "name": "Algolia, Inc.",
- "url": "https://www.algolia.com"
- },
- "bugs": {
- "url": "https://github.com/algolia/docsearch/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@algolia/autocomplete-core": "1.5.2",
- "@algolia/autocomplete-preset-algolia": "1.5.2",
- "@docsearch/css": "3.0.0",
- "algoliasearch": "^4.0.0"
- },
- "deprecated": false,
- "description": "React package for DocSearch, the best search experience for docs.",
- "files": [
- "dist/",
- "style/",
- "button.js",
- "modal.js"
- ],
- "homepage": "https://docsearch.algolia.com",
- "jsdelivr": "dist/umd/index.js",
- "license": "MIT",
- "main": "dist/umd/index.js",
- "module": "dist/esm/index.js",
- "name": "@docsearch/react",
- "peerDependencies": {
- "@types/react": ">= 16.8.0 < 18.0.0",
- "react": ">= 16.8.0 < 18.0.0",
- "react-dom": ">= 16.8.0 < 18.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/algolia/docsearch.git"
- },
- "scripts": {
- "build": "yarn build:clean && yarn build:umd && yarn build:esm && yarn build:types",
- "build:clean": "rm -rf ./dist",
- "build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
- "build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
- "build:umd": "rollup --config",
- "on:change": "concurrently \"yarn build:esm\" \"yarn build:types\"",
- "prepare": "yarn build:esm && yarn build:types",
- "watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
- },
- "sideEffects": false,
- "source": "src/index.ts",
- "types": "dist/esm/index.d.ts",
- "umd:main": "dist/umd/index.js",
- "unpkg": "dist/umd/index.js",
- "version": "3.0.0"
- }
|