Andreas Svanberg b5b1d910e7 Make it build with a simple Maven command
Run `mvnw clean verify` to build a complete installable .hpi
2022-12-13 16:56:28 +01:00

27 lines
625 B
JSON

{
"type": "application",
"source-directories": [
"src/main/elm"
],
"elm-version": "0.19.0",
"dependencies": {
"direct": {
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/http": "2.0.0",
"elm/json": "1.1.3",
"elm/time": "1.0.0"
},
"indirect": {
"elm/bytes": "1.0.8",
"elm/file": "1.0.5",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.3"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}