A project tracker for decentralized social media platforms, clients, and tools

chore: bump version to 1.0.0 and fix lint issue

- Update package.json version from 0.0.0 to 1.0.0
- Remove unused networkColors variable to fix lint error

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

Changed files
+1 -6
src
components
+1 -1
package.json
···
{
"name": "socialmeshes-app",
"private": true,
-
"version": "0.0.0",
+
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
-5
src/components/ProjectCard.tsx
···
}
};
-
const networkColors = {
-
atproto: 'bg-blue-900 text-blue-200',
-
activitypub: 'bg-purple-900 text-purple-200'
-
};
-
const homepageLink = project.links?.find(link => link.kind === 'homepage')?.url;
return (