2023-01-01 17:26:21 -06:00
|
|
|
{
|
|
|
|
|
"dependencies": {
|
2024-04-30 21:13:23 -05:00
|
|
|
"@codemirror/commands": "^6.5.0",
|
|
|
|
|
"@codemirror/language": "^6.10.1",
|
|
|
|
|
"@codemirror/view": "^6.26.3",
|
2024-04-28 01:39:29 -05:00
|
|
|
"cm6-theme-gruvbox-dark": "^0.2.0",
|
|
|
|
|
"codemirror": "^6.0.1",
|
2023-01-01 17:26:21 -06:00
|
|
|
"esbuild": "^0.16.12",
|
2023-01-26 15:14:37 -06:00
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0",
|
2023-01-01 17:26:21 -06:00
|
|
|
"xterm": "^5.0.0",
|
|
|
|
|
"xterm-readline": "^1.1.1"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"bundle": "node esbuild.js"
|
|
|
|
|
}
|
|
|
|
|
}
|