Add Darkmode

This commit is contained in:
goodbyepavlyi 2023-01-21 20:30:19 +01:00 committed by Philip H.
parent e967522f88
commit 042168f0bb
12 changed files with 2566 additions and 206 deletions

View file

@ -1,13 +1,14 @@
{
"release": "11",
"name": "wg-easy",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "server.js",
"scripts": {
"serve": "DEBUG=Server,WireGuard nodemon server.js",
"serve-with-password": "PASSWORD=wg npm run serve",
"lint": "eslint ."
"lint": "eslint .",
"buildcss": "npx tailwindcss -i ./www/src/css/app.css -o ./www/css/app.css --watch"
},
"author": "Emile Nijssen",
"license": "GPL",
@ -20,7 +21,8 @@
},
"devDependencies": {
"eslint": "^8.53.0",
"eslint-config-athom": "^3.1.1"
"eslint-config-athom": "^3.1.1",
"tailwindcss": "^3.3.5"
},
"nodemonConfig": {
"ignore": [