lion/packages/select-rich/package.json
CircleCI af03fd41b0 chore: release new versions
- @lion/checkbox-group@0.8.4
 - @lion/choice-input@0.7.6
 - @lion/form-system@0.6.5
 - @lion/radio-group@0.8.4
 - @lion/select-rich@0.12.1
 - @lion/switch@0.7.1
2020-03-12 16:34:05 +00:00

54 lines
1.3 KiB
JSON

{
"name": "@lion/select-rich",
"version": "0.12.1",
"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 --grep \"packages/select-rich/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test: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"
],
"dependencies": {
"@lion/button": "0.5.9",
"@lion/choice-input": "0.7.6",
"@lion/core": "0.4.5",
"@lion/field": "0.11.3",
"@lion/overlays": "0.12.4",
"@lion/validate": "0.8.0"
},
"devDependencies": {
"@lion/form": "0.4.18",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
}
}