Skip to content

Commit

Permalink
Remove FontAWesome static and add fortawesome/fontawesome-free node p…
Browse files Browse the repository at this point in the history
…ackage instead.
  • Loading branch information
ahzf committed Apr 16, 2024
1 parent 2aadc97 commit 1682378
Show file tree
Hide file tree
Showing 14 changed files with 488 additions and 365 deletions.
92 changes: 92 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"name": "chargytransparenzsoftware",
"version": "1.4.6",
"description": "Chargy ist eine Transparenzsoftware für das Eichrecht in der Elektromobilität. Hiermit können Endkunden und E-Mobilitäts-Anbieter die Plausibilitäts und Validität von Ladevorgängen überprüfen.",
"description": "Chargy ist eine Transparenzsoftware für das Eichrecht in der Elektromobilität womit Endkunden die korrekte Messung und Abrechnung von Ladevorgängen überprüfen können.",
"author": "GraphDefined GmbH <[email protected]>",
"license": "AGPL-3.0-or-later",
"homepage": "https://github.com/OpenChargingCloud/ChargyDesktopApp",
"repository": "https://github.com/OpenChargingCloud/ChargyDesktopApp",
"main": "build/chargyWebApp-bundle.js",
"type": "module",
"scripts": {
"clean": "rimraf ./build",
"build": "npm run clean && webpack --config webpack.config.cjs",
"start": "webpack serve --open"
},
"repository": "https://github.com/OpenChargingCloud/ChargyDesktopApp",
"keywords": [
"Chargy",
"Transparenzsoftware",
Expand All @@ -26,9 +29,6 @@
"Ladestationen",
"charging stations"
],
"author": "GraphDefined GmbH <[email protected]>",
"license": "AGPL-3.0-or-later",
"homepage": "https://github.com/OpenChargingCloud/ChargyDesktopApp",
"devDependencies": {
"@types/chart.js": "^2.9.41",
"@types/decompress": "^4.2.7",
Expand All @@ -37,18 +37,21 @@
"@types/node": "^20.12.7",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.1",
"rimraf": "^5.0.5",
"sass": "^1.75.0",
"sass-loader": "^14.2.0",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"asn1.js": "^5.4.1",
"base32-decode": "^1.0.0",
"buffer": "^6.0.3",
Expand Down
Loading

0 comments on commit 1682378

Please sign in to comment.