UNPKG

ribs-grid

Version:

Scss flexbox grid system can be used with sass or css

45 lines (44 loc) 1.38 kB
{ "name": "ribs-grid", "version": "1.1.0", "description": "Scss flexbox grid system can be used with sass or css", "main": "dist/css/style.min.css", "style": "dist/css/style.min.css", "scripts": { "builddev": "webpack build --config ./webpack.config.js --mode development", "builddevwatch": "webpack build --config ./webpack.config.js --mode development --watch", "buildprod": "webpack build --config ./webpack.config.js --mode production", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Ribs-organization/ribs-grid" }, "keywords": [ "scss", "css", "flexbox", "grid", "flexbox-grid" ], "author": "pioupiou <pilloud.anthony@gmail.com> (https://anthony-pilloud.fr)", "license": "MIT", "bugs": { "url": "https://github.com/Ribs-organization/ribs-grid/issues" }, "homepage": "https://github.com/Ribs-organization/ribs-grid#readme", "devDependencies": { "css-loader": "^6.8.1", "file-loader": "^6.2.0", "mini-css-extract-plugin": "^2.7.6", "node-sass": "^9.0.0", "ribs-grid": "^1.0.13", "sass-loader": "^13.3.2", "style-loader": "^3.3.3", "uglifyjs-webpack-plugin": "^2.2.0", "webpack": "^5.89.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.15.1" }, "dependencies": {} }