-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.51 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.51 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
{
"name": "ocpi_explorer_desktop_app",
"version": "1.0.0",
"description": "An OCPI test application based on Electron",
"author": "Achim Friedland <achim.friedland@graphdefined.com>",
"license": "AGPL-3.0-only",
"homepage": "https://github.com/OpenChargingCloud/OCPIExplorerDesktopApp",
"repository": "https://github.com/OpenChargingCloud/OCPIExplorerDesktopApp",
"main": "src/main.cjs",
"type": "module",
"scripts": {
"start": "electron ."
},
"keywords": [
"Open Charging Cloud",
"e-mobility",
"OCPI",
"WWCP",
"testing",
"certification",
"AFIR"
],
"devDependencies": {
"@cyclonedx/cyclonedx-npm": "^4.1.1",
"@types/elliptic": "^6.4.18",
"@types/leaflet": "^1.9.21",
"@types/node": "^24.10.1",
"@types/ws": "^8.18.1",
"css-loader": "^7.1.2",
"electron": "^39.2.3",
"electron-builder": "^26.0.12",
"electron-localshortcut": "^3.2.1",
"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"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"asn1.js": "^5.4.1",
"chart.js": "^4.5.1",
"decimal.js": "^10.6.0",
"elliptic": "^6.6.1",
"leaflet": "^1.9.4",
"leaflet.awesome-markers": "^2.0.5",
"moment": "^2.30.1",
"ws": "^8.18.3"
}
}