- @lion/dialog@0.6.2 - @lion/form-system@0.8.2 - @lion/input-datepicker@0.13.2 - @lion/overlays@0.15.2 - @lion/select-rich@0.17.2 - @lion/tooltip@0.10.3
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "@lion/select-rich",
|
|
"version": "0.17.2",
|
|
"description": "Provides a select with options that can contain html",
|
|
"author": "ing-bank",
|
|
"homepage": "https://github.com/ing-bank/lion/",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ing-bank/lion.git",
|
|
"directory": "packages/select-rich"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js",
|
|
"test": "cd ../../ && yarn test:browser --grep \"packages/select-rich/test/**/*.test.js\"",
|
|
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/select-rich/test/**/*.test.js\""
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"web-components",
|
|
"select",
|
|
"listbox",
|
|
"field",
|
|
"form",
|
|
"option"
|
|
],
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"docs",
|
|
"src",
|
|
"stories",
|
|
"test",
|
|
"translations",
|
|
"*.js"
|
|
],
|
|
"sideEffects": [
|
|
"lion-option.js",
|
|
"lion-options.js",
|
|
"lion-select-invoker.js",
|
|
"lion-select-rich.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/button": "0.6.0",
|
|
"@lion/choice-input": "0.9.0",
|
|
"@lion/core": "0.6.0",
|
|
"@lion/field": "0.13.0",
|
|
"@lion/overlays": "0.15.2",
|
|
"@lion/validate": "0.10.0"
|
|
}
|
|
}
|