From f8e7f5985233972b186e975e84723b6c71636e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20J=C3=B8rgensen?= Date: Thu, 8 Aug 2024 20:37:03 +0200 Subject: [PATCH] Ensure correct build output and upload artifacts --- package.json | 37 ++++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 508a2d5..5aae349 100644 --- a/package.json +++ b/package.json @@ -12,13 +12,32 @@ "ha-template": "^1.0.0" }, "devDependencies": { - "@rollup/plugin-commonjs": "^21.0.1", - "@rollup/plugin-node-resolve": "^13.1.1", - "rollup": "^2.56.3", + "@babel/core": "^7.9.6", + "@babel/plugin-transform-runtime": "^7.17.0", + "@babel/preset-env": "^7.16.11", + "@rollup/plugin-babel": "^6.0.3", + "@rollup/plugin-commonjs": "^25.0.2", + "@rollup/plugin-image": "^3.0.1", + "@rollup/plugin-json": "^6.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "@semantic-release/git": "^10.0.1", + "@typescript-eslint/eslint-plugin": "^5.59.11", + "@typescript-eslint/parser": "^5.59.11", + "eslint": "^8.14.0", + "eslint-config-prettier": "^9.1.0", + "eslint-plugin-import": "^2.20.2", + "husky": "^9.0.11", + "lint-staged": "^15.2.2", + "postcss-preset-env": "^9.1.2", + "prettier": "^3.2.5", + "rollup": "^2.7.6", + "rollup-plugin-html-literals": "^1.1.8", + "rollup-plugin-postcss": "^4.0.2", + "rollup-plugin-postcss-lit": "^2.0.0", + "rollup-plugin-serve": "^2.0.1", "rollup-plugin-terser": "^7.0.2", - "rollup-plugin-typescript2": "^0.31.1", - "typescript": "^4.3.5", - "rollup-plugin-import-css": "^3.0.0", - "@types/lodash": "^4.14.178" - } -} \ No newline at end of file + "rollup-plugin-typescript2": "^0.36.0", + "semantic-release": "^24.0.0", + "typescript": "^5.1.3" + }, \ No newline at end of file