UNPKG

@anypoint-web-components/anypoint-input

Version:
106 lines (105 loc) 3.24 kB
{ "name": "@anypoint-web-components/anypoint-input", "description": "Accessible text input styled for Anypoint platform", "version": "0.2.30", "license": "Apache-2.0", "main": "index.js", "module": "index.js", "keywords": [ "web-components", "anypoint-web-components", "selection", "list", "dropdown" ], "author": { "name": "Pawel Uchida-Psztyc", "email": "arc@mulesoft.com" }, "contributors": [ "Your name can be here!" ], "repository": { "type": "git", "url": "git://github.com/anypoint-web-components/anypoint-input.git" }, "bugs": { "url": "https://github.com/anypoint-web-components/anypoint-input/issues", "email": "arc@mulesoft.com" }, "dependencies": { "@advanced-rest-client/arc-icons": "^3.3.3", "@anypoint-web-components/anypoint-button": "^1.2.2", "@anypoint-web-components/anypoint-control-mixins": "^1.2.0", "@anypoint-web-components/validatable-mixin": "^1.1.3", "@open-wc/dedupe-mixin": "^1.3.0", "lit-element": "^2.5.1", "lit-html": "^1.4.1" }, "devDependencies": { "@advanced-rest-client/arc-demo-helper": "^1.0.17", "@anypoint-web-components/anypoint-checkbox": "^1.2.1", "@anypoint-web-components/anypoint-radio-button": "^0.1.8", "@anypoint-web-components/anypoint-styles": "^1.0.1", "@anypoint-web-components/validator-mixin": "^1.1.2", "@open-wc/eslint-config": "^4.3.0", "@open-wc/testing": "^2.5.33", "@polymer/iron-icon": "^3.0.1", "@polymer/iron-icons": "^3.0.1", "@polymer/iron-test-helpers": "^3.0.1", "@polymer/paper-tabs": "^3.1.0", "@web/dev-server": "^0.1.21", "@web/test-runner": "^0.13.16", "@web/test-runner-playwright": "^0.8.7", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "husky": "^7.0.1", "lint-staged": "^11.1.2", "sinon": "^11.1.2", "typescript": "^4.3.5", "typescript-lit-html-plugin": "^0.9.0" }, "scripts": { "start": "web-dev-server --app-index demo/index.html --node-resolve --open --watch --root-dir .", "lint:eslint": "eslint --ext .js,.html . --ignore-path .gitignore", "format:eslint": "eslint --ext .js,.html . --fix --ignore-path .gitignore", "lint:types": "tsc", "lint": "npm run lint:eslint", "format": "npm run format:eslint", "test": "web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit", "test:watch": "web-test-runner test/**/*.test.js --node-resolve --watch", "gen:wc": "wca analyze \"*.js\" --outFile custom-elements.json" }, "eslintConfig": { "extends": [ "@open-wc/eslint-config", "eslint-config-prettier" ], "overrides": [ { "files": [ "**/demo/**/*.js", "**/test/**/*.js", "**/demo/**/*.html" ], "rules": { "no-console": "off", "no-plusplus": "off", "no-unused-expressions": "off", "class-methods-use-this": "off", "import/no-extraneous-dependencies": "off" } } ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.js": [ "eslint --fix" ] } }