generated from workadventure/map-starter-kit
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 662 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.26.5",
"@workadventure/upload-maps": "^1.6.11",
"dotenv": "^16.3.1",
"typescript": "^4.9.5",
"vite": "^4.5.3",
"wa-map-optimizer-vite": "^1.1.31"
},
"dependencies": {
"@workadventure/scripting-api-extra": "^1.9.10"
}
}