@alaskaairux/auro-interruption
Version:
Auro custom auro-interruption element
182 lines (181 loc) • 6.29 kB
JSON
{
"//": [
"================================================================================",
"# To work within the development environment, run the following tasks",
" 1. $ npm run dev",
" 2. $ npm run serve",
" 3. Go to http://localhost:8000",
"================================================================================"
],
"name": "@alaskaairux/auro-interruption",
"version": "1.4.5",
"description": "Auro custom auro-interruption element",
"author": "Product design and research",
"repository": {
"type": "git",
"url": "https://github.com/AlaskaAirlines/auro-interruption"
},
"main": "index.js",
"license": "Apache-2.0",
"engines": {
"node": ">=12.22.6"
},
"dependencies": {
"chalk": "^4.1.2",
"lit-element": "^2.4.0",
"wicg-inert": "^3.1.2"
},
"peerDependencies": {
"@alaskaairux/design-tokens": "^3.11.0",
"@alaskaairux/icons": "^4.16.0",
"@alaskaairux/webcorestylesheets": "^3.7.3",
"@webcomponents/webcomponentsjs": "^2.6.0",
"focus-visible": "^5.2.0"
},
"devDependencies": {
"@alaskaairux/design-tokens": "3.11.0",
"@alaskaairux/icons": "4.16.0",
"@alaskaairux/webcorestylesheets": "3.7.3",
"@babel/core": "^7.13.16",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/runtime": "^7.13.17",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@open-wc/testing": "^2.5.33",
"@open-wc/testing-karma": "^4.0.9",
"@polymer/iron-demo-helpers": "^3.1.0",
"@rollup/plugin-alias": "^3.1.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.1.1",
"@web/dev-server": "^0.1.25",
"@webcomponents/webcomponentsjs": "2.7.0",
"autoprefixer": "^10.3.7",
"babel-loader": "^8.2.2",
"compression": "^1.7.4",
"concat": "^1.0.3",
"copyfiles": "^2.4.1",
"core-js": "^3.11.0",
"eslint": "^7.25.0",
"eslint-plugin-lit": "^1.6.0",
"focus-visible": "^5.2.0",
"husky": "^4.3.8",
"lodash": "^4.17.21",
"marked": "^2.0.3",
"nodemon": "^2.0.13",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.9",
"postcss-custom-properties": "^11.0.0",
"postcss-discard-comments": "^4.0.2",
"postcss-rem-to-pixel": "^4.1.2",
"postcss-remove-rules": "^1.0.0",
"postcss-selector-replace": "^1.0.2",
"prismjs": "^1.25.0",
"rollup": "^2.45.2",
"rollup-plugin-minify-html-literals": "^1.2.6",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"semantic-release": "^17.4.2",
"sinon": "^10.0.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^21.0.0",
"wc-sass-render": "^1.4.0",
"web-component-analyzer": "^1.1.6",
"webpack-merge": "^5.8.0",
"whatwg-fetch": "^3.6.2",
"yaml-lint": "^1.2.4"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 iOS major versions",
"ie 11",
"last 2 Firefox versions",
"last 2 Edge versions",
"last 2 Safari major versions"
],
"scripts": {
"build": "npm run ciBuild",
"apiBuild": "wca analyze 'src/auro-*.js' --outFiles docs/api.md",
"bundler": "rollup -c",
"bundle:test": "rollup -c -w",
"postinstall": "node packageScripts/postinstall.js",
"cssLint": "stylelint \"./src/*.css\"",
"dev": "npm run sassBuild:watch",
"distJS": "copyfiles -u 1 -V './src/**/*.js' './demo/toggleInterruption.js' ./dist",
"distSass": "copyfiles -u 1 -V './src/**/*.scss' ./dist",
"distCss": "copyfiles -u 1 -V './src/**/*.css' ./dist",
"sassRender": "sass-render src/*.css -t ./scripts/staticStyles-template.js",
"sweep": "rm -rf ./temp ./demo/css ./demo/fonts ./dist ./src/tokens | rm ./src/*.css ./src/*-css.js",
"esLint": "./node_modules/.bin/eslint src/*.js",
"lint": "npm-run-all cssLint esLint",
"test": "karma start --coverage",
"test:watch": "karma start --auto-watch=true --single-run=false",
"test:ci": "npm-run-all test lint",
"ciBuild": "npm-run-all sassBuild sassRender cssLint distJS distSass distCss bundler postinstall apiBuild",
"sassBuild": "npm-run-all sassBuild:demo sassBuild:component postCss:component sassRender",
"sassBuild:dev": "npm-run-all sassBuild:demo sassBuild:component postCss:component sassRender",
"sassBuild:demo": "sass --no-source-map demo:demo",
"sassBuild:component": "sass --no-source-map src:src",
"sassBuild:watch": "nodemon -e scss --watch src --exec npm run sassBuild:dev",
"postCss:component": "node ./scripts/postCss.js",
"serve": "web-dev-server --open demo/ --node-resolve --watch",
"demo:rmBuild": "rm -rf ./build",
"demo:newBuild": "mkdir ./build && mkdir ./build/css && mkdir ./build/demo",
"demo:copyDemo": "copyfiles -u 1 -V './demo/demo.md' ./build/demo",
"demo:copyIndex": "copyfiles -u 1 -V './demo/index.html' ./build",
"demo:updateIndex": "node ./scripts/prepForBuild",
"demo:build": "npm-run-all ciBuild demo:rmBuild demo:newBuild demo:copyIndex demo:copyDemo demo:updateIndex"
},
"husky": {
"hooks": {
"pre-commit": "npm-run-all test lint bundler postinstall",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"release": {
"branches": [
"master"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "./CHANGELOG.md",
"changelogTitle": "# Semantic Release Automated Changelog"
}
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"./CHANGELOG.md",
"package.json"
]
}
],
"@semantic-release/github"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"publishConfig": {
"access": "public"
},
"keywords": [
"alaska airlines",
"auro",
"design system",
"web components"
]
}