2024-03-09 23:07:09 +01:00
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"private": true,
|
2024-07-07 20:53:01 +02:00
|
|
|
"version": "2.1.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",
|
2024-05-18 11:22:13 +02:00
|
|
|
"build-copy": "tsc && vite build --outDir ../src/templates/admin --emptyOutDir",
|
2024-03-09 23:07:09 +01:00
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
2024-04-21 17:58:51 +02:00
|
|
|
"dependencies": {
|
2024-06-23 14:33:35 +02:00
|
|
|
"@radix-ui/react-switch": "^1.1.0"
|
2024-04-21 17:58:51 +02:00
|
|
|
},
|
2024-03-15 21:43:47 +01:00
|
|
|
"devDependencies": {
|
2024-06-23 11:43:37 +02:00
|
|
|
"@radix-ui/react-dialog": "^1.1.1",
|
|
|
|
"@radix-ui/react-toast": "^1.2.1",
|
2024-05-14 21:28:10 +02:00
|
|
|
"@types/react": "^18.3.2",
|
2024-04-13 10:33:00 +02:00
|
|
|
"@types/react-dom": "^18.2.25",
|
2024-07-10 09:22:14 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
|
|
|
"@typescript-eslint/parser": "^7.16.0",
|
2024-03-09 23:07:09 +01:00
|
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
2024-07-16 15:58:12 +02:00
|
|
|
"eslint": "^9.7.0",
|
2024-03-09 23:07:09 +01:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2024-07-10 20:22:48 +02:00
|
|
|
"eslint-plugin-react-refresh": "^0.4.8",
|
2024-07-16 15:58:12 +02:00
|
|
|
"i18next": "^23.12.1",
|
2024-05-14 21:28:10 +02:00
|
|
|
"i18next-browser-languagedetector": "^8.0.0",
|
2024-07-13 10:03:42 +02:00
|
|
|
"lucide-react": "^0.408.0",
|
2024-04-21 17:58:51 +02:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2024-07-02 21:35:09 +02:00
|
|
|
"react-hook-form": "^7.52.1",
|
2024-04-21 17:58:51 +02:00
|
|
|
"react-i18next": "^14.1.0",
|
2024-07-03 18:40:35 +02:00
|
|
|
"react-router-dom": "^6.24.1",
|
2024-03-23 07:41:48 +01:00
|
|
|
"socket.io-client": "^4.7.5",
|
2024-07-02 21:35:09 +02:00
|
|
|
"typescript": "^5.5.3",
|
2024-07-03 18:40:35 +02:00
|
|
|
"vite": "^5.3.3",
|
2024-07-02 21:35:09 +02:00
|
|
|
"vite-plugin-static-copy": "^1.0.6",
|
2024-04-21 17:58:51 +02:00
|
|
|
"vite-plugin-svgr": "^4.2.0",
|
2024-06-29 20:48:13 +02:00
|
|
|
"zustand": "^4.5.4"
|
2024-03-09 23:07:09 +01:00
|
|
|
}
|
|
|
|
}
|