84 lines
2.8 KiB
JSON
84 lines
2.8 KiB
JSON
{
|
|
"name": "@lion/ui",
|
|
"version": "0.1.0",
|
|
"description": "A package of extendable web components",
|
|
"license": "MIT",
|
|
"author": "ing-bank",
|
|
"homepage": "https://github.com/ing-bank/lion/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ing-bank/lion.git",
|
|
"directory": "packages/ui"
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
"./*": {
|
|
"types": "./dist-types/exports/*",
|
|
"default": "./exports/*"
|
|
},
|
|
"./calendar-translations/*": "./components/calendar/translations/*",
|
|
"./pagination-translations/*": "./components/pagination/translations/*",
|
|
"./progress-indicator-translations/*": "./components/progress-indicator/translations/*",
|
|
"./input-datepicker-translations/*": "./components/input-datepicker/translations/*",
|
|
"./input-iban-translations/*": "./components/input-iban/translations/*",
|
|
"./input-tel-translations/*": "./components/input-tel/translations/*",
|
|
"./overlays-translations/*": "./components/overlays/translations/*",
|
|
"./validate-messages-translations/*": "./components/validate-messages/translations/*",
|
|
"./docs/*": "./docs/*"
|
|
},
|
|
"files": [
|
|
"components",
|
|
"custom-elements.json",
|
|
"dist-types",
|
|
"docs",
|
|
"exports"
|
|
],
|
|
"scripts": {
|
|
"custom-elements-manifest": "custom-elements-manifest analyze --litelement --exclude \"docs/**/*\" \"test-helpers/**/*\"",
|
|
"debug": "cd ../../ && npm run debug",
|
|
"debug:firefox": "cd ../../ && npm run debug:firefox",
|
|
"debug:webkit": "cd ../../ && npm run debug:webkit",
|
|
"publish-docs": "node ../../packages-node/publish-docs/src/cli.js --github-url https://github.com/ing-bank/lion/ --git-root-dir ../../",
|
|
"prepublishOnly": "npm run types && node ./scripts/copy-doc-assets.js && npm run publish-docs && npm run custom-elements-manifest",
|
|
"test": "cd ../../ && npm run test:browser",
|
|
"types": "wireit",
|
|
"types-check-only": "tsc --project tsconfig-check-only.json",
|
|
"types-correct-after-build": "node ./scripts/types-correct-after-build.js"
|
|
},
|
|
"dependencies": {
|
|
"@bundled-es-modules/message-format": "^6.0.4",
|
|
"@open-wc/dedupe-mixin": "^1.3.1",
|
|
"@open-wc/scoped-elements": "^2.1.4",
|
|
"@popperjs/core": "^2.11.6",
|
|
"autosize": "4.0.2",
|
|
"awesome-phonenumber": "^4.0.0",
|
|
"ibantools": "^2.2.0",
|
|
"lit": "^2.4.0",
|
|
"singleton-manager": "^1.6.1"
|
|
},
|
|
"keywords": [
|
|
"design-system",
|
|
"lion",
|
|
"web-components"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"customElements": "custom-elements.json",
|
|
"wireit": {
|
|
"types": {
|
|
"command": "tsc --build --pretty && npm run types-correct-after-build",
|
|
"dependencies": [
|
|
"../singleton-manager:types"
|
|
],
|
|
"files": [
|
|
"exports/**/*.js",
|
|
"components/**/*",
|
|
"tsconfig.json"
|
|
],
|
|
"output": [
|
|
"dist-types/**"
|
|
]
|
|
}
|
|
}
|
|
}
|