UNPKG

shido

Version:

Build fast with Shido, a CSS framework for building custom designs without any annoying style or component you have to fight to override.

66 lines (65 loc) 1.89 kB
{ "private": false, "name": "shido", "version": "3.1.1", "description": "Build fast with Shido, a CSS framework for building custom designs without any annoying style or component you have to fight to override.", "repository": { "type": "git", "url": "git+https://github.com/samline/shido.git" }, "keywords": [ "artisan", "css-framework", "css-modules", "css", "css3", "front-end", "frontend", "functional-css", "grid-layout", "grid-system", "grid", "helpers-class", "helpers-library", "less-mixins", "less", "mixins", "postcss", "responsive", "sass", "Shido", "ui", "utility-classes" ], "author": "Samuel Olvera (samline)", "license": "MIT", "bugs": { "url": "https://github.com/samline/shido/issues" }, "homepage": "https://samline.github.io/shido", "scripts": { "local": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --env=local --config=node_modules/laravel-mix/setup/webpack.config.js", "staging": "cross-env NODE_ENV=staging node_modules/webpack/bin/webpack.js --progress --hide-modules --env=staging --config=node_modules/laravel-mix/setup/webpack.config.js", "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --env=production --config=node_modules/laravel-mix/setup/webpack.config.js", "dev": "yarn run local", "prod": "yarn run production", "watch": "yarn run local --watch" }, "devDependencies": { "cross-env": "^7.0.2", "laravel-mix": "^5.0.5", "less": "^3.12.2", "less-loader": "^7.0.0", "resolve-url-loader": "^3.1.1", "sass": "^1.26.10", "sass-loader": "^10.0.1" }, "engines": { "npm": ">=6", "yarn": ">=1.22.*" }, "browserslist": [ "ie 9", "last 2 versions" ] }