This commit is contained in:
Mikan
2026-06-20 19:13:05 +03:00
parent 32575e217e
commit 8514c63ec6
193 changed files with 22105 additions and 11660 deletions

View File

@@ -1,38 +1,44 @@
{
"name": "ai-rpg-frontend",
"version": "0.1.0",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 5173",
"build": "tsc -b && vite build",
"preview": "vite preview --host 0.0.0.0 --port 8080",
"lint": "eslint . --ext ts,tsx"
"preview": "vite preview --host 0.0.0.0 --port 5173",
"lint": "eslint src --ext ts,tsx --max-warnings 0",
"typecheck": "tsc --noEmit",
"test": "vitest run"
},
"dependencies": {
"@microsoft/fetch-event-source": "^2.0.1",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
"lucide-react": "^0.445.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.2",
"react-router-dom": "^6.26.2",
"react-markdown": "^9.0.1",
"tailwind-merge": "^2.5.2",
"zustand": "^4.5.5"
"react-router-dom": "^6.23.1",
"zustand": "^4.5.2",
"react-i18next": "^14.1.2",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"clsx": "^2.1.1",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.8"
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"eslint": "^8.57.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"vitest": "^1.6.0",
"@testing-library/react": "^15.0.7",
"@testing-library/jest-dom": "^6.4.5",
"jsdom": "^24.1.0"
}
}