forked from 55minutes/css3-foundation
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from ravasthi/package-upgrades
Package upgrades
- Loading branch information
Showing
10 changed files
with
3,739 additions
and
1,229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
55 Minutes CSS3 Foundation | ||
Copyright 2017 55 Minutes | ||
CSS3 Foundation | ||
Copyright 2010–2018 55 Minutes and Richa Avasthi | ||
|
||
This product includes software developed at 55 Minutes. | ||
(http://www.55minutes.com/). | ||
This project is [derived from software](https://github.com/55minutes/css3-foundation) originally developed at [55 Minutes](http://www.55minutes.com/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "css3-foundation", | ||
"version": "6.1.0", | ||
"version": "7.0.0", | ||
"description": "A simple CSS3/HTML5 bootstrap for static sites and web apps", | ||
"main": "index.html", | ||
"repository": "[email protected]:ravasthi/css3-foundation.git", | ||
|
@@ -11,33 +11,37 @@ | |
"node": ">=8.5.0" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "^8.2.0", | ||
"browser-sync": "^2.18.13", | ||
"browser-sync-webpack-plugin": "^1.2.0", | ||
"browser-sync-webpack-plugin": "^2.2.2", | ||
"clean-webpack-plugin": "^0.1.16", | ||
"css-loader": "^0.28.7", | ||
"extract-text-webpack-plugin": "^3.0.0", | ||
"file-loader": "1.1.5", | ||
"file-loader": "^1.1.11", | ||
"mini-css-extract-plugin": "^0.4.0", | ||
"node-sass": "^4.5.3", | ||
"npm-run-all": "^4.1.1", | ||
"postcss-loader": "^2.0.6", | ||
"reset-css": "^2.2.1", | ||
"sass-loader": "^6.0.6", | ||
"style-loader": "0.19.0", | ||
"stylelint": "^8.1.1", | ||
"reset-css": "^3.0.0", | ||
"rimraf": "^2.6.2", | ||
"sass-loader": "^7.0.1", | ||
"style-loader": "^0.21.0", | ||
"stylelint": "^9.1.3", | ||
"stylelint-config-standard": "^18.0.0", | ||
"stylelint-order": "0.7.0", | ||
"stylelint-order": "^0.8.1", | ||
"susy": "^3.0.1", | ||
"url-loader": "0.6.2", | ||
"webpack": "^3.6.0" | ||
"url-loader": "^1.0.1", | ||
"webpack": "^4.2.0", | ||
"webpack-cli": "^2.0.13" | ||
}, | ||
"dependencies": { | ||
"font-awesome": "^4.7.0", | ||
"@fortawesome/fontawesome-free-webfonts": "^1.0.5", | ||
"jquery": "^3.2.1" | ||
}, | ||
"scripts": { | ||
"clean-extra": "rimraf distribution/scripts/ie.js distribution/scripts/print.js distribution/scripts/styles.js", | ||
"lint:scss": "stylelint 'source/**/*.scss' --syntax scss --config stylelint.config.js", | ||
"compile": "webpack", | ||
"build": "run-s lint:scss compile", | ||
"start": "webpack --watch" | ||
"compile": "webpack --mode production", | ||
"build": "run-s lint:scss compile clean-extra", | ||
"start": "webpack --mode development --watch" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.