65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "@lion/select-rich",
|
|
"version": "0.22.5",
|
|
"description": "Provides a select with options that can contain html",
|
|
"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/select-rich"
|
|
},
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"*.d.ts",
|
|
"*.js",
|
|
"custom-elements.json",
|
|
"docs",
|
|
"src",
|
|
"test",
|
|
"test-helpers",
|
|
"translations",
|
|
"types"
|
|
],
|
|
"scripts": {
|
|
"custom-elements-manifest": "custom-elements-manifest analyze --litelement --exclude 'docs/**/*'",
|
|
"debug": "cd ../../ && npm run debug -- --group select-rich",
|
|
"debug:firefox": "cd ../../ && npm run debug:firefox -- --group select-rich",
|
|
"debug:webkit": "cd ../../ && npm run debug:webkit -- --group select-rich",
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js && npm run custom-elements-manifest",
|
|
"test": "cd ../../ && npm run test:browser -- --group select-rich"
|
|
},
|
|
"sideEffects": [
|
|
"lion-select-invoker.js",
|
|
"lion-select-rich.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/button": "0.9.1",
|
|
"@lion/core": "0.14.1",
|
|
"@lion/form-core": "0.8.5",
|
|
"@lion/listbox": "0.5.5",
|
|
"@lion/overlays": "0.24.2"
|
|
},
|
|
"keywords": [
|
|
"field",
|
|
"form",
|
|
"lion",
|
|
"listbox",
|
|
"option",
|
|
"select",
|
|
"web-components"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"customElementsManifest": "custom-elements.json",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./lion-option": "./lion-option.js",
|
|
"./lion-options": "./lion-options.js",
|
|
"./lion-select-invoker": "./lion-select-invoker.js",
|
|
"./lion-select-rich": "./lion-select-rich.js"
|
|
}
|
|
}
|