51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "@lion/select-rich",
|
|
"version": "0.9.0",
|
|
"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"
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"web-components",
|
|
"select",
|
|
"listbox",
|
|
"field",
|
|
"form",
|
|
"option"
|
|
],
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"docs",
|
|
"src",
|
|
"stories",
|
|
"test",
|
|
"translations",
|
|
"*.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/button": "0.5.0",
|
|
"@lion/core": "0.4.0",
|
|
"@lion/field": "0.8.0",
|
|
"@lion/option": "0.4.0",
|
|
"@lion/overlays": "0.11.0",
|
|
"@lion/validate": "0.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lion/form": "0.4.0",
|
|
"@open-wc/demoing-storybook": "^1.8.3",
|
|
"@open-wc/testing": "^2.3.4"
|
|
}
|
|
}
|