add package.json for conveniently installing tools

This commit is contained in:
Daniel Micay
2020-04-07 21:53:44 -04:00
parent ea9fbadd4c
commit cf3cc9e6cd
4 changed files with 2630 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"dependencies": {
"csso-cli": "^3.0.0",
"html-minifier": "^4.0.0",
"jshint": "^2.11.0",
"stylelint": "^13.3.0",
"terser": "^4.6.10"
}
}