diff options
author | Nullptrderef <nullptrderef@proton.me> | 2024-08-04 21:30:22 +0200 |
---|---|---|
committer | Nullptrderef <nullptrderef@proton.me> | 2024-08-04 21:30:22 +0200 |
commit | 9b58de813f082bab7767fd3d1eeb789d2567c4ff (patch) | |
tree | 9e06624c33871f5af8dcfdd3ac0fd41ca4d437e0 /packages | |
parent | 10d71478058314edf3ad85c4faffd6a12e7acdee (diff) |
we call preact-cli here, yet it isn't a dependency, resulting in errorss
Diffstat (limited to 'packages')
-rw-r--r-- | packages/merchant-backoffice-ui/package.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/packages/merchant-backoffice-ui/package.json b/packages/merchant-backoffice-ui/package.json index 0ca019be5..28adc572b 100644 --- a/packages/merchant-backoffice-ui/package.json +++ b/packages/merchant-backoffice-ui/package.json @@ -30,17 +30,14 @@ "swr": "2.2.2" }, "devDependencies": { - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^6.19.0", - "@typescript-eslint/parser": "^6.19.0", - "eslint-config-prettier": "^9.1.0", - "eslint-plugin-react": "^7.33.2", "@creativebulma/bulma-tooltip": "^1.2.0", "@gnu-taler/pogen": "workspace:*", "@types/chai": "^4.3.0", "@types/history": "^4.7.8", "@types/mocha": "^8.2.3", "@types/node": "^18.11.17", + "@typescript-eslint/eslint-plugin": "^6.19.0", + "@typescript-eslint/parser": "^6.19.0", "base64-inline-loader": "^1.1.1", "bulma": "^0.9.2", "bulma-checkbox": "^1.1.1", @@ -50,7 +47,11 @@ "bulma-timeline": "^3.0.4", "bulma-upload-control": "^1.2.0", "chai": "^4.3.6", + "eslint": "^8.56.0", + "eslint-config-prettier": "^9.1.0", + "eslint-plugin-react": "^7.33.2", "mocha": "^9.2.0", + "preact-cli": "^3.3.5", "sass": "1.56.1", "source-map-support": "^0.5.21", "typedoc": "^0.25.4", |