71 lines
2.1 KiB
JSON
71 lines
2.1 KiB
JSON
{
|
|
"name": "@lion/form-integrations",
|
|
"version": "0.9.9",
|
|
"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": {
|
|
"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",
|
|
"publish-docs": "node ../../packages-node/publish-docs/src/cli.js --github-url https://github.com/ing-bank/lion/ --git-root-dir ../../ --copy-dir docs/docs/systems/form/assets",
|
|
"prepublishOnly": "npm run publish-docs",
|
|
"test": "cd ../../ && npm run test:browser -- --group form-integrations"
|
|
},
|
|
"dependencies": {
|
|
"@lion/button": "0.14.5",
|
|
"@lion/checkbox-group": "0.18.7",
|
|
"@lion/combobox": "0.8.6",
|
|
"@lion/core": "0.19.0",
|
|
"@lion/fieldset": "0.19.9",
|
|
"@lion/form": "0.12.7",
|
|
"@lion/form-core": "0.15.4",
|
|
"@lion/input": "0.15.7",
|
|
"@lion/input-amount": "0.14.7",
|
|
"@lion/input-date": "0.12.9",
|
|
"@lion/input-datepicker": "0.23.9",
|
|
"@lion/input-email": "0.13.9",
|
|
"@lion/input-iban": "0.16.7",
|
|
"@lion/input-range": "0.10.8",
|
|
"@lion/input-stepper": "0.6.7",
|
|
"@lion/listbox": "0.10.7",
|
|
"@lion/localize": "0.21.3",
|
|
"@lion/radio-group": "0.18.7",
|
|
"@lion/select": "0.14.7",
|
|
"@lion/select-rich": "0.27.7",
|
|
"@lion/switch": "0.18.2",
|
|
"@lion/textarea": "0.13.7",
|
|
"@lion/validate-messages": "0.7.7"
|
|
},
|
|
"keywords": [
|
|
"form",
|
|
"lion",
|
|
"web-components"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./docs/*": "./docs/*"
|
|
}
|
|
}
|