Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,104 changes: 138 additions & 1,966 deletions package-lock.json

Large diffs are not rendered by default.

31 changes: 4 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,20 @@
"version": "1.0.0",
"main": "dist/server.js",
"scripts": {
"dev": "npm run build:fe && npm run start:be",
"dev": "ts-node-dev --respawn --transpile-only src/server.ts",
"build": "tsc",
"start": "node dist/server.js",
"build:fe": "vite build",
"build:be": "tsc --project tsconfig.server.json",
"start:be": "node dist/server.js",
"deploy": "npm run build:fe && npm run build:be"
"start": "node dist/server.js"
},
"dependencies": {
"axios": "^1.12.2",
"express": "^4.21.2",
"lucide-react": "^0.544.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router-dom": "^7.9.3",
"sharp": "^0.33.5"
},
"devDependencies": {
"@types/express": "^4.17.23",
"@types/react": "^19.1.15",
"@types/react-dom": "^19.1.9",
"@types/sharp": "^0.31.1",
"@vitejs/plugin-react": "^5.0.4",
"@types/node": "^24.5.2",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.9.2",
"vite": "^7.1.7"
},
"description": "A free and open-source API that lets you frame your GitHub profile picture with creative themes. Use it in your README files, portfolios, or social media to showcase styled avatars.",
"repository": {
"type": "git",
"url": "git+https://github.com/TechQuanta/github-avatar-frame-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"homepage": "https://github.com/TechQuanta/github-avatar-frame-api#readme"
"typescript": "^5.9.2"
}
}
5 changes: 5 additions & 0 deletions public/frames/base/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Base Frame",
"description": "This is a placeholder base frame. Replace as needed.",
"preview": "/frames/base/frame.png"
}
Binary file added public/frames/beginner/frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/frames/beginner/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Beginner Theme",
"author": "shivram",
"description": "Simple and friendly design perfect for newcomers",
"size": 256
}
Binary file added public/frames/darkmode/frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/frames/darkmode/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Darkmode Theme",
"author": "shivram",
"description": "Sleek dark interface with subtle contrasts",
"size": 256
}
Binary file added public/frames/galaxy/frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/frames/galaxy/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Galaxy Theme",
"author": "shivram",
"description": "Cosmic colors with starry effects and space vibes",
"size": 256
}
Binary file added public/frames/minimal/frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/frames/minimal/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Minimal Theme",
"author": "shivram",
"description": "Clean and simple design with minimal distractions",
"size": 256
}
Binary file added public/frames/ocean/frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/frames/ocean/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Ocean Theme",
"author": "shivram",
"description": "Deep blue gradients inspired by ocean depths",
"size": 256
}