@bitnami/hex-core
Version:
HEx Design System core elements: design tokens, mixins and foundations
37 lines (36 loc) • 851 B
JSON
{
"name": "@bitnami/hex-core",
"version": "4.0.0",
"description": "HEx Design System core elements: design tokens, mixins and foundations",
"main": "dist/hex.core.min.css",
"scripts": {
"start": "gulp",
"build:dev": "gulp css",
"build": "HEX_ENV=production gulp css",
"prepublish": "yarn run build",
"prepack": "yarn run build",
"test": "echo \"Error: no test specified\""
},
"keywords": [
"Bitnami",
"User",
"Interface",
"Components",
"Foundations",
"Library"
],
"publishConfig": {
"access": "public"
},
"author": "Bitnami (https://design.bitnami.com)",
"license": "Apache-2.0",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.1.0"
},
"dependencies": {
"mappy-breakpoints": "^0.2.3"
}
}