2022-04-06 14:46:10 -04:00
|
|
|
{
|
|
|
|
|
"dependencies": {
|
2024-03-15 20:07:20 -04:00
|
|
|
"@hotwired/turbo-rails": "^7.3.0",
|
2024-11-28 06:00:54 -05:00
|
|
|
"@rails/actiontext": "^8.0.0",
|
2025-05-02 14:20:34 -04:00
|
|
|
"daisyui": "^4.7.3",
|
2024-11-28 06:00:54 -05:00
|
|
|
"leaflet": "^1.9.4",
|
|
|
|
|
"postcss": "^8.4.49",
|
2025-05-31 09:48:59 -04:00
|
|
|
"trix": "^2.1.15"
|
2024-03-09 17:44:27 -05:00
|
|
|
},
|
2025-05-02 14:20:34 -04:00
|
|
|
"engines": {
|
|
|
|
|
"node": "18.17.1",
|
|
|
|
|
"npm": "9.6.7"
|
2025-07-12 05:21:38 -04:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-10-20 15:04:27 -04:00
|
|
|
"@playwright/test": "^1.56.1",
|
2025-07-12 05:21:38 -04:00
|
|
|
"@types/node": "^24.0.13"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {}
|
2022-04-06 14:46:10 -04:00
|
|
|
}
|