summaryrefslogtreecommitdiff
path: root/client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/client/package.json b/client/package.json
index cb1f5e0..6daba6b 100644
--- a/client/package.json
+++ b/client/package.json
@@ -3,14 +3,15 @@
"private": true,
"scripts": {
"build": "node build.js",
- "watch": "node build.js --watch"
+ "watch": "node build.js --watch",
+ "build-container": "docker build -t szurubooru/client:dev ."
},
"dependencies": {
"dompurify": "^2.0.17",
"@fortawesome/fontawesome-free": "^5.1.0",
"ios-inner-height": "^1.0.3",
"js-cookie": "^2.2.0",
- "marked": "^0.7.0",
+ "marked": "^4.0.10",
"mousetrap": "^1.6.2",
"nprogress": "^0.2.0",
"superagent": "^3.8.3"
@@ -28,7 +29,7 @@
"jimp": "^0.13.0",
"pretty-error": "^3.0.3",
"stylus": "^0.54.8",
- "terser": "^3.7.7",
+ "terser": "^4.8.1",
"underscore": "^1.12.1",
"watchify": "^4.0.0",
"ws": "^7.4.6"