launch.css
Version:
A classless CSS framework built for speed. Style your website later—build it now.
38 lines • 907 B
JSON
{
"name": "launch.css",
"type": "module",
"version": "1.1.6",
"description": "A classless CSS framework built for speed. Style your website later—build it now.",
"homepage": "https://launch-css.dev",
"main": "dist/index.css",
"repository": {
"type": "git",
"url": "git+https://github.com/TorstenDittmann/launch.css.git"
},
"keywords": [
"css",
"framework",
"classless",
"lightweight",
"minimal",
"responsive",
"fast",
"simple",
"semantic",
"html",
"stylesheet"
],
"author": "Torsten Dittmann",
"license": "MIT",
"devDependencies": {
"modern-normalize": "^3.0.1",
"publint": "^0.3.11",
"sass": "^1.86.3"
},
"scripts": {
"dev": "sass src/_index.scss dist/index.css --watch",
"build": "sass --style compressed src/_index.scss dist/index.css",
"test": "publint",
"prepublish": "pnpm run build"
}
}