UNPKG

@atlaskit/global-search

Version:

A cross-product search component (batteries included)

78 lines 2.44 kB
{ "name": "@atlaskit/global-search", "version": "12.1.1", "description": "A cross-product search component (batteries included)", "license": "Apache-2.0", "module": "dist/esm/index.js", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", "atlaskit:src": "src/index.ts", "author": "Atlassian Pty Ltd", "maintainers": [ "Ahmed Fouad", "Patrick Teen" ], "atlaskit": { "name": "Global search", "team": "search" }, "repository": "bitbucket:atlaskit/atlaskit-mk-2", "scripts": { "i18n:push": "i18n-tools push --resource global-search --type ts .", "i18n:pull": "rm -rf ./src/i18n && i18n-tools pull --resource global-search --type ts .", "typecheck:typescript": "tsc --noEmit --project ./tsconfig.json" }, "dependencies": { "@atlaskit/analytics": "^6.1.0", "@atlaskit/analytics-gas-types": "^4.0.10", "@atlaskit/analytics-next": "^6.1.0", "@atlaskit/avatar": "^17.0.0", "@atlaskit/badge": "^13.0.0", "@atlaskit/button": "^13.1.6", "@atlaskit/checkbox": "^9.0.9", "@atlaskit/dropdown-menu": "^8.1.1", "@atlaskit/feedback-collector": "^4.0.14", "@atlaskit/flag": "^12.2.0", "@atlaskit/icon": "^19.0.6", "@atlaskit/icon-file-type": "^4.0.9", "@atlaskit/icon-object": "^4.0.9", "@atlaskit/item": "^10.1.5", "@atlaskit/logo": "^12.1.8", "@atlaskit/modal-dialog": "^10.2.1", "@atlaskit/quick-search": "^7.7.2", "@atlaskit/theme": "^9.2.2", "@atlaskit/util-service-support": "^4.0.7", "@babel/runtime": "^7.0.0", "date-fns": "^1.30.1", "deep-equal": "^1.0.1", "lodash.debounce": "^4.0.8", "lodash.some": "^4.6.0", "memoize-one": "^5.1.0", "react-intl": "^2.6.0", "rusha": "^0.8.13", "tslib": "^1.9.3", "unescape": "^1.0.1", "uuid": "^3.1.0" }, "peerDependencies": { "react": "^16.8.0", "react-intl": "^2.6.0", "styled-components": "^3.2.6" }, "devDependencies": { "@atlaskit/docs": "^8.1.5", "@atlaskit/drawer": "^5.0.10", "@atlaskit/i18n-tools": "^0.5.2", "@atlaskit/navigation-next": "^6.6.3", "@atlaskit/global-navigation": "^8.0.0", "@atlaskit/page": "^11.0.8", "@atlaskit/quick-search": "^7.7.2", "@types/seedrandom": "^2.4.27", "enzyme": "^3.7.0", "fetch-mock": "^7.3.3", "react": "^16.8.0", "react-dom": "^16.8.0", "react-test-renderer": "^16.8.0", "seedrandom": "^2.4.4" } }