mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "fantasy-map-generator",
|
|
"version": "1.88.00",
|
|
"description": "Web application generating interactive and highly customizable maps",
|
|
"author": "Azgaar",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
"@rollup/plugin-replace": "^4.0.0",
|
|
"@types/d3": "^5.9.0",
|
|
"@types/d3-array": "^3.0.3",
|
|
"@types/delaunator": "^5.0.0",
|
|
"@types/jquery": "^3.5.14",
|
|
"@types/jqueryui": "^1.12.16",
|
|
"@types/polylabel": "^1.0.5",
|
|
"c8": "^7.12.0",
|
|
"happy-dom": "^6.0.4",
|
|
"rollup": "^2.75.7",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"rollup-plugin-visualizer": "^5.6.0",
|
|
"typescript": "^4.7.4",
|
|
"vite": "^3.0.2",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vitest": "^0.18.1",
|
|
"workbox-cacheable-response": "^6.5.3",
|
|
"workbox-expiration": "^6.5.3",
|
|
"workbox-routing": "^6.5.3",
|
|
"workbox-strategies": "^6.5.3"
|
|
},
|
|
"dependencies": {
|
|
"d3": "5.8.0",
|
|
"d3-array": "^3.2.0",
|
|
"delaunator": "^5.0.0",
|
|
"flatqueue": "^2.0.3",
|
|
"lineclip": "^1.1.5",
|
|
"polylabel": "^1.1.0",
|
|
"rgbquant": "^1.1.2"
|
|
}
|
|
}
|