@advanced-rest-client/json-table
Version:
A table view from a JSON structure
91 lines (90 loc) • 2.82 kB
JSON
{
"name": "@advanced-rest-client/json-table",
"description": "A table view from a JSON structure",
"version": "3.3.1",
"license": "Apache-2.0",
"main": "index.js",
"module": "index.js",
"keywords": [
"web-components",
"polymer",
"json",
"table",
"conventer",
"json viewer"
],
"authors": [
"Pawel Psztyc"
],
"contributors": [
"Your name can be here!"
],
"repository": {
"type": "git",
"url": "git://github.com/advanced-rest-client/json-table.git"
},
"bugs": {
"url": "https://github.com/advanced-rest-client/json-table/issues",
"email": "arc@mulesoft.com"
},
"dependencies": {
"@advanced-rest-client/arc-icons": "^3.3.2",
"@anypoint-web-components/anypoint-button": "^1.2.0",
"@anypoint-web-components/anypoint-dropdown-menu": "^0.1.20",
"@anypoint-web-components/anypoint-item": "^1.1.0",
"@anypoint-web-components/anypoint-listbox": "^1.1.6",
"@open-wc/dedupe-mixin": "^1.3.0",
"lit-element": "^2.4.0"
},
"devDependencies": {
"@advanced-rest-client/arc-demo-helper": "^5.0.4",
"@anypoint-web-components/anypoint-input": "^0.2.24",
"@open-wc/eslint-config": "^7.0.0",
"@open-wc/testing": "^3.0.3",
"@polymer/paper-dialog": "^3.0.1",
"@polymer/paper-toast": "^3.0.1",
"@types/mocha": "^9.0.0",
"@web/dev-server": "^0.1.10",
"@web/test-runner": "^0.13.23",
"@web/test-runner-playwright": "^0.8.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.1.0",
"sinon": "^12.0.1",
"typescript": "^4.2.3",
"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",
"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"
],
"overrides": [
{
"files": [
"demo/**/*.js",
"test/**/*.js",
"**/demo/**/*.html"
],
"rules": {
"no-console": "off",
"no-unused-expressions": "off",
"no-plusplus": "off",
"no-param-reassing": "off",
"class-methods-use-this": "off",
"import/no-extraneous-dependencies": "off"
}
}
]
}
}