{ "name": "package-browser", "private": true, "version": "0.0.0", "type": "module", "homepage": "https://Snigdha-OS.github.io/package-browser", "author": { "name": "RiO", "email": "rio@snigdhaos.org", "url": "https://github.com/d3v1l0n", "github": "https://github.com/d3v1l0n", "twitter": "@d3v1l0n", "bio": "A passionate developer focused on open-source contributions and building tools for the community." }, "contributors": [ { "name": "eshanized", "email": "eshan@snigdhaos.org", "url": "https://github.com/eshanized" }, { "name": "XlebyllleK", "url": "https://github.com/XlebyllleK" } ], "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "preview": "vite preview", "predeploy": "npm run build", "deploy": "gh-pages -d dist" }, "dependencies": { "gh-pages": "^6.3.0", "lucide-react": "^0.471.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@eslint/js": "^9.17.0", "@types/react": "^19.0.4", "@types/react-dom": "^19.0.2", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.14.0", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "^5.7.2", "typescript-eslint": "^8.18.2", "vite": "^6.0.7" } }