Initial commit

This commit is contained in:
Samandar Turgunboyev
2025-09-09 10:46:03 +05:00
commit 1e5357ec39
53 changed files with 34753 additions and 0 deletions

46
package.json Normal file
View File

@@ -0,0 +1,46 @@
{
"name": "cargo-admin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"start": "set PORT=3080 && react-scripts start"
},
"dependencies": {
"@pbe/react-yandex-maps": "^1.2.5",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/react-query": "^5.85.5",
"axios": "^1.11.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"firebase": "^12.0.0",
"leaflet": "^1.9.4",
"lucide-react": "^0.536.0",
"react": "^19.0.0-rc.1",
"react-dom": "^19.0.0-rc.1",
"react-leaflet": "^5.0.0-rc.2",
"react-qr-code": "^2.0.18",
"react-qr-reader": "^3.0.0-beta-1",
"react-router-dom": "^7.7.1",
"react-scripts": "^5.0.1",
"socket.io-client": "^4.8.1",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/node": "^24.3.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react-swc": "^3.10.2",
"eslint": "^9.30.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"vite": "^7.0.4"
}
}