Skip to content

Commit

Permalink
feat(components): bring back the custom-elements-manifest analyzer #34
Browse files Browse the repository at this point in the history
  • Loading branch information
fengelniederhammer committed Apr 3, 2024
1 parent 2813c08 commit f43ff13
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 0 deletions.
217 changes: 217 additions & 0 deletions components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"lint": "npm run lint:lit-analyzer && npm run lint:eslint",
"lint:eslint": "eslint 'src/**/*.{ts,tsx}'",
"lint:lit-analyzer": "lit-analyzer",
"generate-manifest": "npx custom-elements-manifest analyze --litelement --globs src/web-components/**",
"format": "prettier \"**/*.{cjs,html,js,json,md,ts,tsx}\" --ignore-path ./.eslintignore --write",
"check-format": "prettier --check \"**/*.{ts,tsx,json,md,mdx,mjs,cjs}\"",
"storybook": "storybook dev -p 6006",
Expand All @@ -22,6 +23,7 @@
"test:playwright": "playwright test",
"test:playwright:update-snapshots": "playwright test --update-snapshots"
},
"customElements": "custom-elements.json",
"keywords": [
"web-components",
"lit-element",
Expand All @@ -40,6 +42,7 @@
"preact": "^10.20.1"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.9.4",
"@playwright/test": "^1.42.1",
"@preact/preset-vite": "^2.8.2",
"@storybook/addon-essentials": "^8.0.5",
Expand Down

0 comments on commit f43ff13

Please sign in to comment.