Initial commit; Added xterm window & go backend
This commit is contained in:
18
frontend/package.json
Normal file
18
frontend/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "frontend",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": " tsc && vite build --watch",
|
||||
"build": "tsc && vite build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^4.9.3",
|
||||
"vite": "^4.1.0",
|
||||
"vite-plugin-singlefile": "^0.13.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"xterm": "^5.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user