You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

37 lines
1.1 KiB
JSON

{
"name": "repl-clone",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "run-p dev:*",
"dev:astro": "astro dev",
"dev:server": "node ./server/server.js",
"build:astro": "astro build"
},
"dependencies": {
"@astrojs/node": "^8.3.3",
"@astrojs/preact": "^3.5.3",
"@fontsource-variable/fira-code": "^5.1.0",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource-variable/material-symbols-outlined": "^5.1.0",
"@uiw/codemirror-theme-github": "^4.23.2",
"@uiw/react-codemirror": "^4.23.2",
"@uiw/react-monacoeditor": "^3.6.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"astro": "^4.15.6",
"codemirror": "^5.65.17",
"express": "^4.21.0",
"node-pty": "^1.0.0",
"preact": "^10.24.0",
"signal-exit": "^4.1.0",
"ws": "^8.18.0",
"xterm-theme": "^1.1.0"
},
"devDependencies": {
"@types/bun": "^1.1.9",
"@types/express": "^4.17.21",
"npm-run-all": "^4.1.5"
}
}