|
4 | 4 | "description": "ChargePi Web Interface", |
5 | 5 | "private": true, |
6 | 6 | "type": "module", |
| 7 | + "packageManager": "[email protected]", |
| 8 | + "engines": { |
| 9 | + "node": ">=20", |
| 10 | + "pnpm": ">=3" |
| 11 | + }, |
7 | 12 | "dependencies": { |
8 | | - "@radix-ui/react-dialog": "^1.0.5", |
9 | | - "@radix-ui/react-dropdown-menu": "^2.0.6", |
10 | | - "@radix-ui/react-label": "^2.0.2", |
11 | | - "@radix-ui/react-select": "^2.0.0", |
12 | | - "@radix-ui/react-separator": "^1.0.3", |
13 | | - "@radix-ui/react-slot": "^1.0.2", |
14 | | - "@radix-ui/react-switch": "^1.0.3", |
15 | | - "@radix-ui/react-toast": "^1.1.5", |
| 13 | + "@radix-ui/react-dialog": "^1.1.14", |
| 14 | + "@radix-ui/react-dropdown-menu": "^2.1.15", |
| 15 | + "@radix-ui/react-label": "^2.1.7", |
| 16 | + "@radix-ui/react-select": "^2.2.5", |
| 17 | + "@radix-ui/react-separator": "^1.1.7", |
| 18 | + "@radix-ui/react-slot": "^1.2.3", |
| 19 | + "@radix-ui/react-switch": "^1.2.5", |
| 20 | + "@radix-ui/react-toast": "^1.2.14", |
16 | 21 | "@tanstack/react-table": "^8.21.3", |
17 | | - "class-variance-authority": "^0.7.0", |
18 | | - "clsx": "^2.0.0", |
| 22 | + "class-variance-authority": "^0.7.1", |
| 23 | + "clsx": "^2.1.1", |
| 24 | + "cmdk": "^1.1.1", |
19 | 25 | "date-fns": "^2.30.0", |
20 | 26 | "lucide-react": "^0.294.0", |
21 | | - "react": "^18.2.0", |
22 | | - "react-dom": "^18.2.0", |
| 27 | + "react": "^18.3.1", |
| 28 | + "react-dom": "^18.3.1", |
23 | 29 | "react-grid-layout": "^1.5.2", |
24 | 30 | "react-resizable": "^3.0.5", |
25 | 31 | "react-rnd": "^10.5.2", |
26 | | - "react-router-dom": "^6.20.1", |
27 | | - "recharts": "^2.8.0", |
28 | | - "tailwind-merge": "^2.0.0", |
| 32 | + "react-router-dom": "^6.30.1", |
| 33 | + "recharts": "^2.15.4", |
| 34 | + "tailwind-merge": "^2.6.0", |
29 | 35 | "tailwindcss-animate": "^1.0.7", |
30 | 36 | "uuid": "^11.1.0" |
31 | 37 | }, |
|
36 | 42 | "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0" |
37 | 43 | }, |
38 | 44 | "devDependencies": { |
39 | | - "@types/react": "^18.2.45", |
40 | | - "@types/react-dom": "^18.2.18", |
| 45 | + "@types/react": "^18.3.23", |
| 46 | + "@types/react-dom": "^18.3.7", |
41 | 47 | "@types/react-grid-layout": "^1.3.5", |
42 | | - "@typescript-eslint/eslint-plugin": "^6.14.0", |
43 | | - "@typescript-eslint/parser": "^6.14.0", |
44 | | - "@vitejs/plugin-react": "^4.2.0", |
45 | | - "autoprefixer": "^10.4.16", |
46 | | - "eslint": "^8.55.0", |
47 | | - "eslint-plugin-react-hooks": "^4.6.0", |
48 | | - "eslint-plugin-react-refresh": "^0.4.5", |
49 | | - "postcss": "^8.4.32", |
50 | | - "tailwindcss": "^3.3.6", |
51 | | - "typescript": "^5.2.2", |
52 | | - "vite": "^5.0.8" |
| 48 | + "@typescript-eslint/eslint-plugin": "^6.21.0", |
| 49 | + "@typescript-eslint/parser": "^6.21.0", |
| 50 | + "@vitejs/plugin-react": "^4.6.0", |
| 51 | + "autoprefixer": "^10.4.21", |
| 52 | + "eslint": "^8.57.1", |
| 53 | + "eslint-plugin-react-hooks": "^4.6.2", |
| 54 | + "eslint-plugin-react-refresh": "^0.4.20", |
| 55 | + "postcss": "^8.5.6", |
| 56 | + "tailwindcss": "^3.4.17", |
| 57 | + "typescript": "^5.8.3", |
| 58 | + "vite": "^5.4.19" |
53 | 59 | } |
54 | 60 | } |
0 commit comments