- @lion/ajax@0.2.10 - babel-plugin-extend-docs@0.1.0 - @lion/button@0.5.12 - @lion/calendar@0.7.2 - @lion/checkbox-group@0.8.8 - @lion/choice-input@0.8.2 - @lion/core@0.5.2 - @lion/dialog@0.4.17 - @lion/field@0.12.2 - @lion/fieldset@0.10.2 - @lion/form-system@0.7.10 - @lion/form@0.4.23 - @lion/helpers@0.3.6 - @lion/icon@0.4.4 - @lion/input-amount@0.5.23 - @lion/input-date@0.5.23 - @lion/input-datepicker@0.11.6 - @lion/input-email@0.6.7 - @lion/input-iban@0.7.2 - @lion/input-range@0.2.23 - @lion/input@0.5.22 - @lion/localize@0.9.2 - @lion/overlays@0.13.2 - @lion/radio-group@0.8.8 - remark-extend@0.1.2 - @lion/select-rich@0.15.3 - @lion/select@0.5.22 - @lion/steps@0.3.9 - @lion/switch@0.8.2 - @lion/tabs@0.2.9 - @lion/textarea@0.5.23 - @lion/tooltip@0.8.12 - @lion/validate@0.9.2
42 lines
993 B
JSON
42 lines
993 B
JSON
{
|
|
"name": "@lion/field",
|
|
"version": "0.12.2",
|
|
"description": "Fields are the most fundamental building block of the Form System",
|
|
"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/field"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js",
|
|
"test": "cd ../../ && yarn test --grep \"packages/field/test/**/*.test.js\"",
|
|
"test:watch": "cd ../../ && yarn test:watch --grep \"packages/field/test/**/*.test.js\""
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"web-components",
|
|
"field"
|
|
],
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"docs",
|
|
"src",
|
|
"stories",
|
|
"test",
|
|
"test-suites",
|
|
"test-helpers",
|
|
"translations",
|
|
"*.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/core": "0.5.2",
|
|
"@lion/validate": "0.9.2"
|
|
}
|
|
}
|