@anypoint-web-components/anypoint-item
Version:
83 lines (82 loc) • 2.54 kB
JSON
{
"name": "@anypoint-web-components/anypoint-item",
"version": "1.1.3",
"description": "Anypoint list item",
"license": "Apache-2.0",
"main": "index.js",
"module": "index.js",
"keywords": [
"web-components",
"anypoint",
"icons"
],
"author": {
"name": "Pawel Psztyc",
"email": "arc@mulesoft.com"
},
"contributors": [
"Your name can be here!"
],
"repository": {
"type": "git",
"url": "git://github.com/anypoint-web-components/anypoint-item.git"
},
"bugs": {
"url": "https://github.com/anypoint-web-components/anypoint-item/issues",
"email": "arc@mulesoft.com"
},
"dependencies": {
"@anypoint-web-components/anypoint-control-mixins": "^1.2.0",
"@anypoint-web-components/anypoint-styles": "^1.0.2",
"lit-element": "^2.5.1",
"lit-html": "^1.4.1"
},
"devDependencies": {
"@advanced-rest-client/arc-demo-helper": "^1.0.17",
"@anypoint-web-components/anypoint-button": "^1.2.3",
"@anypoint-web-components/anypoint-checkbox": "^1.2.2",
"@anypoint-web-components/anypoint-icons": "^1.0.1",
"@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/paper-styles": "^3.0.1",
"@web/dev-server": "^0.1.25",
"@web/test-runner": "^0.13.19",
"@web/test-runner-playwright": "^0.8.8",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.2",
"lint-staged": "^11.2.3",
"sinon": "^11.1.2",
"typescript": "^4.4.4",
"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 --playwright --browsers chromium",
"gen:wc": "wca analyze \"*.js\" --outFile custom-elements.json"
},
"eslintConfig": {
"extends": [
"@open-wc/eslint-config",
"eslint-config-prettier"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"eslint --fix"
]
}
}