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",