UNPKG

@claudebernard/search-bar-element

Version:

An element providing some custom stuff.

150 lines (148 loc) 4.39 kB
{ "name": "@claudebernard/search-bar-element", "version": "1.10.3", "main": "dist/search-bar.es.js", "module": "dist/search-bar.es.js", "types": "dist/search-bar.d.ts", "type": "module", "files": [ "dist/*.js", "dist/*.d.ts", "dist/*.map", "dist/*.json" ], "scripts": { "dev": "vite", "build": "tsc && vite build && npm run analyze", "preview": "vite preview", "test": "vitest", "test-coverage": "vitest --coverage", "lint": "npm run lint:lit-analyzer && npm run lint:eslint", "lint:eslint": "eslint .", "lint:lit-analyzer": "lit-analyzer", "analyze": "cem analyze", "analyze:watch": "cem analyze --watch", "generate": "openapi-ts", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "no-effect": "" }, "keywords": [ "claude-bernard", "web-components", "typescript", "fhir" ], "author": "Claude Bernard", "dependencies": { "@hey-api/client-fetch": "^0.8.3", "@lit-labs/signals": "^0.1.2", "@lit/localize": "^0.12.0", "@types/fhir": "^0.0.41", "@types/he": "^1.2.3", "he": "^1.2.0", "lit": "^3.1.4", "tctx": "^0.0.13", "vite-tsconfig-paths": "^5.1.4" }, "devDependencies": { "@chromatic-com/storybook": "^5.0.1", "@claudebernard/storybook-addon-theme-switcher": "^0.1.0", "@custom-elements-manifest/analyzer": "^0.11.0", "@hey-api/openapi-ts": "0.99.0", "@lit/localize-tools": "^0.7.0", "@storybook/addon-a11y": "^10.2.11", "@storybook/addon-docs": "^10.2.11", "@storybook/addon-links": "^10.2.11", "@storybook/addon-vitest": "^10.2.11", "@storybook/web-components": "^10.2.11", "@storybook/web-components-vite": "^10.2.11", "@stylistic/eslint-plugin": "^3.1.0", "@types/node": "^22.10.1", "@typescript-eslint/eslint-plugin": "8.62.0", "@typescript-eslint/parser": "8.62.0", "@vitest/browser-playwright": "^4.0.5", "@vitest/coverage-v8": "^4.0.18", "@webcomponents/webcomponentsjs": "^2.8.0", "eslint": "^9.39.4", "eslint-plugin-import": "^2.32.0", "eslint-plugin-lit": "^2.2.1", "eslint-plugin-storybook": "^10.2.11", "lit-analyzer": "^2.0.3", "sass": "^1.79.4", "storybook": "^10.2.11", "storybook-addon-deep-controls": "^0.10.0", "ts-lit-plugin": "^2.0.2", "ts-node": "^10.9.2", "tslib": "^2.6.2", "typescript": "^5.5.4", "vite": "7.3.5", "vite-plugin-dts": "^4.5.4", "vite-svg-sprite-wrapper": "1.5.0", "vitest": "^4.0.18" }, "peerDependencies": { "@claudebernard/design-system": "^2.30.3", "@claudebernard/types": "^0.35.0" }, "customElements": "dist/custom-elements.json", "publishConfig": { "access": "public" }, "release": { "tagFormat": "v${version}", "branches": [ "master" ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/changelog", [ "semantic-release-replace-plugin", { "replacements": [ { "files": [ "package.json" ], "from": "\"version\": \"\\d+\\.\\d+\\.\\d+\"", "to": "\"version\": \"${nextRelease.version}\"", "results": [ { "file": "package.json", "hasChanged": true } ] }, { "files": [ "antora.yml" ], "from": "version: .*", "to": "version: ${nextRelease.version.replace(/(\\d+\\.\\d+)\\.\\d+/, '$1')}.x" } ] } ], [ "@semantic-release/git", { "message": "chore(release): ${nextRelease.version} [skip ci on prod]", "assets": [ "package.json", "antora.yml*", "CHANGELOG.md" ] } ], [ "@semantic-release/exec", { "publishCmd": "sh -c 'git tag -f $(echo v${nextRelease.version} | cut -d. -f1,2)-latest && git push https://gitlab-ci-token:$GITLAB_TOKEN@gitlab.cegedim-sante.com/resip/pim/web-components/search-bar.git -f v$(echo ${nextRelease.version} | cut -d. -f1,2)-latest'" } ], "@semantic-release/gitlab" ] } }