@lrnwebcomponents/tab-list
Version:
Automated conversion of tab-list/
77 lines (76 loc) • 2.77 kB
JSON
{
"name": "@lrnwebcomponents/tab-list",
"wcfactory": {
"className": "TabList",
"customElementClass": "LitElement",
"elementName": "tab-list",
"generator-wcfactory-version": "0.3.2",
"useHAX": true,
"useSass": false,
"files": {
"css": "src/tab-list.css",
"scss": "src/tab-list.scss",
"html": "src/tab-list.html",
"js": "src/tab-list.js",
"properties": "src/tab-list-properties.json",
"hax": "src/tab-list-hax.json"
},
"sharedStyles": []
},
"version": "4.0.4",
"description": "Automated conversion of tab-list/",
"repository": {
"type": "git",
"url": "https://github.com/elmsln/lrnwebcomponents.git"
},
"type": "module",
"main": "tab-list.js",
"module": "tab-list.js",
"umd": "tab-list.umd.js",
"scripts": {
"start": "yarn run dev",
"build": "gulp --gulpfile=gulpfile.cjs && node --experimental-json-modules ../../node_modules/.bin/rollup --config && prettier --ignore-path ../../.prettierignore --write \"**/*.{js,json}\" && wca analyze \"**/*.js\" --format vscode --outFile vscode-html-custom-data.json",
"dev": "concurrently --kill-others \"yarn run watch\" \"yarn run serve\"",
"watch": "gulp dev --gulpfile=gulpfile.cjs",
"serve": "es-dev-server -c ../../es-dev-server.config.js",
"lighthouse": "gulp lighthouse --gulpfile=gulpfile.cjs",
"test": "web-test-runner \"test/**/*.test.js\" --node-resolve --config=../../web-test-runner.config.mjs",
"test:watch": "web-test-runner \"test/**/*.test.js\" --node-resolve --config=../../web-test-runner.config.mjs --watch",
"test:browsers": "web-test-runner \"test/**/*.test.js\" --node-resolve --config=../../web-test-runner.config.mjs --playwright --browsers chromium firefox webkit"
},
"author": {
"name": "btopro"
},
"license": "Apache-2.0",
"dependencies": {
"@lrnwebcomponents/a11y-tabs": "^4.0.4",
"lit": "2.0.0"
},
"devDependencies": {
"@lrnwebcomponents/deduping-fix": "^4.0.0",
"@lrnwebcomponents/storybook-utilities": "^4.0.4",
"@open-wc/testing": "2.5.33",
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page",
"@polymer/iron-demo-helpers": "3.1.0",
"@web/test-runner": "0.13.5",
"@web/test-runner-commands": "0.4.5",
"@web/test-runner-playwright": "0.8.6",
"@web/test-runner-puppeteer": "0.10.0",
"@webcomponents/webcomponentsjs": "2.6.0",
"concurrently": "5.3.0",
"gulp-babel": "8.0.0",
"lodash": "^4.17.21",
"polymer-cli": "1.9.11",
"wct-browser-legacy": "1.0.2"
},
"private": false,
"publishConfig": {
"access": "public"
},
"keywords": [
"web-components",
"html",
"haxtheweb"
],
"gitHead": "d4cd14c5c57b408201bf4fa8f41d714de8b88f11"
}