mirror of
https://github.com/imezx/Warp.git
synced 2026-03-18 00:44:16 +00:00
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "@docsearch/js",
|
|
"description": "JavaScript package for DocSearch, the best search experience for docs.",
|
|
"version": "4.5.4",
|
|
"license": "MIT",
|
|
"homepage": "https://docsearch.algolia.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/algolia/docsearch.git",
|
|
"directory": "packages/docsearch-js"
|
|
},
|
|
"author": {
|
|
"name": "Algolia, Inc.",
|
|
"url": "https://www.algolia.com"
|
|
},
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"source": "src/index.ts",
|
|
"types": "dist/esm/index.d.ts",
|
|
"module": "dist/esm/index.js",
|
|
"main": "dist/umd/index.js",
|
|
"umd:main": "dist/umd/index.js",
|
|
"unpkg": "dist/umd/index.js",
|
|
"jsdelivr": "dist/umd/index.js",
|
|
"scripts": {
|
|
"build:clean": "rm -rf ./dist",
|
|
"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm/types",
|
|
"build:clean-types": "rm -rf ./dist/esm/types",
|
|
"build:source": "rollup --config --bundleConfigAsCjs",
|
|
"build:dts": "rollup --config rollup.dts.config.js --bundleConfigAsCjs",
|
|
"build": "yarn build:clean && yarn build:types && yarn build:source && yarn build:dts && yarn build:clean-types",
|
|
"on:change": "yarn build",
|
|
"watch": "nodemon --watch src --exec \"yarn on:change\" --ignore dist/ --ext ts,tsx"
|
|
},
|
|
"devDependencies": {
|
|
"@docsearch/react": "4.5.4",
|
|
"@rollup/plugin-replace": "6.0.3",
|
|
"htm": "3.1.1",
|
|
"nodemon": "^3.1.11",
|
|
"preact": "11.0.0-beta.0",
|
|
"rollup-plugin-dts": "^6.3.0"
|
|
},
|
|
"nx": {
|
|
"implicitDependencies": [
|
|
"@docsearch/react"
|
|
]
|
|
}
|
|
}
|