material-inspired-component-library
Version:
The Material-Inspired Component Library (MICL) offers a collection of beautifully crafted components leveraging native HTML markup, designed to align with the Material Design 3 guidelines.
71 lines (70 loc) • 1.62 kB
JSON
{
"name": "material-inspired-component-library",
"version": "6.0.0",
"description": "The Material-Inspired Component Library (MICL) offers a collection of beautifully crafted components leveraging native HTML markup, designed to align with the Material Design 3 guidelines.",
"author": "MICL Hermana <micl.hermana@proton.me> (https://github.com/henkpb/micl)",
"license": "MIT",
"keywords": [
"Material Design",
"component library",
"web components",
"front-end",
"UI",
"UX",
"CSS",
"HTML",
"accordion",
"alert",
"app bar",
"badge",
"bottomsheet",
"button",
"card",
"checkbox",
"date picker",
"dialog",
"divider",
"iconbutton",
"layout",
"list",
"menu",
"navigation rail",
"radio button",
"select",
"sidesheet",
"slider",
"stepper",
"switch",
"textfield",
"time picker"
],
"repository": {
"type": "git",
"url": "https://github.com/henkpb/micl"
},
"homepage": "https://github.com/henkpb/micl",
"bugs": {
"url": "https://github.com/henkpb/micl/issues"
},
"main": "dist/micl.js",
"types": "dist/micl.d.ts",
"scripts": {
"build": "webpack"
},
"sideEffects": false,
"devDependencies": {
"autoprefixer": "^10.4",
"css-loader": "^7.1",
"extract-loader": "^5.1",
"file-loader": "^6.2",
"glob": "^13.0",
"mini-css-extract-plugin": "^2.9",
"postcss-loader": "^8.2",
"sass": "^1.94",
"sass-loader": "^16.0",
"ts-loader": "^9.5",
"typescript": "^5.9",
"webpack": "^5.103",
"webpack-cli": "^6.0"
}
}