From a0bb53db62f49e3a7680a9d5f0a1a5020e4d415a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Mon, 2 Mar 2020 23:35:13 +0100 Subject: [PATCH] Well don't ignore it then --- .dockerignore | 3 +-- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.dockerignore b/.dockerignore index a3a5726..b76334d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,3 @@ .git *Dockerfile* -.env -node_modules \ No newline at end of file +.env \ No newline at end of file diff --git a/package.json b/package.json index 9a39f7e..dc41177 100644 --- a/package.json +++ b/package.json @@ -17,16 +17,16 @@ }, "dependencies": { "animejs": "^3.1.0", + "compression": "^1.7.4", "dayjs": "^1.8.21", "imagesloaded": "^4.1.4", "lazysizes": "^5.2.0", "normalize.css": "^8.0.1", - "shufflejs": "^5.2.3" + "polka": "^1.0.0-next.9", + "shufflejs": "^5.2.3", + "sirv": "^0.4.2" }, "devDependencies": { - "compression": "^1.7.4", - "polka": "^1.0.0-next.9", - "sirv": "^0.4.2", "@babel/core": "^7.8.6", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-runtime": "^7.8.3",