update and vaildation
* updated dependencies * added html validator * checked html results * new readme
This commit is contained in:
parent
d18254b61d
commit
9b9b0cb1c6
10 changed files with 1519 additions and 723 deletions
11
package.json
11
package.json
|
|
@ -20,16 +20,16 @@
|
|||
"@babel/core": "^7.7.2",
|
||||
"@babel/preset-env": "^7.7.1",
|
||||
"browser-sync": "^2.26.7",
|
||||
"del": "^4.1.1",
|
||||
"del": "^5.1.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-autoprefixer": "^6.1.0",
|
||||
"gulp-autoprefixer": "^7.0.1",
|
||||
"gulp-babel": "^8.0.0",
|
||||
"gulp-cached": "^1.1.1",
|
||||
"gulp-changed": "^3.2.0",
|
||||
"gulp-changed": "^4.0.2",
|
||||
"gulp-clean-css": "^4.2.0",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-data": "^1.3.1",
|
||||
"gulp-if": "^2.0.2",
|
||||
"gulp-if": "^3.0.0",
|
||||
"gulp-jshint": "^2.1.0",
|
||||
"gulp-json-concat": "^0.1.1",
|
||||
"gulp-notify": "^3.2.0",
|
||||
|
|
@ -40,10 +40,11 @@
|
|||
"gulp-sass": "^4.0.2",
|
||||
"gulp-sass-lint": "^1.4.0",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"gulp-w3c-html-validator": "^1.4.4",
|
||||
"gulp.spritesmith": "^6.11.0",
|
||||
"jshint": "^2.10.3",
|
||||
"jshint-stylish": "^2.2.1",
|
||||
"merge-stream": "^1.0.1",
|
||||
"merge-stream": "^2.0.0",
|
||||
"node-sass": "^4.13.0",
|
||||
"pump": "^3.0.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue