kakao-maps 라이브러리 추가

This commit is contained in:
yoon 2025-02-24 14:54:58 +09:00
parent 447d380753
commit b4bde43133
2 changed files with 19 additions and 2 deletions

18
package-lock.json generated
View File

@ -30,7 +30,8 @@
"vite-plugin-mkcert": "^1.17.6",
"vue": "^3.5.13",
"vue-flatpickr-component": "^11.0.5",
"vue-router": "^4.4.5"
"vue-router": "^4.4.5",
"vue3-kakao-maps": "^2.3.10"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
@ -2544,6 +2545,12 @@
"graceful-fs": "^4.1.6"
}
},
"node_modules/kakao.maps.d.ts": {
"version": "0.1.40",
"resolved": "https://registry.npmjs.org/kakao.maps.d.ts/-/kakao.maps.d.ts-0.1.40.tgz",
"integrity": "sha512-nX69MB1ok04epe3OqS+/tEeWBbU31GSQbvDPJmQRRltzzqn6t4jBsO5v1nzalUjCKzwcH2CptOc767NZ7Hbu3g==",
"license": "MIT"
},
"node_modules/keyv": {
"version": "4.5.4",
"dev": true,
@ -4142,6 +4149,15 @@
"version": "6.6.4",
"license": "MIT"
},
"node_modules/vue3-kakao-maps": {
"version": "2.3.10",
"resolved": "https://registry.npmjs.org/vue3-kakao-maps/-/vue3-kakao-maps-2.3.10.tgz",
"integrity": "sha512-vzzxvdw1ZtyID4clA/LFg++Qf1uTq49ksnL3ejqbp/rB+WVRrulSQ0ja+L929VFehbQY628lJPsp9KwxC6VrNA==",
"license": "MIT",
"dependencies": {
"kakao.maps.d.ts": "^0.1.39"
}
},
"node_modules/which": {
"version": "2.0.2",
"dev": true,

View File

@ -33,7 +33,8 @@
"vite-plugin-mkcert": "^1.17.6",
"vue": "^3.5.13",
"vue-flatpickr-component": "^11.0.5",
"vue-router": "^4.4.5"
"vue-router": "^4.4.5",
"vue3-kakao-maps": "^2.3.10"
},
"devDependencies": {
"@eslint/js": "^9.14.0",