copied new version

This commit is contained in:
Mishalabdullah
2024-05-03 11:10:14 +05:30
parent 80e9e7e6cb
commit ff0cd83613
49 changed files with 300 additions and 644 deletions

22
onix-gui/GUI/package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "onix-gui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"child_process": "^1.0.2",
"next": "14.1.4",
"react": "^18",
"react-dom": "^18",
"react-toastify": "^10.0.5"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.1.4"
}
}