2024-03-09 23:07:09 +01:00
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"private": true,
|
2024-03-17 22:02:49 +01:00
|
|
|
"version": "2.0.1",
|
2024-03-09 23:07:09 +01:00
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
2024-03-17 12:21:32 +01:00
|
|
|
"dependencies": {},
|
2024-03-15 21:43:47 +01:00
|
|
|
"devDependencies": {
|
2024-03-09 23:07:09 +01:00
|
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
|
|
"@radix-ui/react-toast": "^1.1.5",
|
|
|
|
"i18next": "^23.10.1",
|
|
|
|
"i18next-browser-languagedetector": "^7.2.0",
|
2024-03-23 07:42:03 +01:00
|
|
|
"lucide-react": "^0.363.0",
|
2024-03-09 23:07:09 +01:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2024-03-23 07:42:16 +01:00
|
|
|
"react-hook-form": "^7.51.1",
|
2024-03-09 23:07:09 +01:00
|
|
|
"react-i18next": "^14.1.0",
|
|
|
|
"react-router-dom": "^6.22.3",
|
2024-03-15 21:43:47 +01:00
|
|
|
"zustand": "^4.5.2",
|
2024-03-25 14:54:37 +01:00
|
|
|
"@types/react": "^18.2.70",
|
2024-03-23 07:47:10 +01:00
|
|
|
"@types/react-dom": "^18.2.22",
|
2024-03-23 07:41:56 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.3.1",
|
2024-03-23 07:43:14 +01:00
|
|
|
"@typescript-eslint/parser": "^7.3.1",
|
2024-03-09 23:07:09 +01:00
|
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
|
|
"eslint": "^8.56.0",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
2024-03-23 07:41:48 +01:00
|
|
|
"socket.io-client": "^4.7.5",
|
2024-03-23 07:49:22 +01:00
|
|
|
"typescript": "^5.4.3",
|
2024-03-25 14:54:37 +01:00
|
|
|
"vite": "^5.2.6",
|
2024-03-25 17:41:36 +01:00
|
|
|
"vite-plugin-static-copy": "^1.0.2",
|
2024-03-09 23:07:09 +01:00
|
|
|
"vite-plugin-svgr": "^4.2.0"
|
|
|
|
}
|
|
|
|
}
|