2021-06-14 23:08:07 +01:00
|
|
|
{
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"start": "NODE_OPTIONS='--experimental-json-modules' snowpack dev",
|
|
|
|
"build": "NODE_OPTIONS='--experimental-json-modules' snowpack build",
|
|
|
|
"test": "echo \"This template does not include a test runner by default.\" && exit 1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-05-13 14:24:49 +01:00
|
|
|
"@popperjs/core": "^2.11.0",
|
|
|
|
"fork-awesome": "^1.2.0",
|
|
|
|
"leaflet": "^1.8.0",
|
2021-06-14 23:08:07 +01:00
|
|
|
"leaflet-extra-markers": "^1.2.1",
|
|
|
|
"redaxios": "^0.4.1",
|
2023-05-13 14:24:49 +01:00
|
|
|
"vue": "^3.2.26"
|
2021-06-14 23:08:07 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@snowpack/plugin-dotenv": "^2.1.0",
|
|
|
|
"@snowpack/plugin-vue": "^2.4.0",
|
|
|
|
"snowpack": "^3.3.7",
|
|
|
|
"snowpack-plugin-cdn-import": "^1.0.0"
|
|
|
|
}
|
|
|
|
}
|