- @lion/button@0.3.11 - @lion/calendar@0.1.59 - @lion/checkbox-group@0.1.56 - @lion/checkbox@0.1.50 - @lion/choice-input@0.2.27 - @lion/field@0.2.2 - @lion/fieldset@0.1.49 - @lion/form-system@0.0.59 - @lion/form@0.1.55 - @lion/input-amount@0.1.51 - @lion/input-date@0.1.50 - @lion/input-datepicker@0.1.63 - @lion/input-email@0.1.49 - @lion/input-iban@0.1.51 - @lion/input@0.1.49 - @lion/localize@0.4.14 - @lion/option@0.1.9 - @lion/popup@0.2.38 - @lion/radio-group@0.1.56 - @lion/radio@0.1.50 - @lion/select-rich@0.1.14 - @lion/select@0.1.47 - @lion/steps@0.1.15 - @lion/textarea@0.1.52 - @lion/tooltip@0.2.38 - @lion/validate@0.2.29
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@lion/form",
|
|
"version": "0.1.55",
|
|
"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.1.13",
|
|
"@lion/fieldset": "^0.1.49"
|
|
},
|
|
"devDependencies": {
|
|
"@lion/input": "^0.1.49",
|
|
"@lion/input-iban": "^0.1.51",
|
|
"@lion/textarea": "^0.1.52",
|
|
"@lion/validate": "^0.2.29",
|
|
"@open-wc/demoing-storybook": "^0.2.0",
|
|
"@open-wc/testing": "^2.0.6",
|
|
"sinon": "^7.2.2"
|
|
}
|
|
}
|