UNPKG

lumecss

Version:

LumeCss is a modern, lightweight, and flexible CSS library designed for building fast and responsive user interfaces. Built with SCSS and TypeScript, LumeCss provides utility-first classes, customizable themes, and reusable components to speed up your dev

57 lines (56 loc) 1.59 kB
{ "name": "lumecss", "version": "1.0.1", "description": "LumeCss is a modern, lightweight, and flexible CSS library designed for building fast and responsive user interfaces. Built with SCSS and TypeScript, LumeCss provides utility-first classes, customizable themes, and reusable components to speed up your development process.", "main": "dist/index.js", "style": "dist/style.css", "files": [ "dist", "src", "LICENSE", "README.md" ], "directories": { "doc": "docs" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --mode production", "dev": "webpack serve --mode development --open", "purge": "postcss dist/lume.css --config postcss.config.js -o dist/lume.css", "watch": "webpack --watch" }, "keywords": [ "css", "scss", "typescript", "ui-library", "responsive", "utility-first", "icons", "components", "lumecss" ], "author": "Nazariy Holovach <nazariy.holovach2007@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/NazariyH/LumeCSS" }, "devDependencies": { "@fullhuman/postcss-purgecss": "^7.0.2", "css-loader": "^7.1.2", "mini-css-extract-plugin": "^2.9.2", "postcss": "^8.5.3", "postcss-cli": "^11.0.1", "postcss-loader": "^8.1.1", "sass": "^1.85.1", "sass-loader": "^16.0.5", "style-loader": "^4.0.0", "ts-loader": "^9.5.2", "typescript": "^5.8.2", "webpack": "^5.98.0", "webpack-cli": "^6.0.1", "webpack-dev-server": "^5.2.0" } }