add package.json for conveniently installing tools
This commit is contained in:
9
package.json
Normal file
9
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user