|
11 | 11 | "lint:fix": "eslint . --ext ts,tsx --fix"
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "@emailjs/browser": "^3.11.0", |
15 |
| - "@fortawesome/fontawesome-svg-core": "^6.5.1", |
16 |
| - "@fortawesome/free-brands-svg-icons": "^6.5.1", |
17 |
| - "@fortawesome/free-regular-svg-icons": "^6.5.1", |
18 |
| - "@fortawesome/free-solid-svg-icons": "^6.5.1", |
19 |
| - "@fortawesome/react-fontawesome": "^0.2.0", |
20 |
| - "@reduxjs/toolkit": "^2.0.1", |
21 |
| - "react": "^18.2.0", |
22 |
| - "react-dom": "^18.2.0", |
23 |
| - "react-redux": "^9.0.4", |
24 |
| - "validator": "^13.11.0" |
| 14 | + "@emailjs/browser": "^3.12.1", |
| 15 | + "@fortawesome/fontawesome-svg-core": "^6.6.0", |
| 16 | + "@fortawesome/free-brands-svg-icons": "^6.6.0", |
| 17 | + "@fortawesome/free-regular-svg-icons": "^6.6.0", |
| 18 | + "@fortawesome/free-solid-svg-icons": "^6.6.0", |
| 19 | + "@fortawesome/react-fontawesome": "^0.2.2", |
| 20 | + "@reduxjs/toolkit": "^2.2.7", |
| 21 | + "react": "^18.3.1", |
| 22 | + "react-confetti-explosion": "^2.1.2", |
| 23 | + "react-dom": "^18.3.1", |
| 24 | + "react-redux": "^9.1.2", |
| 25 | + "validator": "^13.12.0" |
25 | 26 | },
|
26 | 27 | "devDependencies": {
|
27 |
| - "@types/react": "^18.2.46", |
28 |
| - "@types/react-dom": "^18.2.18", |
29 |
| - "@types/validator": "^13.11.7", |
30 |
| - "@typescript-eslint/eslint-plugin": "^6.16.0", |
31 |
| - "@typescript-eslint/parser": "^6.16.0", |
32 |
| - "@vitejs/plugin-react-swc": "^3.5.0", |
33 |
| - "autoprefixer": "^10.4.16", |
34 |
| - "clsx": "^2.1.0", |
35 |
| - "dns": "^0.2.2", |
36 |
| - "eslint": "^8.56.0", |
| 28 | + "@types/node": "^22.7.4", |
| 29 | + "@types/react": "^18.3.8", |
| 30 | + "@types/react-dom": "^18.3.0", |
| 31 | + "@types/validator": "^13.12.2", |
| 32 | + "@typescript-eslint/eslint-plugin": "^6.21.0", |
| 33 | + "@typescript-eslint/parser": "^6.21.0", |
| 34 | + "@vitejs/plugin-react-swc": "^3.7.0", |
| 35 | + "autoprefixer": "^10.4.20", |
| 36 | + "clsx": "^2.1.1", |
| 37 | + "eslint": "^8.57.1", |
37 | 38 | "eslint-config-prettier": "^9.1.0",
|
38 |
| - "eslint-plugin-prettier": "^5.1.2", |
39 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
40 |
| - "eslint-plugin-react-refresh": "^0.4.5", |
41 |
| - "eslint-plugin-simple-import-sort": "^10.0.0", |
42 |
| - "postcss": "^8.4.32", |
43 |
| - "prettier": "^3.1.1", |
44 |
| - "prettier-plugin-tailwindcss": "^0.5.10", |
45 |
| - "react-router-dom": "^6.21.1", |
46 |
| - "tailwind-merge": "^2.2.0", |
47 |
| - "tailwindcss": "^3.4.0", |
48 |
| - "typescript": "^5.3.3", |
49 |
| - "vite": "^5.0.10", |
50 |
| - "vite-aliases": "^0.11.3", |
51 |
| - "vite-plugin-mkcert": "^1.17.1", |
| 39 | + "eslint-plugin-prettier": "^5.2.1", |
| 40 | + "eslint-plugin-react-hooks": "^4.6.2", |
| 41 | + "eslint-plugin-react-refresh": "^0.4.12", |
| 42 | + "eslint-plugin-simple-import-sort": "^12.1.1", |
| 43 | + "postcss": "^8.4.47", |
| 44 | + "prettier": "^3.3.3", |
| 45 | + "prettier-plugin-tailwindcss": "^0.5.14", |
| 46 | + "react-router-dom": "^6.26.2", |
| 47 | + "tailwind-merge": "^2.5.2", |
| 48 | + "tailwindcss": "^3.4.12", |
| 49 | + "typescript": "^5.6.2", |
| 50 | + "vite": "^5.4.7", |
| 51 | + "vite-aliases": "^0.11.7", |
52 | 52 | "vite-plugin-svgr": "^4.2.0"
|
| 53 | + }, |
| 54 | + "pnpm": { |
| 55 | + "overrides": { |
| 56 | + "braces@<3.0.3": ">=3.0.3", |
| 57 | + "micromatch@<4.0.8": ">=4.0.8", |
| 58 | + "rollup@>=4.0.0 <4.22.4": ">=4.22.4" |
| 59 | + } |
53 | 60 | }
|
54 | 61 | }
|
0 commit comments