|
7 | 7 | "scripts": { |
8 | 8 | "dev": "env-cmd -f .env.dev -- next dev -p 8080", |
9 | 9 | "build": "env-cmd -f .env.prod -- next build", |
10 | | - "start": "env-cmd -f .env.prod -- next start -p 8080" |
| 10 | + "start": "env-cmd -f .env.prod -- next start -p 8080", |
| 11 | + "lint": "next lint", |
| 12 | + "lint:debug": "DEBUG=eslint:eslint next lint" |
11 | 13 | }, |
12 | 14 | "devDependencies": { |
13 | | - "sass": "^1.78.0", |
14 | | - "typescript": "^5.6.2", |
15 | | - "@types/node": "^20.14.1", |
16 | | - "@types/react": "^18.3.3", |
17 | | - "@types/react-dom": "^18.3.0", |
18 | | - "@types/react-redux": "^7.1.33", |
| 15 | + "@eslint/compat": "^1.2.8", |
| 16 | + "@eslint/eslintrc": "^3.3.1", |
| 17 | + "@eslint/js": "^9.23.0", |
| 18 | + "@types/node": "^22.14.0", |
| 19 | + "@types/react": "^19.1.0", |
| 20 | + "@types/react-dom": "^19.1.1", |
| 21 | + "@types/react-redux": "^7.1.34", |
19 | 22 | "@types/redux-logger": "^3.0.13", |
20 | | - "@typescript-eslint/eslint-plugin": "^6.21.0", |
21 | | - "@typescript-eslint/parser": "^6.21.0", |
| 23 | + "@typescript-eslint/eslint-plugin": "^8.29.0", |
| 24 | + "@typescript-eslint/parser": "^8.29.0", |
22 | 25 | "env-cmd": "^10.1.0", |
23 | | - "eslint": "^8.57.0", |
24 | | - "eslint-config-love": "^43.1.0", |
25 | | - "eslint-plugin-import": "^2.29.1", |
26 | | - "eslint-plugin-n": "^16.6.2", |
27 | | - "eslint-plugin-promise": "^6.2.0", |
28 | | - "eslint-plugin-react": "^7.34.2" |
| 26 | + "eslint": "^9.23.0", |
| 27 | + "eslint-config-love": "^119.0.0", |
| 28 | + "eslint-plugin-import": "^2.31.0", |
| 29 | + "eslint-plugin-n": "^17.17.0", |
| 30 | + "eslint-plugin-promise": "^7.2.1", |
| 31 | + "eslint-plugin-react": "^7.37.5", |
| 32 | + "sass": "^1.86.3", |
| 33 | + "typescript": "^5.8.2" |
29 | 34 | }, |
30 | 35 | "dependencies": { |
31 | | - "next": "^14.2.10", |
32 | | - "react": "^18.3.1", |
33 | | - "@reduxjs/toolkit": "^2.2.2", |
34 | | - "eslint-config-next": "^14.1.4", |
35 | | - "eslint-config-prettier": "^9.1.0", |
36 | | - "eslint-plugin-prettier": "^5.1.3", |
| 36 | + "@reduxjs/toolkit": "^2.6.1", |
| 37 | + "eslint-config-next": "^15.2.4", |
| 38 | + "eslint-config-prettier": "^10.1.1", |
| 39 | + "eslint-plugin-prettier": "^5.2.6", |
37 | 40 | "http-status-codes": "^2.3.0", |
38 | | - "i18next": "^23.11.5", |
39 | | - "i18next-browser-languagedetector": "^7.2.1", |
| 41 | + "i18next": "^24.2.3", |
| 42 | + "i18next-browser-languagedetector": "^8.0.4", |
40 | 43 | "i18next-resources-to-backend": "^1.2.1", |
41 | | - "modern-normalize": "^2.0.0", |
42 | | - "next-client-cookies": "^1.1.1", |
43 | | - "react-i18next": "^14.1.2", |
44 | | - "react-redux": "^9.1.0", |
| 44 | + "modern-normalize": "^3.0.1", |
| 45 | + "next": "^15.2.4", |
| 46 | + "next-client-cookies": "^2.0.1", |
| 47 | + "react": "^19.1.0", |
| 48 | + "react-i18next": "^15.4.1", |
| 49 | + "react-redux": "^9.2.0", |
45 | 50 | "redux": "^5.0.1", |
46 | 51 | "redux-logger": "^3.0.6", |
47 | 52 | "redux-thunk": "^3.1.0" |
|
0 commit comments