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.
29 lines
732 B
JSON
29 lines
732 B
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",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"astro": "^4.15.6",
|
|
"express": "^4.21.0",
|
|
"node-pty": "^1.0.0",
|
|
"preact": "^10.24.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"
|
|
}
|
|
}
|