UNPKG

@exmg/exmg-searchbar

Version:

An element to search the needle in a haystack.

81 lines (80 loc) 2.61 kB
{ "description": "An element to search the needle in a haystack.", "keywords": [ "Exmg", "ExmgElements", "copy", "searchbar", "Polymer" ], "repository": { "type": "git", "url": "git@github.com:ExmgElements/exmg-elements-monorepo.git" }, "files": [ "styles/**/*.scss", "exmg-*.js", "exmg-*.d.ts", "index.js", "index.d.ts", "demo-*.js", "demo-*.d.ts" ], "homepage": "https://github.com/ExmgElements/", "name": "@exmg/exmg-searchbar", "version": "8.0.0", "main": "exmg-searchbar.js", "license": "MIT", "author": "Ex Machina", "dependencies": { "@material/mwc-icon": "^0.25.1", "@material/mwc-textfield": "^0.25.1", "@polymer/paper-item": "^3.0.1", "@polymer/paper-listbox": "^3.0.1", "@polymer/paper-spinner": "^3.0.2", "lit": "^2.0.0" }, "devDependencies": { "@exmg/exmg-cli": "^4.1.0", "@web/dev-server": "0.0.29", "concurrently": "^6.2.1", "@polymer/iron-demo-helpers": "^3.1.0", "@polymer/iron-icons": "^3.0.1", "@polymer/iron-iconset-svg": "^3.0.1", "@polymer/paper-icon-button": "^3.0.2", "@polymer/polymer": "^3.4.1", "@polymer/test-fixture": "^4.0.2", "@types/chai": "^4.2.12", "@types/mocha": "^5.2.6", "@webcomponents/webcomponentsjs": "^2.4.4", "chai": "^4.2.0", "eslint": "^7.8.1", "gulp": "^4.0.0", "gulp-watch": "^5.0.1", "mocha": "^6.2.3", "node-sass-import": "^2.0.1", "sass": "^1.26.10", "typedoc": "^0.19.0", "typescript": "^4.0.2", "wct-mocha": "^1.1.0" }, "scripts": { "package-install": "npm i", "gen-docs": "typedoc --excludeNotExported --excludeExternals --excludePrivate --excludeProtected --ignoreCompilerErrors --exclude '{**/*test*,**/node_modules/**,**/test/**}' --out docs/ *.ts", "tsc:watch": "tsc -b ./tsconfig.json --watch", "tsc": "tsc -b ./tsconfig.json", "lint": "tsc --noEmit && eslint '**/*ts' --ignore-path ../../.eslintignore -c ../../eslintrc.json --quiet --fix", "build": "npm run build-styles && npm run lint && npm run tsc", "build-styles": "exmg-cli -s \"styles/**/*.scss\"", "watch-styles": "exmg-cli -w", "prepublishOnly": "npm run build", "preversion": "npm run build", "publishDryRun": "npm publish --dry-run", "start": "concurrently --kill-others --names tsc,web-dev-server \"npm run tsc:watch\" \"web-dev-server --app-index demo/index.html --node-resolve --open --watch\"", "test-dev": "polymer test --npm -p", "test": "polymer test --npm --expanded" }, "publishConfig": { "access": "public" } }