dn42-info/package.json

13 lines
260 B
JSON
Raw Permalink Normal View History

2024-10-11 11:19:34 +02:00
{
2024-10-11 13:10:05 +02:00
"scripts": {
2024-10-12 12:32:11 +02:00
"start": "BUILD_DATE=$(date) parcel src/index.html src/**/index.html",
2024-10-11 13:10:05 +02:00
"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"
}
}