@dreamworld/dw-input
Version:
Material design styled input text-field & text-area implemented in LitElement
69 lines (68 loc) • 1.79 kB
JSON
{
"name": "@dreamworld/dw-input",
"version": "4.1.28",
"description": "Material design styled input text-field & text-area implemented in LitElement",
"main": "dw-input.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "wds --node-resolve --open --watch"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/DreamworldSolutions/dw-input.git"
},
"keywords": [
"lit",
"litelement",
"input",
"material",
"textarea"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DreamworldSolutions/dw-input/issues"
},
"homepage": "https://github.com/DreamworldSolutions/dw-input#readme",
"dependencies": {
"@dreamworld/device-info": "^1.3.0",
"@dreamworld/dw-button": "^3.0.3",
"@dreamworld/dw-form": "^4.0.0",
"@dreamworld/dw-icon": "^4.0.0",
"@dreamworld/dw-icon-button": "^3.0.0",
"@dreamworld/dw-tooltip": "^3.1.1",
"@material/textfield": "^14.0.0",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@dreamworld/material-styles": "^3.0.0",
"@dreamworld/pwa-helpers": "^2.0.1",
"@material/mwc-formfield": "0.27.0",
"@material/mwc-switch": "0.27.0",
"@web/dev-server": "^0.1.34",
"semantic-release": "17.0.8"
},
"resolutions": {
"@dreamworld/dw-tooltip": "^3.1.1"
},
"publishConfig": {
"access": "public"
},
"release": {
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"master",
{
"name": "feature/*",
"prerelease": "${name.replace(/^feature\\//g,\"\")}",
"channel": "${name.replace(/^feature\\//g,\"\")}"
}
]
},
"prettier": {
"singleQuote": true,
"arrowParens": "avoid",
"printWidth": 140
}
}