daggrcss
Version:
A light-weight CSS style framework that focuses on useful responsive default styling and utilities. Daggr leaves the creative parts to the user.
48 lines (47 loc) • 1.31 kB
JSON
{
"name": "daggrcss",
"version": "1.0.2",
"description": "A light-weight CSS style framework that focuses on useful responsive default styling and utilities. Daggr leaves the creative parts to the user.",
"main": "index.js",
"scripts": {
"dev": "env NODE_ENV=development webpack --mode development --progress --colors",
"build": "env NODE_ENV=production webpack --mode production --progress --colors"
},
"repository": {
"type": "git",
"url": "github.com/NerdVenture/DaggrCSS"
},
"keywords": [
"CSS",
"Style",
"Layout",
"framework",
"SASS",
"Utilities",
"Creative",
"Responsive"
],
"author": "Zach Moore",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.5.3",
"cssnano": "^4.1.10",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"autoprefixer": "^9.8.0"
}
}