forked from OoTMM/OoTMM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 972 Bytes
/
package.json
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
{
"name": "root",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"start:core": "nx run @ootmm/core:start",
"start:core:debug": "nx run @ootmm/core:start:debug",
"build": "nx run @ootmm/gui:build",
"test": "nx run-many --output-style=stream-without-prefix --target=test",
"serve": "nx run-many -t serve",
"typecheck": "tsc --module es2020 --jsx react --noEmit"
},
"dependencies": {
"jszip": "^3.10.1",
"pako": "^2.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"glob": "^10.3.10",
"@nrwl/jest": "^17.2.8",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.202",
"@types/microtime": "^2.1.2",
"@types/node": "^20.10.6",
"@types/pako": "^2.0.3",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"microtime": "^3.1.1",
"nx": "^17.2.8",
"ts-jest": "^29.1.1",
"tslib": "^2.6.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"yaml": "^2.3.4"
}
}