@unizap/unicss
Version:
Unicss: Build sleek interfaces straight from your markup. Fast, modern, utility-first CSS framework for rapid UI development.
36 lines (35 loc) • 873 B
JSON
{
"name": "@unizap/unicss",
"version": "1.1.27",
"description": "Unicss: Build sleek interfaces straight from your markup. Fast, modern, utility-first CSS framework for rapid UI development.",
"main": "dist/index.js",
"bin": {
"unicss": "bin/index.js"
},
"scripts": {
"build": "node build.js",
"prepublishOnly": "npm version patch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"css",
"utility-first",
"css-framework",
"filters"
],
"author": "Unizap",
"license": "MIT",
"homepage": "https://unicss-docs.onrender.com",
"dependencies": {
"chokidar": "^3.6.0"
},
"devDependencies": {
"esbuild": "^0.25.8",
"@babel/parser": "^7.28.0",
"@babel/traverse": "^7.28.0",
"deepmerge": "^4.3.1",
"fs": "0.0.1-security",
"glob": "^11.0.3",
"path": "^0.12.7"
}
}