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.
46 lines
1.4 KiB
JSON
46 lines
1.4 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",
|
|
"@fontsource/jetbrains-mono": "^5.1.0",
|
|
"@libsql/client": "^0.14.0",
|
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
"@preact/signals": "^1.3.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",
|
|
"bowser": "^2.11.0",
|
|
"clsx": "^2.1.1",
|
|
"codemirror": "^5.65.17",
|
|
"drizzle-orm": "^0.33.0",
|
|
"express": "^4.21.0",
|
|
"nanoid": "^5.0.7",
|
|
"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",
|
|
"drizzle-kit": "^0.24.2",
|
|
"npm-run-all": "^4.1.5"
|
|
}
|
|
}
|