- @lion/button@0.7.7 - @lion/checkbox-group@0.11.0 - @lion/dialog@0.7.7 - @lion/fieldset@0.13.7 - @lion/form-core@0.2.0 - @lion/form-integrations@0.1.12 - @lion/form@0.6.7 - @lion/input-amount@0.7.7 - @lion/input-date@0.7.7 - @lion/input-datepicker@0.14.9 - @lion/input-email@0.8.7 - @lion/input-iban@0.9.7 - @lion/input-range@0.4.7 - @lion/input@0.7.7 - @lion/overlays@0.16.7 - @lion/radio-group@0.11.0 - @lion/select-rich@0.18.11 - @lion/select@0.7.7 - @lion/switch@0.10.8 - @lion/textarea@0.7.7 - @lion/tooltip@0.12.2 - @lion/validate-messages@0.1.7
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@lion/switch",
|
|
"version": "0.10.8",
|
|
"description": "A Switch is used for switching a property or feature on and off",
|
|
"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/switch"
|
|
},
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"*.js",
|
|
"docs",
|
|
"src",
|
|
"test",
|
|
"translations"
|
|
],
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js",
|
|
"start": "cd ../../ && yarn dev-server --open packages/switch/README.md",
|
|
"test": "cd ../../ && yarn test:browser --grep \"packages/switch/test/**/*.test.js\"",
|
|
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/switch/test/**/*.test.js\""
|
|
},
|
|
"sideEffects": [
|
|
"lion-switch.js",
|
|
"lion-switch-button.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/core": "0.7.2",
|
|
"@lion/form-core": "0.2.0"
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"switch",
|
|
"web-components"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|