updating latest

This commit is contained in:
2020-06-03 02:24:10 +01:00
parent 7d3ae345a4
commit 1795693801
5 changed files with 897 additions and 35 deletions

View File

@@ -3,7 +3,8 @@
"license": "MIT",
"scripts": {
"build": "webpack --config webpack.prod.js",
"watch": "webpack --watch --progress --colors --config webpack.dev.js"
"watch": "webpack --watch --progress --colors --config webpack.dev.js",
"buildTheme": "gulp buildTheme"
},
"dependencies": {
"@babel/core": "^7.9.6",
@@ -19,6 +20,7 @@
"css-loader": "^3.5.3",
"file-loader": "^6.0.0",
"glob-all": "^3.2.1",
"gulp": "^4.0.2",
"jquery": "^3.5.1",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",