47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "maplibre_map_poc",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build",
|
|
"lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore",
|
|
"lint:eslint": "eslint . --fix",
|
|
"lint": "run-s lint:*",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@indoorequal/vue-maplibre-gl": "8.4.1",
|
|
"maplibre-gl": "5.6.2",
|
|
"pinia": "3.0.3",
|
|
"vue": "3.5.18"
|
|
},
|
|
"devDependencies": {
|
|
"@prettier/plugin-oxc": "0.0.4",
|
|
"@tsconfig/node22": "22.0.2",
|
|
"@types/maplibre-gl": "^1.14.0",
|
|
"@types/node": "24.2.1",
|
|
"@vitejs/plugin-vue": "6.0.1",
|
|
"@vue/eslint-config-prettier": "10.2.0",
|
|
"@vue/eslint-config-typescript": "14.6.0",
|
|
"@vue/tsconfig": "0.7.0",
|
|
"eslint": "9.33.0",
|
|
"eslint-plugin-oxlint": "1.11.1",
|
|
"eslint-plugin-vue": "10.4.0",
|
|
"jiti": "2.5.1",
|
|
"npm-run-all2": "8.0.4",
|
|
"oxlint": "1.11.1",
|
|
"prettier": "3.6.2",
|
|
"typescript": "5.9.2",
|
|
"vite": "npm:rolldown-vite@latest",
|
|
"vite-plugin-vue-devtools": "8.0.0",
|
|
"vue-tsc": "3.0.5"
|
|
}
|
|
} |