59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "@lion/form-integrations",
|
|
"version": "0.2.4",
|
|
"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.9",
|
|
"@lion/checkbox-group": "0.11.11",
|
|
"@lion/core": "0.9.0",
|
|
"@lion/fieldset": "0.14.4",
|
|
"@lion/form": "0.6.18",
|
|
"@lion/form-core": "0.4.2",
|
|
"@lion/input": "0.8.4",
|
|
"@lion/input-date": "0.7.18",
|
|
"@lion/input-datepicker": "0.14.22",
|
|
"@lion/input-email": "0.8.18",
|
|
"@lion/input-iban": "0.9.18",
|
|
"@lion/input-range": "0.4.18",
|
|
"@lion/localize": "0.14.0",
|
|
"@lion/radio-group": "0.11.11",
|
|
"@lion/select": "0.7.18",
|
|
"@lion/select-rich": "0.19.4",
|
|
"@lion/textarea": "0.7.18",
|
|
"@lion/validate-messages": "0.2.10"
|
|
},
|
|
"keywords": [
|
|
"form",
|
|
"lion",
|
|
"web-components"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|