Skip to content

Commit

Permalink
Ensure correct build output and upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
duddi committed Aug 8, 2024
1 parent 46b8b06 commit f8e7f59
Showing 1 changed file with 28 additions and 9 deletions.
37 changes: 28 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
"rollup-plugin-typescript2": "^0.36.0",
"semantic-release": "^24.0.0",
"typescript": "^5.1.3"
},

0 comments on commit f8e7f59

Please sign in to comment.