From 19ca52a25c6c81d4455a62efc86348a211ec9371 Mon Sep 17 00:00:00 2001 From: dswbx Date: Tue, 29 Apr 2025 17:50:41 +0200 Subject: [PATCH] remove liquid js from package json --- app/package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index a98f6d1d..0101d930 100644 --- a/app/package.json +++ b/app/package.json @@ -48,7 +48,6 @@ "@cfworker/json-schema": "^4.1.1", "@codemirror/lang-html": "^6.4.9", "@codemirror/lang-json": "^6.0.1", - "@codemirror/lang-liquid": "^6.2.2", "@hello-pangea/dnd": "^18.0.1", "@libsql/client": "^0.15.2", "@mantine/core": "^7.17.1", @@ -65,15 +64,14 @@ "json-schema-library": "10.0.0-rc7", "json-schema-to-ts": "^3.1.1", "kysely": "^0.27.6", - "liquidjs": "^10.21.0", "oauth4webapi": "^2.11.1", "object-path-immutable": "^4.1.2", "radix-ui": "^1.1.3", - "swr": "^2.3.3" + "swr": "^2.3.3", + "lodash-es": "^4.17.21", + "@sinclair/typebox": "0.34.30" }, "devDependencies": { - "lodash-es": "^4.17.21", - "@sinclair/typebox": "^0.34.30", "@aws-sdk/client-s3": "^3.758.0", "@bluwy/giget-core": "^0.1.2", "@dagrejs/dagre": "^1.1.4",