Dateien nach "/" hochladen

This commit is contained in:
kai
2024-10-25 15:56:50 +02:00
parent 03b7e5c21a
commit 52079607fd
5 changed files with 24181 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "workadventure-map-starter-kit",
"version": "3.3.18",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "tsc && vite build",
"prod": "vite preview",
"upload": "npm run build && upload-wa-map",
"upload-only": "upload-wa-map"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@workadventure/iframe-api-typings": "^1.20.00",
"@workadventure/upload-maps": "^1.6.11",
"dotenv": "^16.3.1",
"typescript": "^4.9.5",
"vite": "^4.5.3",
"wa-map-optimizer-vite": "^1.1.29"
},
"dependencies": {
"@workadventure/scripting-api-extra": "^1.8.1"
}
}