mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
23 lines
461 B
JSON
23 lines
461 B
JSON
{
|
|
"dependencies": {
|
|
"@hotwired/turbo-rails": "^7.3.0",
|
|
"@rails/actiontext": "^8.0.0",
|
|
"daisyui": "^4.7.3",
|
|
"leaflet": "^1.9.4",
|
|
"maplibre-gl": "^5.13.0",
|
|
"postcss": "^8.4.49",
|
|
"trix": "^2.1.15"
|
|
},
|
|
"engines": {
|
|
"node": "18.17.1",
|
|
"npm": "9.6.7"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.56.1",
|
|
"@types/node": "^24.0.13"
|
|
},
|
|
"sideEffects": [
|
|
"*.css",
|
|
"maplibre-gl/dist/maplibre-gl.css"
|
|
]
|
|
}
|