lion/packages/form-integrations/package.json
CircleCI 96b82b70b2 chore: release new versions
- @lion/form-integrations@0.1.22
 - @lion/select-rich@0.18.21
2020-07-27 09:17:11 +00:00

59 lines
1.4 KiB
JSON

{
"name": "@lion/form-integrations",
"version": "0.1.22",
"description": "The Form System allows you to create complex forms with various validation in an easy way",
"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/form-integrations"
},
"main": "index.js",
"module": "index.js",
"files": [
"*.d.ts",
"*.js",
"docs",
"src",
"test",
"test-helpers",
"translations",
"types"
],
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js"
},
"sideEffects": [
"./docs/helper-wc/h-output.js"
],
"dependencies": {
"@lion/button": "0.7.8",
"@lion/checkbox-group": "0.11.6",
"@lion/core": "0.8.0",
"@lion/fieldset": "0.13.13",
"@lion/form": "0.6.13",
"@lion/form-core": "0.2.6",
"@lion/input": "0.7.13",
"@lion/input-date": "0.7.13",
"@lion/input-datepicker": "0.14.17",
"@lion/input-email": "0.8.13",
"@lion/input-iban": "0.9.13",
"@lion/input-range": "0.4.13",
"@lion/localize": "0.13.1",
"@lion/radio-group": "0.11.6",
"@lion/select": "0.7.13",
"@lion/select-rich": "0.18.21",
"@lion/textarea": "0.7.13",
"@lion/validate-messages": "0.2.5"
},
"keywords": [
"form",
"lion",
"web-components"
],
"publishConfig": {
"access": "public"
}
}