{ "name": "sozsoft", "private": true, "version": "1.0.0", "type": "module", "scripts": { "start": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.json", "lint:fix": "npm run lint -- --fix", "prettier": "prettier --ignore-path .gitignore src --check", "prettier:fix": "npm run prettier -- --write", "format": "npm run prettier:fix && npm run lint:fix" }, "dependencies": { "glob": "^10.4.5", "lucide-react": "^0.344.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.22.2", "react-slick": "^0.30.3", "rimraf": "^4.4.1", "slick-carousel": "^1.8.1" }, "devDependencies": { "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", "@types/slick-carousel": "^1.6.40", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.17", "eslint": "^8.57.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "postcss": "^8.4.35", "tailwindcss": "^3.4.1", "typescript": "^5.2.2", "vite": "^5.4.11", "vite-plugin-dynamic-import": "^1.5.0", "vite-plugin-pwa": "^0.21.1" } }