- @lion/button@0.3.33 - @lion/calendar@0.2.11 - @lion/checkbox-group@0.1.73 - @lion/checkbox@0.1.66 - @lion/choice-input@0.2.43 - @lion/field@0.3.7 - @lion/fieldset@0.1.65 - @lion/form-system@0.0.81 - @lion/form@0.1.72 - @lion/input-amount@0.1.69 - @lion/input-date@0.1.66 - @lion/input-datepicker@0.2.11 - @lion/input-email@0.1.66 - @lion/input-iban@0.1.68 - @lion/input@0.1.65 - @lion/option@0.2.8 - @lion/popup@0.3.10 - @lion/radio-group@0.1.75 - @lion/radio@0.1.66 - @lion/select-rich@0.3.13 - @lion/select@0.1.63 - @lion/switch@0.1.6 - @lion/textarea@0.1.68 - @lion/tooltip@0.3.10 - @lion/validate@0.2.40
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@lion/form",
|
|
"version": "0.1.72",
|
|
"description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
|
|
"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/form"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"web-components",
|
|
"form"
|
|
],
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"docs",
|
|
"src",
|
|
"stories",
|
|
"test",
|
|
"translations",
|
|
"*.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/core": "^0.2.1",
|
|
"@lion/fieldset": "^0.1.65"
|
|
},
|
|
"devDependencies": {
|
|
"@lion/input": "^0.1.65",
|
|
"@lion/input-iban": "^0.1.68",
|
|
"@lion/textarea": "^0.1.68",
|
|
"@lion/validate": "^0.2.40",
|
|
"@open-wc/demoing-storybook": "^0.2.0",
|
|
"@open-wc/testing": "^2.3.4",
|
|
"sinon": "^7.2.2"
|
|
}
|
|
}
|