- @lion/checkbox-group@0.11.8 - @lion/fieldset@0.14.1 - @lion/form-core@0.3.1 - @lion/form-integrations@0.2.1 - @lion/form@0.6.15 - @lion/input-amount@0.7.15 - @lion/input-date@0.7.15 - @lion/input-datepicker@0.14.19 - @lion/input-email@0.8.15 - @lion/input-iban@0.9.15 - @lion/input-range@0.4.15 - @lion/input@0.8.1 - @lion/radio-group@0.11.8 - @lion/select-rich@0.19.1 - @lion/select@0.7.15 - @lion/switch@0.10.16 - @lion/textarea@0.7.15 - @lion/validate-messages@0.2.7
45 lines
1 KiB
JSON
45 lines
1 KiB
JSON
{
|
|
"name": "@lion/select",
|
|
"version": "0.7.15",
|
|
"description": "Provide a set of options where you can select one",
|
|
"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"
|
|
},
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"*.d.ts",
|
|
"*.js",
|
|
"docs",
|
|
"src",
|
|
"test",
|
|
"test-helpers",
|
|
"translations",
|
|
"types"
|
|
],
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js",
|
|
"test": "cd ../../ && yarn test:browser --grep \"packages/select/test/**/*.test.js\"",
|
|
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/select/test/**/*.test.js\""
|
|
},
|
|
"sideEffects": [
|
|
"lion-select.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/core": "0.8.0",
|
|
"@lion/form-core": "0.3.1"
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"select",
|
|
"web-components"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|