This commit is contained in:
Sotig
2026-05-29 21:16:10 +03:00
parent 778380dc35
commit 0c40983293
35 changed files with 4905 additions and 1 deletions

29
ui/package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@react-router/node": "7.16.0",
"@react-router/serve": "7.16.0",
"isbot": "^5.1.36",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-router": "7.16.0"
},
"devDependencies": {
"@react-router/dev": "7.16.0",
"@tailwindcss/vite": "^4.2.2",
"@types/node": "^22",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"vite": "^8.0.3"
}
}