2024-03-09 23:07:09 +01:00
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"private": true,
|
2024-04-10 19:06:26 +02:00
|
|
|
"version": "2.0.2",
|
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-04-21 17:58:51 +02:00
|
|
|
"dependencies": {
|
|
|
|
"@radix-ui/react-switch": "^1.0.3"
|
|
|
|
},
|
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",
|
2024-04-16 19:11:16 +02:00
|
|
|
"@types/react": "^18.2.79",
|
2024-04-13 10:33:00 +02:00
|
|
|
"@types/react-dom": "^18.2.25",
|
2024-04-16 19:11:16 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.7.0",
|
|
|
|
"@typescript-eslint/parser": "^7.7.0",
|
2024-03-09 23:07:09 +01:00
|
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
2024-04-08 19:54:09 +02:00
|
|
|
"eslint": "^9.0.0",
|
2024-03-09 23:07:09 +01:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
2024-04-21 17:58:51 +02:00
|
|
|
"i18next": "^23.11.2",
|
|
|
|
"i18next-browser-languagedetector": "^7.2.1",
|
|
|
|
"lucide-react": "^0.372.0",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"react-hook-form": "^7.51.3",
|
|
|
|
"react-i18next": "^14.1.0",
|
|
|
|
"react-router-dom": "^6.22.3",
|
2024-03-23 07:41:48 +01:00
|
|
|
"socket.io-client": "^4.7.5",
|
2024-04-10 19:39:16 +02:00
|
|
|
"typescript": "^5.4.5",
|
2024-04-16 19:11:16 +02:00
|
|
|
"vite": "^5.2.9",
|
2024-04-19 19:12:21 +02:00
|
|
|
"vite-plugin-static-copy": "^1.0.3",
|
2024-04-21 17:58:51 +02:00
|
|
|
"vite-plugin-svgr": "^4.2.0",
|
|
|
|
"zustand": "^4.5.2"
|
2024-03-09 23:07:09 +01:00
|
|
|
}
|
|
|
|
}
|