diff --git a/app/package.json b/app/package.json index 9da1f713..a98f6d1d 100644 --- a/app/package.json +++ b/app/package.json @@ -53,7 +53,6 @@ "@libsql/client": "^0.15.2", "@mantine/core": "^7.17.1", "@mantine/hooks": "^7.17.1", - "@sinclair/typebox": "^0.34.30", "@tanstack/react-form": "^1.0.5", "@uiw/react-codemirror": "^4.23.10", "@xyflow/react": "^12.4.4", @@ -67,15 +66,14 @@ "json-schema-to-ts": "^3.1.1", "kysely": "^0.27.6", "liquidjs": "^10.21.0", - "lodash-es": "^4.17.21", "oauth4webapi": "^2.11.1", "object-path-immutable": "^4.1.2", - "picocolors": "^1.1.1", "radix-ui": "^1.1.3", - "swr": "^2.3.3", - "wrangler": "^4.4.1" + "swr": "^2.3.3" }, "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", @@ -109,6 +107,7 @@ "postcss-preset-mantine": "^1.17.0", "postcss-simple-vars": "^7.0.1", "posthog-js-lite": "^3.4.2", + "picocolors": "^1.1.1", "react": "^19.0.0", "react-dom": "^19.0.0", "react-hook-form": "^7.54.2",