-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.33 KB
/
package.json
File metadata and controls
38 lines (38 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
{
"name": "xcpc-tools-workspace",
"packageManager": "yarn@4.12.0",
"private": true,
"workspaces": [
"packages/*",
"packages/machine-setup/frontend"
],
"scripts": {
"dev:client": "node -r ./register.js packages/server/index.ts --client --debug",
"dev:server": "node -r ./register.js packages/server/index.ts --debug",
"lint": "eslint packages --ext js,ts,tsx,jsx",
"build": "yarn build:ui && node -r ./register.js build.ts",
"build:server": "node -r ./register.js build.ts",
"build:pkg": "yarn build:ui && node -r ./register.js build.ts && pkg dist/xcpc-tools.js --targets linux,macos,win --out-path dist/pkg"
},
"devDependencies": {
"@expo-google-fonts/noto-sans-sc": "^0.4.2",
"@hydrooj/eslint-config": "^2.0.3",
"@hydrooj/register": "^1.0.4",
"@hydrooj/utils": "^1.5.1",
"@neutralinojs/neu": "^11.6.0",
"@types/lodash": "^4.17.21",
"@types/node": "^20.19.25",
"@yao-pkg/pkg": "^6.10.1",
"chardet": "^2.1.1",
"dejavu-fonts-ttf": "^2.37.3",
"eslint": "^9.39.1",
"eslint-import-resolver-typescript": "^4.4.4",
"iconv-lite": "^0.6.3",
"lodash": "^4.17.21",
"postject": "^1.0.0-alpha.6",
"typescript": "5.8.3"
},
"resolutions": {
"http-proxy@npm:^1.18.1": "patch:http-proxy@npm%3A1.18.1#~/.yarn/patches/http-proxy-npm-1.18.1-a313c479c5.patch"
}
}