|
1 | 1 | {
|
2 | 2 | "name": "admin",
|
3 | 3 | "private": true,
|
4 |
| - "version": "2.0.3", |
| 4 | + "version": "2.1.0", |
5 | 5 | "type": "module",
|
6 | 6 | "scripts": {
|
7 | 7 | "dev": "vite",
|
8 | 8 | "build": "tsc && vite build",
|
9 | 9 | "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
| 10 | + "build-copy": "tsc && vite build --outDir ../src/templates/admin --emptyOutDir", |
10 | 11 | "preview": "vite preview"
|
11 | 12 | },
|
12 | 13 | "dependencies": {
|
|
15 | 16 | "devDependencies": {
|
16 | 17 | "@radix-ui/react-dialog": "^1.0.5",
|
17 | 18 | "@radix-ui/react-toast": "^1.1.5",
|
18 |
| - "@types/react": "^18.2.79", |
| 19 | + "@types/react": "^18.3.2", |
19 | 20 | "@types/react-dom": "^18.2.25",
|
20 |
| - "@typescript-eslint/eslint-plugin": "^7.7.0", |
21 |
| - "@typescript-eslint/parser": "^7.7.0", |
| 21 | + "@typescript-eslint/eslint-plugin": "^7.11.0", |
| 22 | + "@typescript-eslint/parser": "^7.11.0", |
22 | 23 | "@vitejs/plugin-react-swc": "^3.5.0",
|
23 |
| - "eslint": "^9.0.0", |
| 24 | + "eslint": "^9.2.0", |
24 | 25 | "eslint-plugin-react-hooks": "^4.6.0",
|
25 |
| - "eslint-plugin-react-refresh": "^0.4.5", |
26 |
| - "i18next": "^23.11.2", |
27 |
| - "i18next-browser-languagedetector": "^7.2.1", |
28 |
| - "lucide-react": "^0.372.0", |
| 26 | + "eslint-plugin-react-refresh": "^0.4.7", |
| 27 | + "i18next": "^23.11.5", |
| 28 | + "i18next-browser-languagedetector": "^8.0.0", |
| 29 | + "lucide-react": "^0.381.0", |
29 | 30 | "react": "^18.2.0",
|
30 | 31 | "react-dom": "^18.2.0",
|
31 |
| - "react-hook-form": "^7.51.3", |
| 32 | + "react-hook-form": "^7.51.5", |
32 | 33 | "react-i18next": "^14.1.0",
|
33 |
| - "react-router-dom": "^6.22.3", |
| 34 | + "react-router-dom": "^6.23.1", |
34 | 35 | "socket.io-client": "^4.7.5",
|
35 | 36 | "typescript": "^5.4.5",
|
36 |
| - "vite": "^5.2.9", |
| 37 | + "vite": "^5.2.12", |
37 | 38 | "vite-plugin-static-copy": "^1.0.3",
|
38 | 39 | "vite-plugin-svgr": "^4.2.0",
|
39 | 40 | "zustand": "^4.5.2"
|
|
0 commit comments