mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-05-03 03:49:31 +01:00
Many many many changes to update the UI. It hurts...
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"version": "0.5.0",
|
||||
"main": "src/index.html",
|
||||
"repository": "git@github.com:sle118/squeezelite-esp32.git",
|
||||
"author": "Andy K., Sebastien",
|
||||
"author": "Sebastien L",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"prod": "webpack serve --open --mode=production",
|
||||
@@ -11,13 +11,6 @@
|
||||
"watch": "webpack --progress --watch --mode=development ",
|
||||
"dev": "webpack serve --open --mode=development"
|
||||
},
|
||||
"sideEffects": [
|
||||
"**/*.css",
|
||||
"**/*.scss",
|
||||
"**/index.ejs",
|
||||
"**/index.js",
|
||||
"**/*.js"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.16.12",
|
||||
"@babel/plugin-transform-runtime": "^7.16.10",
|
||||
@@ -59,6 +52,7 @@
|
||||
"postcss": "^8.4.5",
|
||||
"postcss-loader": "^6.2.1",
|
||||
"purgecss-webpack-plugin": "^4.1.3",
|
||||
"purgecss-whitelister": "^2.4.0",
|
||||
"purify-css": "^1.2.5",
|
||||
"purifycss-webpack": "^0.7.0",
|
||||
"remixicon": "^2.5.0",
|
||||
|
||||
Reference in New Issue
Block a user