Skip to content

Commit

Permalink
fix: update menu package name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfalaska authored and chrisfalaska committed Dec 4, 2024
1 parent 69abf2f commit 6d2bcff
Showing 1 changed file with 22 additions and 97 deletions.
119 changes: 22 additions & 97 deletions components/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,18 @@
" 2. Go to http://localhost:8000",
"================================================================================"
],
"name": "@aurodesignsystem/auro-menu",
"name": "@aurodesignsystem/auro-formkit.menu",
"version": "4.1.4",
"description": "auro-menu HTML custom element",
"type": "module",
"main": "src/index.js",
"module": "src/index.js",
"types": "tsc --project tsconfig.json",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/AlaskaAirlines/auro-menu"
},
"type": "module",
"main": "index.js",
"license": "Apache-2.0",
"engines": {
"node": "^18.x || ^20.x"
},
"dependencies": {
"@alaskaairux/icons": "^4.44.1",
"@aurodesignsystem/auro-icon": "^6.0.2",
Expand All @@ -34,43 +33,15 @@
"@aurodesignsystem/design-tokens": "^4.10.1",
"@aurodesignsystem/eslint-config": "^1.3.2",
"@aurodesignsystem/webcorestylesheets": "^5.1.2",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@open-wc/testing": "^4.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"@web/dev-server": "^0.4.6",
"@web/test-runner": "^0.19.0",
"autoprefixer": "^10.4.20",
"chalk": "^5.3.0",
"compression": "^1.7.4",
"concat": "^1.0.3",
"concurrently": "^9.0.1",
"copyfiles": "^2.4.1",
"core-js": "^3.38.1",
"eslint": "^9.13.0",
"eslint-plugin-jsdoc": "^50.4.3",
"husky": "^9.1.6",
"lodash": "^4.17.21",
"markdown-magic": "^2.6.1",
"nodemon": "^3.1.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.47",
"postcss-discard-comments": "^7.0.3",
"postcss-selector-replace": "^1.0.2",
"rollup": "^4.24.2",
"rollup-plugin-serve": "^1.1.1",
"sass": "^1.80.4",
"semantic-release": "^24.2.0",
"stylelint": "^16.10.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.8.1",
"typescript": "^5.6.3",
"wc-sass-render": "^1.4.0",
"web-component-analyzer": "^2.0.0",
"whatwg-fetch": "^3.6.20",
Expand All @@ -81,77 +52,31 @@
"sass": "$sass"
}
},
"browserslist": [
"last 2 Chrome versions",
"last 2 iOS major versions",
"last 2 Firefox versions",
"last 2 Edge versions",
"last 2 Safari major versions"
],
"nodemonConfig": {
"ignore": [
"*-css.js",
"*.css"
]
},
"release": {
"branches": [
{
"name": "main"
},
{
"name": "beta",
"prerelease": true
}
],
"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": [
"./package.json",
"./CHANGELOG.md",
"./README.md",
"./docs/api.md",
"./demo/demo.md",
"./demo/api.md"
]
}
],
"@semantic-release/github"
]
},
"publishConfig": {
"access": "public"
},
"keywords": [
"alaska airlines",
"auro",
"design system",
"web components"
],
"scripts": {
"demo:copy:demo": "copyfiles -u 1 -V './demo/index.md' ./build/demo",
"demo:copy:index": "copyfiles -u 1 -V './demo/index.html' ./build",
"demo:new:build": "mkdir ./build && mkdir ./build/css && mkdir ./build/demo",
"demo:rm:build": "rm -rf ./build",
"demo:update:index": "node ./scripts/prepForBuild",
"dev": "concurrently --kill-others 'npm run build:watch' 'npm run serve'",
"dist:js": "copyfiles -u 1 -V './src/**/*.js' ./dist",
"postCss:component": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/postCss.mjs",
"postinstall": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/postinstall.mjs",
"sass:render": "sass-render --load-path=node_modules 'src/**/*.css' 'components/**/*.css' -t ./node_modules/@aurodesignsystem/auro-library/scripts/build/staticStyles-template.js",
"serve": "web-dev-server --open demo/ --node-resolve --watch",
"types": "tsc"
"build": "run-s build:version build:sass bundler types",
"build:version": "node ./src/scripts/version.mjs",
"build:sass": "sass --no-source-map --load-path=../../node_modules \"./src/styles/:./src/styles/\"",
"build:watch": "nodemon -e scss,js --watch src --ignore \"*.css\" --ignore \"*-css.js\" --exec \"npm run build\"",
"bundler": "rollup -c node:@auro-formkit/config/rollup --input src/index.js",
"clean": "rm -rf dist build",
"dev": "web-dev-server",
"postCss:component": "node ../../node_modules/@aurodesignsystem/auro-library/scripts/build/postCss.mjs",
"sass:render": "sass-render --load-path=../../node_modules 'src/**/*.css' -t ../../node_modules/@aurodesignsystem/auro-library/scripts/build/staticStyles-template.js",
"serve": "web-dev-server",
"test": "wtr --config \"../../packages/config/src/web-test-runner.config.mjs\" --coverage",
"test:watch": "wtr --watch",
"types": "tsc",
"lint": "npm-run-all scssLint esLint",
"scssLint": "stylelint \"./src/**/*.scss\"",
"esLint": "eslint \"./src/**/*.js\""
}
}

0 comments on commit 6d2bcff

Please sign in to comment.