-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 801 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 801 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
{
"name": "github-md",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "wrangler dev --local",
"publish": "wrangler publish",
"lint": "biome check .",
"typecheck": "tsc -b"
},
"dependencies": {
"@types/markdown-it": "^13.0.2",
"front-matter": "^4.0.2",
"highlight.js": "^11.9.0",
"marked": "^4.0.15",
"node-emoji": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanitize-html": "^2.11.0",
"toucan-js": "^3.3.0"
},
"devDependencies": {
"@biomejs/biome": "^1.2.2",
"@cloudflare/workers-types": "^4.20240320.1",
"@types/marked": "^4.0.3",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/sanitize-html": "^2.9.2",
"typescript": "^5.2.2",
"wrangler": "^3.41.0"
}
}