Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"preview": "deno run -A --node-modules-dir npm:vite preview",
"serve": "deno run --allow-net --allow-read jsr:@std/http@1/file-server dist/"
},
"permissions": {
"net": true,
"read": true,
"write": true
},
"compilerOptions": {
"lib": ["ES2020", "DOM", "DOM.Iterable", "deno.ns"],
"jsx": "react-jsx",
Expand All @@ -23,6 +28,15 @@
"react-router-dom": "npm:react-router-dom@^6.28.0",
"react-syntax-highlighter": "npm:react-syntax-highlighter@^15.6.1",
"tailwindcss": "npm:tailwindcss@^3.4.14",
"vite": "npm:vite@^5.4.9"
"vite": "npm:vite@^5.4.9",
"@uiw/react-codemirror": "npm:@uiw/react-codemirror@latest",
"@codemirror/lang-javascript": "npm:@codemirror/lang-javascript@latest",
"@codemirror/lang-python": "npm:@codemirror/lang-python@latest",
"@codemirror/lang-cpp": "npm:@codemirror/lang-cpp@latest",
"@codemirror/lang-java": "npm:@codemirror/lang-java@latest",
"@codemirror/lang-rust": "npm:@codemirror/lang-rust@latest",
"@codemirror/lang-go": "npm:@codemirror/lang-go@latest",
"@codemirror/lang-sql": "npm:@codemirror/lang-sql@latest",
"@uiw/codemirror-theme-github": "npm:@uiw/codemirror-theme-github@latest"
}
}
282 changes: 282 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading