@dreamworld/dw-list-item
Version:
A material design item used to show single item of the list [More detail](https://material.io/components/lists/#)
58 lines (57 loc) • 1.49 kB
JSON
{
"name": "@dreamworld/dw-list-item",
"version": "4.3.12",
"description": "",
"main": "dw-list-item.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "wds --node-resolve --app-index demo/index.html --open --watch"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/DreamworldSolutions/dw-list-item.git"
},
"keywords": [
"lit",
"list-item"
],
"author": "Ruchita kheni",
"license": "ISC",
"bugs": {
"url": "https://github.com/DreamworldSolutions/dw-list-item/issues"
},
"homepage": "https://github.com/DreamworldSolutions/dw-list-item#readme",
"dependencies": {
"@dreamworld/dw-ellipsis": "^1.2.7",
"@dreamworld/dw-icon": "^4.1.0",
"@dreamworld/dw-ripple": "^3.1.7",
"@dreamworld/material-styles": "^3.2.4",
"@dreamworld/pwa-helpers": "^2.0.4",
"@dreamworld/web-util": "^1.7.2",
"mark.js": "^8.11.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.0",
"@web/dev-server": "^0.1.34",
"@web/dev-server-rollup": "^0.3.19",
"semantic-release": "17.0.8"
},
"publishConfig": {
"access": "public"
},
"resolutions": {
"tslib": "2.1.0"
},
"release": {
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"master",
{
"name": "feature/*",
"prerelease": "${name.replace(/^feature\\//g,\"\")}",
"channel": "${name.replace(/^feature\\//g,\"\")}"
}
]
}
}