|
1 | 1 | { |
2 | 2 | "name": "raminrezaei", |
3 | | - "version": "5.2.4", |
| 3 | + "version": "5.3.0", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "lighthouse": "lighthouse http://localhost:3000 --output html --output-path ./lighthouse-report.html --chrome-flags=\"--headless\"", |
|
19 | 19 | "prepare": "husky", |
20 | 20 | "test": "jest", |
21 | 21 | "test:watch": "jest --watch", |
22 | | - "test:cov": "jest --coverage" |
| 22 | + "test:coverage": "jest --coverage", |
| 23 | + "test:e2e": "playwright test", |
| 24 | + "test:e2e:ui": "playwright test --ui", |
| 25 | + "test:e2e:report": "playwright show-report", |
| 26 | + "test:e2e:install": "playwright install" |
23 | 27 | }, |
24 | 28 | "dependencies": { |
25 | 29 | "@gsap/react": "^2.1.2", |
26 | 30 | "@next/bundle-analyzer": "^16.1.6", |
27 | 31 | "@next/third-parties": "^16.1.6", |
28 | | - "@sentry/nextjs": "^10.39.0", |
| 32 | + "@sentry/nextjs": "^10.41.0", |
29 | 33 | "@tailwindcss/postcss": "^4.2.1", |
30 | 34 | "@vercel/speed-insights": "^1.3.1", |
31 | 35 | "animate.css": "^4.1.1", |
|
34 | 38 | "gray-matter": "^4.0.3", |
35 | 39 | "gsap": "^3.14.2", |
36 | 40 | "markdown-to-jsx": "^9.7.6", |
37 | | - "motion": "^12.34.3", |
| 41 | + "motion": "^12.34.4", |
38 | 42 | "next": "^16.1.6", |
39 | 43 | "qs": "^6.15.0", |
40 | 44 | "react": "^19.2.4", |
|
53 | 57 | "@eslint/js": "^10.0.1", |
54 | 58 | "@microsoft/eslint-formatter-sarif": "^3.1.0", |
55 | 59 | "@next/eslint-plugin-next": "^16.1.6", |
| 60 | + "@playwright/test": "^1.58.2", |
56 | 61 | "@testing-library/dom": "^10.4.1", |
57 | 62 | "@testing-library/jest-dom": "^6.9.1", |
58 | 63 | "@testing-library/react": "^16.3.2", |
59 | 64 | "@testing-library/user-event": "^14.6.1", |
60 | 65 | "@trivago/prettier-plugin-sort-imports": "^6.0.2", |
61 | 66 | "@types/jest": "^30.0.0", |
62 | | - "@types/node": "^25.3.0", |
| 67 | + "@types/node": "^25.3.3", |
63 | 68 | "@types/qs": "^6.14.0", |
64 | 69 | "@types/react": "^19.2.14", |
65 | 70 | "@types/react-dom": "^19.2.3", |
|
70 | 75 | "jest": "^30.2.0", |
71 | 76 | "jest-environment-jsdom": "^30.2.0", |
72 | 77 | "lighthouse": "^13.0.3", |
73 | | - "lint-staged": "^16.2.7", |
74 | | - "postcss": "^8.5.6", |
| 78 | + "lint-staged": "^16.3.1", |
| 79 | + "postcss": "^8.5.8", |
75 | 80 | "prettier": "3.8.1", |
76 | 81 | "prettier-plugin-sort-imports": "^1.8.11", |
77 | 82 | "prettier-plugin-tailwindcss": "^0.7.2", |
|
82 | 87 | "ts-node": "^10.9.2", |
83 | 88 | "typescript": "^5.9.3", |
84 | 89 | "typescript-eslint": "^8.56.1", |
85 | | - "webpack": "^5.105.2", |
| 90 | + "webpack": "^5.105.3", |
86 | 91 | "webpack-bundle-analyzer": "^5.2.0" |
87 | 92 | }, |
88 | 93 | "browserslist": { |
|
99 | 104 | "last 1 safari version" |
100 | 105 | ] |
101 | 106 | }, |
102 | | - "packageManager": "pnpm@10.30.2" |
| 107 | + "packageManager": "pnpm@10.30.3" |
103 | 108 | } |
0 commit comments