-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 878 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 878 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
{
"name": "node-worker-test",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -p tsconfig.json && tsc -p tsconfig.scripts.json && vite build",
"preview": "vite preview",
"template": "node ./scripts/build-template.ts",
"prebuild": "node ./scripts/build-template.ts",
"deploy:webdav": "./scripts/deploy-webdav.sh",
"link:node-worker": "./scripts/link-node-worker.sh"
},
"devDependencies": {
"@types/node": "^25.9.1",
"@types/semver": "^7.7.1",
"typescript": "~5.9.3",
"vite": "^8.0.3"
},
"dependencies": {
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"just-bash": "3.2.0",
"modern-tar": "^0.7.6",
"monaco-editor": "^0.55.1",
"node-worker": "link:../node-worker",
"semver": "^7.8.1"
}
}