55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "@lion/select-rich",
|
|
"version": "0.21.8",
|
|
"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",
|
|
"docs",
|
|
"src",
|
|
"test",
|
|
"test-helpers",
|
|
"translations",
|
|
"types"
|
|
],
|
|
"scripts": {
|
|
"debug": "cd ../../ && yarn debug --group select-rich",
|
|
"debug:firefox": "cd ../../ && yarn debug:firefox --group select-rich",
|
|
"debug:webkit": "cd ../../ && yarn debug:webkit --group select-rich",
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js",
|
|
"test": "cd ../../ && yarn test:browser --group select-rich"
|
|
},
|
|
"sideEffects": [
|
|
"lion-select-invoker.js",
|
|
"lion-select-rich.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/button": "0.8.2",
|
|
"@lion/core": "0.13.2",
|
|
"@lion/form-core": "0.6.5",
|
|
"@lion/listbox": "0.3.1",
|
|
"@lion/overlays": "0.21.2"
|
|
},
|
|
"keywords": [
|
|
"field",
|
|
"form",
|
|
"lion",
|
|
"listbox",
|
|
"option",
|
|
"select",
|
|
"web-components"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|