-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1013 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1013 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "workadventure-map-starter-kit",
"version": "3.3.11",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "tsc && vite build",
"prod": "vite preview",
"format": "npx prettier --write ."
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/react": "^18.3.1",
"@workadventure/iframe-api-typings": "^1.17.1",
"dotenv": "^16.4.5",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"typescript": "^4.9.5",
"vite": "^4.3.9",
"wa-map-optimizer-vite": "^1.1.28"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@choc-ui/chakra-autocomplete": "^5.4.0",
"@nikolovlazar/chakra-ui-prose": "^1.2.1",
"@workadventure/quests": "^1.1.6",
"@workadventure/scripting-api-extra": "^1.4.8",
"axios": "^1.6.8",
"react": "^18.3.1"
}
}