-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.32 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.32 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
{
"name": "frontend",
"version": "1.0.16",
"description": "",
"private": true,
"type": "module",
"scripts": {
"build": "tsc -b && yarn vite build",
"start": "yarn vite --port 8080"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@codecov/vite-plugin": "^1.9.1",
"@furystack/rest": "^8.0.37",
"@types/marked": "^6.0.0",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"dependencies": {
"@furystack/cache": "^6.0.0",
"@furystack/core": "^15.1.0",
"@furystack/entity-sync": "^0.1.1",
"@furystack/entity-sync-client": "^0.1.1",
"@furystack/inject": "^12.0.30",
"@furystack/logging": "^8.0.30",
"@furystack/rest-client-fetch": "^8.0.37",
"@furystack/shades": "^12.1.0",
"@furystack/shades-common-components": "^12.2.0",
"@furystack/shades-lottie": "^8.0.2",
"@furystack/utils": "^8.1.10",
"@types/node": "^25.3.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-search": "^0.16.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"common": "workspace:^",
"marked": "^17.0.3",
"media-chrome": "^4.17.2",
"monaco-editor": "^0.55.1",
"ollama": "^0.6.3",
"path-to-regexp": "^8.3.0",
"semaphore-async-await": "^1.5.1",
"video.js": "8.23.8"
}
}