-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 900 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 900 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
32
33
34
35
36
37
38
39
40
{
"name": "web",
"version": "1.0.0",
"description": "",
"type": "module",
"license": "ISC",
"packageManager": "[email protected]",
"targets": {
"client": {
"distDir": "out",
"source": [
"client/index.ts",
"client/critical.css"
]
}
},
"dependencies": {
"@gleam-lang/highlight.js-gleam": "^1.5.0",
"@types/node": "^26.0.1",
"@webgpu/types": "^0.1.71",
"concurrently": "^10.0.3",
"dom-serializer": "^3.1.1",
"domhandler": "^6.0.1",
"fast-glob": "^3.3.3",
"glsl-canvas-js": "^0.2.9",
"highlight.js": "^11.11.1",
"htmlparser2": "^12.0.0",
"js-yaml": "^4.2.0",
"marked": "^18.0.5",
"marked-katex-extension": "^5.1.10",
"parcel": "^2.16.4",
"prettier": "^3.9.4",
"serve": "^14.2.6",
"sharp": "^0.35.2",
"shiki": "^4.3.1"
},
"devDependencies": {
"typescript": "^7.0.2"
}
}