45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "ai-rpg-frontend",
|
|
"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 5173",
|
|
"lint": "eslint src --ext ts,tsx --max-warnings 0",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"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/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@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"
|
|
}
|
|
}
|