dn42-info/package.json

13 lines
241 B
JSON
Raw Normal View History

2024-10-11 11:19:34 +02:00
{
2024-10-11 13:10:05 +02:00
"scripts": {
"start": "parcel src/index.html src/**/index.html",
"build": "parcel build src/index.html src/**/index.html"
},
2024-10-11 11:19:34 +02:00
"devDependencies": {
"parcel": "^2.12.0"
},
"dependencies": {
"leaflet": "^1.9.4"
}
}