neuracss
Version:
56 lines (55 loc) • 1.12 kB
JSON
{
"name": "neuracss",
"version": "1.0.2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node index.js"
},
"keywords": [
"css",
"postcss",
"utility-first",
"css-framework",
"neura",
"neuraCSS",
"responsive",
"customizable",
"minimalist",
"flexbox",
"grid-system",
"tailwind-alternative",
"modular",
"scalable",
"lightweight",
"fast-css",
"atomic-css",
"design-system",
"high-performance",
"utility-classes",
"components",
"flexible-ui",
"themeable",
"css-utilities",
"build-tools",
"postcss-plugin",
"css-frameworks",
"open-source",
"css-for-developers",
"modern-ui"
],
"author": "Tejas Chaudhari",
"license": "MIT",
"description": "",
"dependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"postcss-cli": "^11.0.1",
"postcss-simple-vars": "^7.0.1"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^7.0.2",
"postcss-import": "^16.1.0",
"postcss-plugin": "^1.0.0"
}
}