UNPKG

stylingutilities

Version:

lightweight css utilities library for the front-end web

42 lines (41 loc) 1.08 kB
{ "name": "stylingutilities", "version": "1.0.0-beta.3", "description": "lightweight css utilities library for the front-end web", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack --config webpack.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/JessebotX/StylingUtilities.git" }, "keywords": [ "CSS", "STYLUS", "CSS-FRAMEWORK", "UTILITIES" ], "author": "Jessebot", "license": "0BSD", "bugs": { "url": "https://github.com/JessebotX/StylingUtilities/issues" }, "homepage": "https://github.com/JessebotX/StylingUtilities#readme", "devDependencies": { "autoprefixer": "^10.0.0", "css-loader": "^4.3.0", "mini-css-extract-plugin": "^0.11.2", "optimize-css-assets-webpack-plugin": "^5.0.4", "postcss": "^8.0.6", "postcss-loader": "^4.0.2", "stylus": "^0.54.8", "stylus-loader": "^3.0.2", "webpack": "^4.44.2", "webpack-cli": "^3.3.12" }, "dependencies": { "rfs": "^9.0.3" } }