72 lines
2.1 KiB
JSON
72 lines
2.1 KiB
JSON
{
|
|
"name": "@lion/form-integrations",
|
|
"version": "0.4.5",
|
|
"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",
|
|
"custom-elements.json",
|
|
"docs",
|
|
"src",
|
|
"test",
|
|
"test-helpers",
|
|
"translations",
|
|
"types"
|
|
],
|
|
"scripts": {
|
|
"custom-elements-manifest": "custom-elements-manifest analyze --litelement --exclude 'docs/**/*'",
|
|
"debug": "cd ../../ && npm run debug -- --group form-integrations",
|
|
"debug:firefox": "cd ../../ && npm run debug:firefox -- --group form-integrations",
|
|
"debug:webkit": "cd ../../ && npm run debug:webkit -- --group form-integrations",
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js && npm run custom-elements-manifest",
|
|
"test": "cd ../../ && npm run test:browser -- --group form-integrations"
|
|
},
|
|
"sideEffects": [
|
|
"./docs/helper-wc/h-output.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/button": "0.9.1",
|
|
"@lion/checkbox-group": "0.14.5",
|
|
"@lion/combobox": "0.2.5",
|
|
"@lion/core": "0.14.1",
|
|
"@lion/fieldset": "0.16.5",
|
|
"@lion/form": "0.8.5",
|
|
"@lion/form-core": "0.8.5",
|
|
"@lion/input": "0.11.5",
|
|
"@lion/input-amount": "0.9.5",
|
|
"@lion/input-date": "0.9.5",
|
|
"@lion/input-datepicker": "0.19.5",
|
|
"@lion/input-email": "0.10.5",
|
|
"@lion/input-iban": "0.12.5",
|
|
"@lion/input-range": "0.6.5",
|
|
"@lion/input-stepper": "0.2.5",
|
|
"@lion/listbox": "0.5.5",
|
|
"@lion/localize": "0.16.1",
|
|
"@lion/radio-group": "0.13.5",
|
|
"@lion/select": "0.9.5",
|
|
"@lion/select-rich": "0.22.5",
|
|
"@lion/switch": "0.13.5",
|
|
"@lion/textarea": "0.9.5",
|
|
"@lion/validate-messages": "0.4.5"
|
|
},
|
|
"keywords": [
|
|
"form",
|
|
"lion",
|
|
"web-components"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"customElementsManifest": "custom-elements.json",
|
|
"exports": "./index.js"
|
|
}
|