diff --git a/package.json b/package.json index 4601b91..7a09ce8 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "dependencies": { "@ant-design/icons": "^6.1.0", "@babel/plugin-transform-private-property-in-object": "^7.27.1", + "@codemirror/commands": "6.10.4", "@codemirror/lang-cpp": "^6.0.3", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-go": "^6.0.1", @@ -25,11 +26,13 @@ "@codemirror/lang-sql": "^6.9.1", "@codemirror/lang-xml": "^6.1.0", "@codemirror/lang-yaml": "^6.1.2", - "@codemirror/commands": "6.10.4", "@codemirror/language": "6.12.1", "@codemirror/state": "6.7.1", "@codemirror/theme-one-dark": "^6.1.3", "@codemirror/view": "6.39.12", + "@lezer/common": "1.5.0", + "@lezer/highlight": "^1.2.3", + "@lezer/lr": "^1.4.8", "@simplewebauthn/browser": "^13.1.2", "@tanstack/react-query": "^5.90.10", "@tiptap/extension-link": "^3.20.1", @@ -47,6 +50,7 @@ "antd-style": "^3.7.1", "axios": "^1.11.0", "blurhash": "^2.0.5", + "classnames": "^2.5.1", "codemirror": "^6.0.2", "country-list": "^2.4.1", "cross-env": "^10.0.0", @@ -74,10 +78,7 @@ "styled-components": "^6.1.19", "three": "^0.179.1", "tsparticles": "^3.9.1", - "web-vitals": "^5.1.0", - "@lezer/common": "1.5.0", - "@lezer/highlight": "^1.2.3", - "@lezer/lr": "^1.4.8" + "web-vitals": "^5.1.0" }, "main": "build/electron.js", "description": "3D Printer ERP and Control Software.", @@ -123,8 +124,6 @@ "concurrently": "^9.2.1", "electrobun": "1.18.1", "electron": "^38.7.1", - "jimp": "^1.6.1", - "png-to-ico": "^2.1.8", "electron-builder": "^26.0.12", "electron-packager": "^17.1.2", "eslint": "^9.34.0", @@ -135,6 +134,8 @@ "eslint-plugin-react-refresh": "^0.4.20", "express": "^5.1.0", "globals": "^15.12.0", + "jimp": "^1.6.1", + "png-to-ico": "^2.1.8", "prettier": "^3.6.2", "prettier-eslint": "^16.4.2", "rcedit": "^4.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9a848e5..b744cb7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -139,6 +139,9 @@ importers: blurhash: specifier: ^2.0.5 version: 2.0.5 + classnames: + specifier: ^2.5.1 + version: 2.5.1 codemirror: specifier: ^6.0.2 version: 6.0.2