UNPKG

@clayui/css

Version:

Liferay's web implementation of the Lexicon Design Language

98 lines (97 loc) 2.31 kB
{ "name": "@clayui/css", "version": "3.12.0", "description": "Liferay's web implementation of the Lexicon Design Language", "main": "index.js", "files": [ "index.js", "lib", "src/images/icons", "src/js", "src/scss" ], "csfConfig": { "js": { "lint": { "globals": { "jQuery": true }, "rules": {} } } }, "scripts": { "build": "yarn compile", "compile": "gulp compile", "prepublish": "yarn compile", "link": "npm link" }, "repository": { "type": "git", "url": "https://github.com/liferay/clay/tree/master/packages/clay-css" }, "bugs": "https://github.com/liferay/clay/issues", "homepage": "http://clayui.com", "author": { "name": "Nate Cavanaugh", "email": "nathan.cavanaugh@liferay.com", "url": "https://github.com/natecavanaugh" }, "contributors": [ { "name": "Patrick Yeo", "email": "patrick.yeo@liferay.com", "web": "https://github.com/pat270" }, { "name": "Rob Frampton", "email": "rob.g.frampton@gmail.com", "web": "https://github.com/Robert-Frampton" } ], "license": "MIT", "devDependencies": { "async": "^2.6.0", "basename": "^0.1.2", "bootstrap": "4.4.1", "browser-sync": "^2.14.0", "cheerio": "^0.20.0", "del": "^3.0.0", "ejs": "^2.3.1", "fs-extra": "^0.10.0", "gulp": "^3.9.1", "gulp-cheerio": "^0.6.2", "gulp-clean": "^0.3.1", "gulp-debug": "^2.0.1", "gulp-filter": "^3.0.0", "gulp-front-matter": "^1.2.3", "gulp-header": "^1.7.1", "gulp-help": "^1.6.0", "gulp-inject": "^3.0.0", "gulp-liferay-r2-css": "0.0.2", "gulp-load-plugins": "^1.0.0-rc.1", "gulp-metalsmith": "0.0.3", "gulp-plumber": "^1.0.1", "gulp-rename": "^1.2.2", "gulp-svgmin": "^1.2.0", "gulp-svgstore": "^5.0.4", "gulpsmith": "^0.5.3", "lodash": "^3.9.3", "metalsmith": "^1.7.0", "metalsmith-define": "^1.0.0", "metalsmith-encode-html": "0.0.2", "metalsmith-headings-identifier": "0.0.10", "metalsmith-markdown": "^0.2.1", "metalsmith-permalinks": "^0.4.0", "metalsmith-sass": "^1.4.0", "metalsmith-templates": "^0.7.0", "node-sass": "^4.8.1", "popper.js": "1.16.0", "require-dir": "^0.3.0", "run-sequence": "^1.1.1", "sassdoc": "^2.5.1", "string-sub": "0.0.1", "underscore.string": "^3.2.2" }, "gitHead": "e673e217fece9e23f30ed47f2ff2b35c016f2277" }