-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial ukrainian i18n & small changes in i18n;
- Loading branch information
Showing
23 changed files
with
5,647 additions
and
802 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta name="theme-color" content="#000000" /> | ||
|
||
<title>Поинтовый аукцион</title> | ||
<meta | ||
name="description" | ||
content="Сайт для удобного проведения поинтовых аукционов" | ||
/> | ||
</head> | ||
<body style="background: #242424; min-height: 100%; min-width: 100%"> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
</html> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta name="theme-color" content="#000000" /> | ||
|
||
<title>Point Auction</title> | ||
<meta name="description" content="A site for convenient point auctions" /> | ||
</head> | ||
|
||
<body style="background: #242424; min-height: 100%; min-width: 100%"> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,43 +13,46 @@ | |
"7tv": "^0.1.2", | ||
"@hookform/error-message": "^2.0.1", | ||
"@kozjar/twitch-emoticons": "^2.3.3", | ||
"@mui/icons-material": "^5.14.16", | ||
"@mui/lab": "^5.0.0-alpha.151", | ||
"@mui/material": "^5.14.16", | ||
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest", | ||
"@mui/styled-engine-sc": "^6.0.0-alpha.5", | ||
"@mui/styles": "^5.14.16", | ||
"@mui/system": "^5.14.17", | ||
"@mui/x-data-grid": "^6.18.0", | ||
"@reduxjs/toolkit": "^1.9.7", | ||
"axios": "^1.6.0", | ||
"chart.js": "^4.4.0", | ||
"@mui/icons-material": "^5.14.19", | ||
"@mui/lab": "5.0.0-alpha.155", | ||
"@mui/material": "^5.14.20", | ||
"@mui/styled-engine": "npm:@mui/[email protected]", | ||
"@mui/styled-engine-sc": "6.0.0-alpha.7", | ||
"@mui/styles": "^5.14.20", | ||
"@mui/system": "^5.14.20", | ||
"@mui/x-data-grid": "^6.18.4", | ||
"@reduxjs/toolkit": "^2.0.1", | ||
"@types/react-window": "^1.8.8", | ||
"axios": "^1.6.2", | ||
"chart.js": "^4.4.1", | ||
"classnames": "^2.3.2", | ||
"cloudinary-react": "^1.8.1", | ||
"dayjs": "^1.11.10", | ||
"gsap": "3", | ||
"i18next": "^23.6.0", | ||
"i18next-browser-languagedetector": "^7.1.0", | ||
"fuse.js": "^7.0.0", | ||
"gsap": "^3.12.3", | ||
"i18next": "^23.7.8", | ||
"i18next-browser-languagedetector": "^7.2.0", | ||
"i18next-resources-to-backend": "^1.2.0", | ||
"js-cookie": "^3.0.5", | ||
"lodash.merge": "^4.6.2", | ||
"lodash.mergewith": "^4.6.2", | ||
"react": "^18.2.0", | ||
"react-color": "^2.19.3", | ||
"react-dom": "^18.2.0", | ||
"react-flip-move": "^3.0.5", | ||
"react-hook-form": "^7.48.2", | ||
"react-i18next": "^13.3.1", | ||
"react-hook-form": "^7.49.0", | ||
"react-i18next": "^13.5.0", | ||
"react-map-interaction": "^2.1.0", | ||
"react-mui-dropzone": "^4.0.7", | ||
"react-redux": "^8.1.3", | ||
"react-router": "^6.18.0", | ||
"react-router-dom": "^6.18.0", | ||
"react-redux": "^9.0.2", | ||
"react-router": "^6.20.1", | ||
"react-router-dom": "^6.20.1", | ||
"react-transition-group": "^4.4.5", | ||
"redux": "^4.2.1", | ||
"redux-thunk": "^2.4.2", | ||
"react-window": "^1.8.10", | ||
"redux": "^5.0.0", | ||
"redux-thunk": "^3.1.0", | ||
"socket.io-client": "^4.7.2", | ||
"string-similarity": "^4.0.4", | ||
"styled-components": "^6.1.0", | ||
"styled-components": "^6.1.1", | ||
"tinycolor2": "^1.6.0", | ||
"tmi.js": "^1.8.5", | ||
"uuid": "^9.0.1", | ||
|
@@ -59,35 +62,33 @@ | |
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest" | ||
}, | ||
"devDependencies": { | ||
"@types/classnames": "^2.3.1", | ||
"@types/gsap": "^3.0.0", | ||
"@types/js-cookie": "^3.0.5", | ||
"@types/lodash.merge": "^4.6.8", | ||
"@types/lodash.mergewith": "^4.6.8", | ||
"@types/react": "^18.2.15", | ||
"@types/react-color": "^3.0.9", | ||
"@types/react-dom": "^18.2.7", | ||
"@types/string-similarity": "^4.0.1", | ||
"@types/styled-components": "^5.1.29", | ||
"@types/tinycolor2": "^1.4.5", | ||
"@types/tmi.js": "^1.8.5", | ||
"@types/uuid": "^9.0.6", | ||
"@types/youtube-player": "^5.5.9", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"@typescript-eslint/parser": "^6.0.0", | ||
"@vitejs/plugin-react-swc": "^3.3.2", | ||
"eslint": "^8.45.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"@types/js-cookie": "^3.0.6", | ||
"@types/lodash.merge": "^4.6.9", | ||
"@types/lodash.mergewith": "^4.6.9", | ||
"@types/react": "^18.2.43", | ||
"@types/react-color": "^3.0.10", | ||
"@types/react-dom": "^18.2.17", | ||
"@types/string-similarity": "^4.0.2", | ||
"@types/styled-components": "^5.1.34", | ||
"@types/tinycolor2": "^1.4.6", | ||
"@types/tmi.js": "^1.8.6", | ||
"@types/uuid": "^9.0.7", | ||
"@types/youtube-player": "^5.5.11", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"@vitejs/plugin-react-swc": "^3.5.0", | ||
"eslint": "^8.55.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-refresh": "^0.4.3", | ||
"eslint-plugin-react-refresh": "^0.4.5", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"prettier": "3.0.3", | ||
"prettier": "3.1.1", | ||
"sass": "^1.69.5", | ||
"typescript": "^5.0.2", | ||
"vite": "^4.4.5", | ||
"vite-plugin-svgr": "^4.1.0", | ||
"vite-tsconfig-paths": "^4.2.1" | ||
"typescript": "^5.3.3", | ||
"vite": "^5.0.7", | ||
"vite-plugin-svgr": "^4.2.0", | ||
"vite-tsconfig-paths": "^4.2.2" | ||
} | ||
} | ||
} |
Oops, something went wrong.