mirror of
https://github.com/Snigdha-OS/package-browser.git
synced 2025-09-06 04:35:17 +02:00
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"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",
|
|
"i18next": "^24.2.1",
|
|
"react-i18next": "^15.4.0",
|
|
"i18next-http-backend": "^3.0.1",
|
|
"i18next-browser-languagedetector": "^8.0.2"
|
|
},
|
|
"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"
|
|
}
|
|
}
|