19 lines
316 B
JSON
19 lines
316 B
JSON
{
|
|
"name": "workspace",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vite"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"maplibre": "^0.0.1-security",
|
|
"maplibre-gl": "^5.21.1",
|
|
"vite": "^8.0.3"
|
|
}
|
|
}
|