forked from workadventure/workadventure
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (60 loc) · 1.33 KB
/
package.json
File metadata and controls
61 lines (60 loc) · 1.33 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "workadventure",
"private": true,
"devDependencies": {
"husky": "^7.0.1",
"typescript": "5.8.3"
},
"scripts": {
"prepare": "husky install || echo 'Husky not found. Maybe you are installing only a subproject.'",
"generate-env-docs": "npm run generate --workspace=contrib/tools/generate-env-docs",
"check-env-docs": "npm run check --workspace=contrib/tools/generate-env-docs"
},
"workspaces": [
"play",
"back",
"map-storage",
"libs/*",
"benchmark",
"uploader",
"play/packages/iframe-api-typings",
"tests",
"contrib/tools/generate-env-docs"
],
"overrides": {
"typescript": "5.8.3",
"@smarttools/eslint-plugin-rxjs": {
"typescript": "5.8.3"
},
"ts-jest": {
"typescript": "5.8.3"
},
"ts-node": {
"typescript": "5.8.3"
},
"ts-loader": {
"typescript": "5.8.3"
},
"svelte-preprocess": {
"typescript": "5.8.3"
},
"svelte-check": {
"typescript": "5.8.3"
},
"typesafe-i18n": {
"typescript": "5.8.3"
},
"ts-essentials": {
"typescript": "5.8.3"
},
"@antfu/install-pkg": "0.3.3",
"package-manager-detector": "1.1.0",
"unplugin-icons": {
".": "0.19.0",
"@iconify/utils": {
".": "2.1.24",
"@antfu/install-pkg": "0.1.1"
}
}
}
}