Add map welcom page

This commit is contained in:
2026-04-09 23:55:32 +02:00
parent 71abfc3488
commit d71077d033
7 changed files with 62 additions and 4 deletions

View File

@@ -8,14 +8,18 @@
"watch": "gulp watch"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"classic-level": "^1.4.1",
"gulp": "^4.0.2",
"gulp-less": "^5.0.0",
"less": "^4.2.0",
"autoprefixer": "^10.4.20",
"gulp-postcss": "^9.0.1",
"less": "^4.2.0",
"postcss": "^8.4.49"
},
"keywords": ["foundry-vtt", "oath-hammer"],
"keywords": [
"foundry-vtt",
"oath-hammer"
],
"author": "",
"license": "ISC"
}