|
4 | 4 | "version": "0.0.0", |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | | - "dev": "vite", |
| 7 | + "dev": "vite --mode development", |
8 | 8 | "build": "tsc && vite build", |
9 | 9 | "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
| 10 | + "lint:ts": "eslint \"**/*.{ts,tsx}\"", |
| 11 | + "lint:ts:fix": "eslint \"**/*.{ts,tsx}\" --fix", |
| 12 | + "lint:scss": "npx stylelint \"**/*.scss\"", |
| 13 | + "lint:scss:fix": "npx stylelint \"**/*.scss\" --fix", |
10 | 14 | "preview": "vite preview" |
11 | 15 | }, |
12 | 16 | "dependencies": { |
13 | 17 | "@pbe/react-yandex-maps": "^1.2.4", |
14 | 18 | "@reduxjs/toolkit": "^2.2.6", |
15 | 19 | "axios": "^1.7.2", |
| 20 | + "i18next": "^23.15.1", |
16 | 21 | "konva": "^9.3.13", |
17 | 22 | "react": "^18.2.0", |
18 | 23 | "react-dom": "^18.2.0", |
19 | 24 | "react-helmet-async": "^2.0.5", |
| 25 | + "react-i18next": "^15.0.1", |
20 | 26 | "react-konva": "^18.2.10", |
21 | 27 | "react-redux": "^9.1.2", |
22 | 28 | "react-router-dom": "^6.24.1", |
|
26 | 32 | "vite-tsconfig-paths": "^4.3.1" |
27 | 33 | }, |
28 | 34 | "devDependencies": { |
| 35 | + "@eslint/js": "^9.10.0", |
29 | 36 | "@types/node": "^20.14.10", |
30 | | - "@types/react": "^18.3.3", |
| 37 | + "@types/react": "^18.3.6", |
31 | 38 | "@types/react-dom": "^18.2.7", |
32 | 39 | "@types/react-helmet": "^6.1.6", |
33 | 40 | "@typescript-eslint/eslint-plugin": "^7.15.0", |
34 | 41 | "@typescript-eslint/parser": "^7.15.0", |
35 | 42 | "@vitejs/plugin-react-swc": "^3.7.0", |
36 | | - "eslint": "^9.6.0", |
| 43 | + "eslint": "^9.10.0", |
| 44 | + "eslint-plugin-react": "^7.36.1", |
37 | 45 | "eslint-plugin-react-hooks": "^4.6.0", |
38 | 46 | "eslint-plugin-react-refresh": "^0.4.7", |
| 47 | + "globals": "^15.9.0", |
| 48 | + "i18next-browser-languagedetector": "^8.0.0", |
| 49 | + "i18next-http-backend": "^2.6.1", |
| 50 | + "sass": "^1.78.0", |
| 51 | + "stylelint": "^16.9.0", |
| 52 | + "stylelint-config-standard": "^36.0.1", |
39 | 53 | "typescript": "^5.5.3", |
| 54 | + "typescript-eslint": "^8.6.0", |
40 | 55 | "vite": "^5.3.3" |
41 | 56 | } |
42 | 57 | } |
0 commit comments