summaryrefslogtreecommitdiff
path: root/client/package.json
diff options
context:
space:
mode:
authorHunternif <hunternif@gmail.com>2025-02-15 18:12:57 +0000
committerHunternif <hunternif@gmail.com>2025-02-15 18:12:57 +0000
commit6a5300502df8b4de9c8f269b444cd309f02b28ad (patch)
tree0cf2ba56bce802c94ad324f9eda7a31d37a42e2e /client/package.json
parent34e7c883808738871aed371948a3c9896a95905c (diff)
parent376f687c386f65522b2f65e98b998b21af26ee29 (diff)
Merge branch 'master' into hunternif
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"