t
@@ -43,6 +43,7 @@
|
|||||||
"sass": "^1.69.5",
|
"sass": "^1.69.5",
|
||||||
"typescript": "^5.2.2",
|
"typescript": "^5.2.2",
|
||||||
"vite": "^5.0.8",
|
"vite": "^5.0.8",
|
||||||
|
"vite-plugin-mkcert": "^1.17.3",
|
||||||
"vue-tsc": "^1.8.25"
|
"vue-tsc": "^1.8.25"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
174
pnpm-lock.yaml
generated
@@ -99,6 +99,9 @@ devDependencies:
|
|||||||
vite:
|
vite:
|
||||||
specifier: ^5.0.8
|
specifier: ^5.0.8
|
||||||
version: 5.0.10(@types/node@20.10.5)(sass@1.69.5)
|
version: 5.0.10(@types/node@20.10.5)(sass@1.69.5)
|
||||||
|
vite-plugin-mkcert:
|
||||||
|
specifier: ^1.17.3
|
||||||
|
version: 1.17.3(vite@5.0.10)
|
||||||
vue-tsc:
|
vue-tsc:
|
||||||
specifier: ^1.8.25
|
specifier: ^1.8.25
|
||||||
version: 1.8.26(typescript@5.3.3)
|
version: 1.8.26(typescript@5.3.3)
|
||||||
@@ -707,6 +710,109 @@ packages:
|
|||||||
resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==}
|
resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
/@octokit/auth-token@4.0.0:
|
||||||
|
resolution: {integrity: sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==}
|
||||||
|
engines: {node: '>= 18'}
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@octokit/core@5.1.0:
|
||||||
|
resolution: {integrity: sha512-BDa2VAMLSh3otEiaMJ/3Y36GU4qf6GI+VivQ/P41NC6GHcdxpKlqV0ikSZ5gdQsmS3ojXeRx5vasgNTinF0Q4g==}
|
||||||
|
engines: {node: '>= 18'}
|
||||||
|
dependencies:
|
||||||
|
'@octokit/auth-token': 4.0.0
|
||||||
|
'@octokit/graphql': 7.0.2
|
||||||
|
'@octokit/request': 8.2.0
|
||||||
|
'@octokit/request-error': 5.0.1
|
||||||
|
'@octokit/types': 12.5.0
|
||||||
|
before-after-hook: 2.2.3
|
||||||
|
universal-user-agent: 6.0.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@octokit/endpoint@9.0.4:
|
||||||
|
resolution: {integrity: sha512-DWPLtr1Kz3tv8L0UvXTDP1fNwM0S+z6EJpRcvH66orY6Eld4XBMCSYsaWp4xIm61jTWxK68BrR7ibO+vSDnZqw==}
|
||||||
|
engines: {node: '>= 18'}
|
||||||
|
dependencies:
|
||||||
|
'@octokit/types': 12.5.0
|
||||||
|
universal-user-agent: 6.0.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@octokit/graphql@7.0.2:
|
||||||
|
resolution: {integrity: sha512-OJ2iGMtj5Tg3s6RaXH22cJcxXRi7Y3EBqbHTBRq+PQAqfaS8f/236fUrWhfSn8P4jovyzqucxme7/vWSSZBX2Q==}
|
||||||
|
engines: {node: '>= 18'}
|
||||||
|
dependencies:
|
||||||
|
'@octokit/request': 8.2.0
|
||||||
|
'@octokit/types': 12.5.0
|
||||||
|
universal-user-agent: 6.0.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@octokit/openapi-types@19.1.0:
|
||||||
|
resolution: {integrity: sha512-6G+ywGClliGQwRsjvqVYpklIfa7oRPA0vyhPQG/1Feh+B+wU0vGH1JiJ5T25d3g1JZYBHzR2qefLi9x8Gt+cpw==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@octokit/plugin-paginate-rest@9.1.5(@octokit/core@5.1.0):
|
||||||
|
resolution: {integrity: sha512-WKTQXxK+bu49qzwv4qKbMMRXej1DU2gq017euWyKVudA6MldaSSQuxtz+vGbhxV4CjxpUxjZu6rM2wfc1FiWVg==}
|
||||||
|
engines: {node: '>= 18'}
|
||||||
|
peerDependencies:
|
||||||
|
'@octokit/core': '>=5'
|
||||||
|
dependencies:
|
||||||
|
'@octokit/core': 5.1.0
|
||||||
|
'@octokit/types': 12.5.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@octokit/plugin-request-log@4.0.0(@octokit/core@5.1.0):
|
||||||
|
resolution: {integrity: sha512-2uJI1COtYCq8Z4yNSnM231TgH50bRkheQ9+aH8TnZanB6QilOnx8RMD2qsnamSOXtDj0ilxvevf5fGsBhBBzKA==}
|
||||||
|
engines: {node: '>= 18'}
|
||||||
|
peerDependencies:
|
||||||
|
'@octokit/core': '>=5'
|
||||||
|
dependencies:
|
||||||
|
'@octokit/core': 5.1.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@octokit/plugin-rest-endpoint-methods@10.3.0(@octokit/core@5.1.0):
|
||||||
|
resolution: {integrity: sha512-c/fjpoHispRvBZuRoTVt/uALg7pXa9RQbXWJiDMk6NDkGNomuAZG7YuYYpZoxeoXv+kVRjIDTsO0e1z0pei+PQ==}
|
||||||
|
engines: {node: '>= 18'}
|
||||||
|
peerDependencies:
|
||||||
|
'@octokit/core': '>=5'
|
||||||
|
dependencies:
|
||||||
|
'@octokit/core': 5.1.0
|
||||||
|
'@octokit/types': 12.5.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@octokit/request-error@5.0.1:
|
||||||
|
resolution: {integrity: sha512-X7pnyTMV7MgtGmiXBwmO6M5kIPrntOXdyKZLigNfQWSEQzVxR4a4vo49vJjTWX70mPndj8KhfT4Dx+2Ng3vnBQ==}
|
||||||
|
engines: {node: '>= 18'}
|
||||||
|
dependencies:
|
||||||
|
'@octokit/types': 12.5.0
|
||||||
|
deprecation: 2.3.1
|
||||||
|
once: 1.4.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@octokit/request@8.2.0:
|
||||||
|
resolution: {integrity: sha512-exPif6x5uwLqv1N1irkLG1zZNJkOtj8bZxuVHd71U5Ftuxf2wGNvAJyNBcPbPC+EBzwYEbBDdSFb8EPcjpYxPQ==}
|
||||||
|
engines: {node: '>= 18'}
|
||||||
|
dependencies:
|
||||||
|
'@octokit/endpoint': 9.0.4
|
||||||
|
'@octokit/request-error': 5.0.1
|
||||||
|
'@octokit/types': 12.5.0
|
||||||
|
universal-user-agent: 6.0.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@octokit/rest@20.0.2:
|
||||||
|
resolution: {integrity: sha512-Ux8NDgEraQ/DMAU1PlAohyfBBXDwhnX2j33Z1nJNziqAfHi70PuxkFYIcIt8aIAxtRE7KVuKp8lSR8pA0J5iOQ==}
|
||||||
|
engines: {node: '>= 18'}
|
||||||
|
dependencies:
|
||||||
|
'@octokit/core': 5.1.0
|
||||||
|
'@octokit/plugin-paginate-rest': 9.1.5(@octokit/core@5.1.0)
|
||||||
|
'@octokit/plugin-request-log': 4.0.0(@octokit/core@5.1.0)
|
||||||
|
'@octokit/plugin-rest-endpoint-methods': 10.3.0(@octokit/core@5.1.0)
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@octokit/types@12.5.0:
|
||||||
|
resolution: {integrity: sha512-YJEKcb0KkJlIUNU/zjnZwHEP8AoVh/OoIcP/1IyR4UHxExz7fzpe/a8IG4wBtQi7QDEqiomVLX88S6FpxxAJtg==}
|
||||||
|
dependencies:
|
||||||
|
'@octokit/openapi-types': 19.1.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@rollup/pluginutils@5.1.0:
|
/@rollup/pluginutils@5.1.0:
|
||||||
resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==}
|
resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==}
|
||||||
engines: {node: '>=14.0.0'}
|
engines: {node: '>=14.0.0'}
|
||||||
@@ -1428,7 +1534,6 @@ packages:
|
|||||||
|
|
||||||
/asynckit@0.4.0:
|
/asynckit@0.4.0:
|
||||||
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==, tarball: https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz}
|
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==, tarball: https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz}
|
||||||
dev: false
|
|
||||||
|
|
||||||
/axios@1.6.2:
|
/axios@1.6.2:
|
||||||
resolution: {integrity: sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==, tarball: https://registry.npmmirror.com/axios/-/axios-1.6.2.tgz}
|
resolution: {integrity: sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==, tarball: https://registry.npmmirror.com/axios/-/axios-1.6.2.tgz}
|
||||||
@@ -1440,6 +1545,16 @@ packages:
|
|||||||
- debug
|
- debug
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
/axios@1.6.7(debug@4.3.4):
|
||||||
|
resolution: {integrity: sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==}
|
||||||
|
dependencies:
|
||||||
|
follow-redirects: 1.15.5(debug@4.3.4)
|
||||||
|
form-data: 4.0.0
|
||||||
|
proxy-from-env: 1.1.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- debug
|
||||||
|
dev: true
|
||||||
|
|
||||||
/balanced-match@1.0.2:
|
/balanced-match@1.0.2:
|
||||||
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==, tarball: https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz}
|
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==, tarball: https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz}
|
||||||
|
|
||||||
@@ -1448,6 +1563,10 @@ packages:
|
|||||||
engines: {node: '>= 0.6.0'}
|
engines: {node: '>= 0.6.0'}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
/before-after-hook@2.2.3:
|
||||||
|
resolution: {integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/binary-extensions@2.2.0:
|
/binary-extensions@2.2.0:
|
||||||
resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==, tarball: https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.2.0.tgz}
|
resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==, tarball: https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.2.0.tgz}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
@@ -1526,7 +1645,6 @@ packages:
|
|||||||
engines: {node: '>= 0.8'}
|
engines: {node: '>= 0.8'}
|
||||||
dependencies:
|
dependencies:
|
||||||
delayed-stream: 1.0.0
|
delayed-stream: 1.0.0
|
||||||
dev: false
|
|
||||||
|
|
||||||
/commander@2.20.3:
|
/commander@2.20.3:
|
||||||
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
|
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
|
||||||
@@ -1591,7 +1709,10 @@ packages:
|
|||||||
/delayed-stream@1.0.0:
|
/delayed-stream@1.0.0:
|
||||||
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==, tarball: https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz}
|
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==, tarball: https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz}
|
||||||
engines: {node: '>=0.4.0'}
|
engines: {node: '>=0.4.0'}
|
||||||
dev: false
|
|
||||||
|
/deprecation@2.3.1:
|
||||||
|
resolution: {integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/dom-zindex@1.0.1:
|
/dom-zindex@1.0.1:
|
||||||
resolution: {integrity: sha512-M/MERVDZ8hguvjl6MAlLWSLYLS7PzEyXaTb5gEeJ+SF+e9iUC0sdvlzqe91MMDHBoy+nqw7wKcUOrDSyvMCrRg==}
|
resolution: {integrity: sha512-M/MERVDZ8hguvjl6MAlLWSLYLS7PzEyXaTb5gEeJ+SF+e9iUC0sdvlzqe91MMDHBoy+nqw7wKcUOrDSyvMCrRg==}
|
||||||
@@ -1758,6 +1879,18 @@ packages:
|
|||||||
optional: true
|
optional: true
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
/follow-redirects@1.15.5(debug@4.3.4):
|
||||||
|
resolution: {integrity: sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==}
|
||||||
|
engines: {node: '>=4.0'}
|
||||||
|
peerDependencies:
|
||||||
|
debug: '*'
|
||||||
|
peerDependenciesMeta:
|
||||||
|
debug:
|
||||||
|
optional: true
|
||||||
|
dependencies:
|
||||||
|
debug: 4.3.4
|
||||||
|
dev: true
|
||||||
|
|
||||||
/form-data@4.0.0:
|
/form-data@4.0.0:
|
||||||
resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==, tarball: https://registry.npmmirror.com/form-data/-/form-data-4.0.0.tgz}
|
resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==, tarball: https://registry.npmmirror.com/form-data/-/form-data-4.0.0.tgz}
|
||||||
engines: {node: '>= 6'}
|
engines: {node: '>= 6'}
|
||||||
@@ -1765,7 +1898,6 @@ packages:
|
|||||||
asynckit: 0.4.0
|
asynckit: 0.4.0
|
||||||
combined-stream: 1.0.8
|
combined-stream: 1.0.8
|
||||||
mime-types: 2.1.35
|
mime-types: 2.1.35
|
||||||
dev: false
|
|
||||||
|
|
||||||
/fs-extra@7.0.1:
|
/fs-extra@7.0.1:
|
||||||
resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==}
|
resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==}
|
||||||
@@ -2016,7 +2148,6 @@ packages:
|
|||||||
/mime-db@1.52.0:
|
/mime-db@1.52.0:
|
||||||
resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==, tarball: https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz}
|
resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==, tarball: https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz}
|
||||||
engines: {node: '>= 0.6'}
|
engines: {node: '>= 0.6'}
|
||||||
dev: false
|
|
||||||
|
|
||||||
/mime-match@1.0.2:
|
/mime-match@1.0.2:
|
||||||
resolution: {integrity: sha512-VXp/ugGDVh3eCLOBCiHZMYWQaTNUHv2IJrut+yXA6+JbLPXHglHwfS/5A5L0ll+jkCY7fIzRJcH6OIunF+c6Cg==}
|
resolution: {integrity: sha512-VXp/ugGDVh3eCLOBCiHZMYWQaTNUHv2IJrut+yXA6+JbLPXHglHwfS/5A5L0ll+jkCY7fIzRJcH6OIunF+c6Cg==}
|
||||||
@@ -2029,7 +2160,6 @@ packages:
|
|||||||
engines: {node: '>= 0.6'}
|
engines: {node: '>= 0.6'}
|
||||||
dependencies:
|
dependencies:
|
||||||
mime-db: 1.52.0
|
mime-db: 1.52.0
|
||||||
dev: false
|
|
||||||
|
|
||||||
/minimatch@9.0.3:
|
/minimatch@9.0.3:
|
||||||
resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==, tarball: https://registry.npmmirror.com/minimatch/-/minimatch-9.0.3.tgz}
|
resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==, tarball: https://registry.npmmirror.com/minimatch/-/minimatch-9.0.3.tgz}
|
||||||
@@ -2076,6 +2206,12 @@ packages:
|
|||||||
resolution: {integrity: sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==, tarball: https://registry.npmmirror.com/nprogress/-/nprogress-0.2.0.tgz}
|
resolution: {integrity: sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==, tarball: https://registry.npmmirror.com/nprogress/-/nprogress-0.2.0.tgz}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
/once@1.4.0:
|
||||||
|
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
|
||||||
|
dependencies:
|
||||||
|
wrappy: 1.0.2
|
||||||
|
dev: true
|
||||||
|
|
||||||
/path-browserify@1.0.1:
|
/path-browserify@1.0.1:
|
||||||
resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==, tarball: https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz}
|
resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==, tarball: https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz}
|
||||||
|
|
||||||
@@ -2084,7 +2220,7 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/picocolors@1.0.0:
|
/picocolors@1.0.0:
|
||||||
resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==, tarball: https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz}
|
resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
|
||||||
|
|
||||||
/picomatch@2.3.1:
|
/picomatch@2.3.1:
|
||||||
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==, tarball: https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz}
|
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==, tarball: https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz}
|
||||||
@@ -2142,7 +2278,6 @@ packages:
|
|||||||
|
|
||||||
/proxy-from-env@1.1.0:
|
/proxy-from-env@1.1.0:
|
||||||
resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==, tarball: https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz}
|
resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==, tarball: https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz}
|
||||||
dev: false
|
|
||||||
|
|
||||||
/punycode@2.3.1:
|
/punycode@2.3.1:
|
||||||
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
|
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
|
||||||
@@ -2347,6 +2482,10 @@ packages:
|
|||||||
/undici-types@5.26.5:
|
/undici-types@5.26.5:
|
||||||
resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==, tarball: https://registry.npmmirror.com/undici-types/-/undici-types-5.26.5.tgz}
|
resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==, tarball: https://registry.npmmirror.com/undici-types/-/undici-types-5.26.5.tgz}
|
||||||
|
|
||||||
|
/universal-user-agent@6.0.1:
|
||||||
|
resolution: {integrity: sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/universalify@0.1.2:
|
/universalify@0.1.2:
|
||||||
resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==}
|
resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==}
|
||||||
engines: {node: '>= 4.0.0'}
|
engines: {node: '>= 4.0.0'}
|
||||||
@@ -2419,6 +2558,21 @@ packages:
|
|||||||
- supports-color
|
- supports-color
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
/vite-plugin-mkcert@1.17.3(vite@5.0.10):
|
||||||
|
resolution: {integrity: sha512-C8iLz4Su4kEyJb1GdlGIMfKkYMqfH5qvhqVP1x/hrc+1mo9GOzqU88mevvP5epgoqawkhVpcQVQ+HTFXsRuC0g==}
|
||||||
|
engines: {node: '>=v16.7.0'}
|
||||||
|
peerDependencies:
|
||||||
|
vite: '>=3'
|
||||||
|
dependencies:
|
||||||
|
'@octokit/rest': 20.0.2
|
||||||
|
axios: 1.6.7(debug@4.3.4)
|
||||||
|
debug: 4.3.4
|
||||||
|
picocolors: 1.0.0
|
||||||
|
vite: 5.0.10(@types/node@20.10.5)(sass@1.69.5)
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
|
dev: true
|
||||||
|
|
||||||
/vite@5.0.10(@types/node@20.10.5)(sass@1.69.5):
|
/vite@5.0.10(@types/node@20.10.5)(sass@1.69.5):
|
||||||
resolution: {integrity: sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw==, tarball: https://registry.npmmirror.com/vite/-/vite-5.0.10.tgz}
|
resolution: {integrity: sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw==, tarball: https://registry.npmmirror.com/vite/-/vite-5.0.10.tgz}
|
||||||
engines: {node: ^18.0.0 || >=20.0.0}
|
engines: {node: ^18.0.0 || >=20.0.0}
|
||||||
@@ -2534,6 +2688,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-DXukZJxpHA8LuotRwL0pP1+rS6CS7FF2qStDDE1C7DDg2rLud2PXRMuEDYIPhgEezwnlHNL4c+N6MfMTjCGTng==}
|
resolution: {integrity: sha512-DXukZJxpHA8LuotRwL0pP1+rS6CS7FF2qStDDE1C7DDg2rLud2PXRMuEDYIPhgEezwnlHNL4c+N6MfMTjCGTng==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
/wrappy@1.0.2:
|
||||||
|
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/xe-utils@3.5.14:
|
/xe-utils@3.5.14:
|
||||||
resolution: {integrity: sha512-Xq6mS8dWwHBQsQUEBXcZYSaBV0KnNLoVWd0vRRDI3nKpbNxfs/LSCK0W21g1edLFnXYfKqg7hh5dakr3RtYY0A==}
|
resolution: {integrity: sha512-Xq6mS8dWwHBQsQUEBXcZYSaBV0KnNLoVWd0vRRDI3nKpbNxfs/LSCK0W21g1edLFnXYfKqg7hh5dakr3RtYY0A==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|||||||
BIN
public/map/0/0/0/tile.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
public/map/1/1/0/tile.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
public/map/10/848/424/tile.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
public/map/10/849/422/tile.png
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
public/map/10/849/423/tile.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
public/map/10/849/424/tile.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
public/map/10/849/425/tile.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
public/map/10/850/421/tile.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
public/map/10/850/422/tile.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
public/map/10/850/423/tile.png
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
public/map/10/850/424/tile.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
public/map/10/850/425/tile.png
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
public/map/10/851/421/tile.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
public/map/10/851/422/tile.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
public/map/10/851/423/tile.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
public/map/10/851/424/tile.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
public/map/10/851/425/tile.png
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
public/map/10/852/420/tile.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
public/map/10/852/421/tile.png
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
public/map/10/852/422/tile.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
public/map/10/852/423/tile.png
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
public/map/10/852/424/tile.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
public/map/10/853/420/tile.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
public/map/10/853/421/tile.png
Normal file
|
After Width: | Height: | Size: 70 KiB |
BIN
public/map/10/853/422/tile.png
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
public/map/10/853/423/tile.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
public/map/10/854/420/tile.png
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
public/map/10/854/421/tile.png
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
public/map/10/854/422/tile.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
public/map/10/855/421/tile.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
public/map/11/1697/848/tile.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
public/map/11/1697/849/tile.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
public/map/11/1698/847/tile.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/map/11/1698/848/tile.png
Normal file
|
After Width: | Height: | Size: 8.9 KiB |
BIN
public/map/11/1698/849/tile.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
public/map/11/1698/850/tile.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/map/11/1699/845/tile.png
Normal file
|
After Width: | Height: | Size: 9.4 KiB |
BIN
public/map/11/1699/846/tile.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
public/map/11/1699/847/tile.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/map/11/1699/848/tile.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
public/map/11/1699/849/tile.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
public/map/11/1699/850/tile.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
public/map/11/1700/842/tile.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
public/map/11/1700/843/tile.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
public/map/11/1700/844/tile.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
public/map/11/1700/845/tile.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
public/map/11/1700/846/tile.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/map/11/1700/847/tile.png
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
public/map/11/1700/848/tile.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
public/map/11/1700/849/tile.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
public/map/11/1700/850/tile.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
public/map/11/1701/842/tile.png
Normal file
|
After Width: | Height: | Size: 8.6 KiB |
BIN
public/map/11/1701/843/tile.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
public/map/11/1701/844/tile.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/map/11/1701/845/tile.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/map/11/1701/846/tile.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
public/map/11/1701/847/tile.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
public/map/11/1701/848/tile.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
public/map/11/1701/849/tile.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
public/map/11/1701/850/tile.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
public/map/11/1702/842/tile.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/map/11/1702/843/tile.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
public/map/11/1702/844/tile.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
public/map/11/1702/845/tile.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
public/map/11/1702/846/tile.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
public/map/11/1702/847/tile.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
public/map/11/1702/848/tile.png
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
public/map/11/1702/849/tile.png
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
public/map/11/1702/850/tile.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
public/map/11/1703/842/tile.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
public/map/11/1703/843/tile.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
public/map/11/1703/844/tile.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
public/map/11/1703/845/tile.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
public/map/11/1703/846/tile.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
public/map/11/1703/847/tile.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
public/map/11/1703/848/tile.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
public/map/11/1703/849/tile.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/map/11/1704/841/tile.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
public/map/11/1704/842/tile.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
public/map/11/1704/843/tile.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
public/map/11/1704/844/tile.png
Normal file
|
After Width: | Height: | Size: 9.4 KiB |
BIN
public/map/11/1704/845/tile.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
public/map/11/1704/846/tile.png
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
public/map/11/1704/847/tile.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
public/map/11/1704/848/tile.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
public/map/11/1704/849/tile.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
public/map/11/1705/841/tile.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
public/map/11/1705/842/tile.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
public/map/11/1705/843/tile.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
public/map/11/1705/844/tile.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
public/map/11/1705/845/tile.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
public/map/11/1705/846/tile.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
public/map/11/1705/847/tile.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
public/map/11/1705/848/tile.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
public/map/11/1706/841/tile.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
public/map/11/1706/842/tile.png
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
public/map/11/1706/843/tile.png
Normal file
|
After Width: | Height: | Size: 47 KiB |
BIN
public/map/11/1706/844/tile.png
Normal file
|
After Width: | Height: | Size: 50 KiB |