-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.41 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "chargytransparenzsoftware",
"version": "1.4.7",
"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 <achim.friedland@graphdefined.com>",
"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",
"sbom": "cyclonedx-npm --output-format json --output-file sbom.json",
"build": "npm run clean && npm run sbom && webpack --config webpack.config.cjs",
"start": "webpack serve --open"
},
"keywords": [
"Chargy",
"Transparenzsoftware",
"Transparenz",
"Eichrecht",
"Calibration Law",
"Elektromobilität",
"E-Mobilität",
"E-Mobility",
"Digital Certificate of Conformity",
"DCoC",
"Digital Calibration Certificate",
"DCC",
"Ladestationen",
"charging stations"
],
"devDependencies": {
"@cyclonedx/cyclonedx-npm": "^4.1.1",
"@types/decompress": "^4.2.7",
"@types/elliptic": "^6.4.18",
"@types/leaflet": "^1.9.21",
"@types/node": "^24.10.1",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.5",
"mini-css-extract-plugin": "^2.9.4",
"rimraf": "^6.1.2",
"sass": "^1.94.2",
"sass-loader": "^16.0.6",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3",
"webpack": "^5.103.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"asn1.js": "^5.4.1",
"base32-decode": "^1.0.0",
"buffer": "^6.0.3",
"chart.js": "^4.5.1",
"crypto-browserify": "^3.12.1",
"decimal.js": "^10.6.0",
"decompress": "^4.2.1",
"decompress-bzip2": "^4.0.0",
"decompress-gz": "^0.0.1",
"elliptic": "^6.6.1",
"file-type": "^21.1.1",
"leaflet": "^1.9.4",
"leaflet.awesome-markers": "^2.0.5",
"moment": "^2.30.1",
"path-browserify": "^1.0.1",
"pdfjs-dist": "^5.4.394",
"safe-stable-stringify": "^2.5.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.4",
"vm-browserify": "^1.1.2"
}
}