This repository was archived by the owner on Jan 8, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.69 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.69 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
{
"name": "glasgow-web",
"version": "0.0.0",
"description": "Glasgow Interface Explorer for the Web platform",
"author": "Catherine <whitequark@whitequark.org>",
"license": "BSD-0-Clause OR Apache-2",
"homepage": "https://glasgow-embedded.org",
"repository": {
"type": "git",
"url": "git+https://github.com/GlasgowEmbedded/glasgow-webusb.git"
},
"bugs": {
"url": "https://github.com/GlasgowEmbedded/glasgow/issues"
},
"scripts": {
"build": "node --experimental-strip-types build.mts build",
"minify": "node --experimental-strip-types build.mts minify",
"watch": "node --experimental-strip-types build.mts watch",
"serve": "node --experimental-strip-types build.mts serve",
"check": "tsc --project src/tsconfig.json && tsc --project src/builder/tsconfig.json && eslint --fix"
},
"dependencies": {
"@chialab/esbuild-plugin-html": "^0.19.0",
"@chialab/esbuild-plugin-meta-url": "^0.19.0",
"@floating-ui/dom": "^1.7.3",
"@types/lodash": "^4.17.20",
"@types/node": "^24.3.0",
"@types/w3c-web-usb": "^1.0.10",
"@types/wicg-file-system-access": "^2023.10.6",
"@vscode/codicons": "^0.0.38",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"@yowasp/nextpnr-ice40": "release",
"@yowasp/runtime": "^11.0.69",
"@yowasp/yosys": "release",
"esbuild": "^0.25.8",
"eslint": "^9.31.0",
"lodash": "^4.17.21",
"solid-js": "^1.9.10",
"typescript-eslint": "^8.37.0",
"xterm-pty": "^0.11.1"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@chialab/esbuild-rna": "^0.19.0",
"@types/babel__core": "^7.20.5",
"babel-preset-solid": "^1.9.10"
}
}