53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "harmony-club",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"format": "prettier --write .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@mui/material": "^7.2.0",
|
|
"@mui/stylis-plugin-rtl": "^7.2.0",
|
|
"i18next": "^25.3.0",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"iconsax-react": "^0.0.8",
|
|
"libphonenumber-js": "^1.12.10",
|
|
"react": "^19.1.0",
|
|
"react-country-flag": "^3.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-i18next": "^15.6.0",
|
|
"react-router": "^7.8.0",
|
|
"react-router-dom": "^7.8.0",
|
|
"stylis": "^4.3.6",
|
|
"stylis-plugin-rtl": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.29.0",
|
|
"@types/node": "^24.0.10",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@types/stylis": "^4.2.7",
|
|
"@typescript-eslint/eslint-plugin": "^8.35.1",
|
|
"@typescript-eslint/parser": "^8.35.1",
|
|
"@vitejs/plugin-react": "^4.5.2",
|
|
"eslint": "^9.30.0",
|
|
"eslint-config-prettier": "^10.1.5",
|
|
"eslint-plugin-prettier": "^5.5.1",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.2.0",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.34.1",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|