5 changed files with 122 additions and 28 deletions
@ -30,6 +30,7 @@ specifiers: |
|||
postcss: ^8.4.17 |
|||
prettier: ^2.7.1 |
|||
prettier-plugin-tailwindcss: ^0.1.13 |
|||
pretty-ms: ^8.0.0 |
|||
react: ^18.2.0 |
|||
react-dom: ^18.2.0 |
|||
react-hook-form: ^7.37.0 |
|||
@ -65,6 +66,7 @@ dependencies: |
|||
immer: 9.0.15 |
|||
mapbox-gl: /empty-npm-package/1.0.0 |
|||
maplibre-gl: 2.4.0 |
|||
pretty-ms: 8.0.0 |
|||
react: 18.2.0 |
|||
react-dom: 18.2[email protected] |
|||
react-hook-form: 7.37[email protected] |
|||
@ -3150,6 +3152,11 @@ packages: |
|||
lines-and-columns: 1.2.4 |
|||
dev: true |
|||
|
|||
/parse-ms/3.0.0: |
|||
resolution: {integrity: sha512-Tpb8Z7r7XbbtBTrM9UhpkzzaMrqA2VXMT3YChzYltwV3P3pM6t8wl7TvpMnSTosz1aQAdVib7kdoys7vYOPerw==} |
|||
engines: {node: '>=12'} |
|||
dev: false |
|||
|
|||
/path-exists/4.0.0: |
|||
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} |
|||
engines: {node: '>=8'} |
|||
@ -3287,6 +3294,13 @@ packages: |
|||
engines: {node: '>=10.13.0'} |
|||
hasBin: true |
|||
|
|||
/pretty-ms/8.0.0: |
|||
resolution: {integrity: sha512-ASJqOugUF1bbzI35STMBUpZqdfYKlJugy6JBziGi2EE+AL5JPJGSzvpeVXojxrr0ViUYoToUjb5kjSEGf7Y83Q==} |
|||
engines: {node: '>=14.16'} |
|||
dependencies: |
|||
parse-ms: 3.0.0 |
|||
dev: false |
|||
|
|||
/process-nextick-args/2.0.1: |
|||
resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} |
|||
dev: true |
|||
|
|||
Loading…
Reference in new issue