-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
23ded47
commit 6ac4c0a
Showing
5 changed files
with
33 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,26 @@ | ||
{ | ||
"$schema": "https://json.schemastore.org/package", | ||
"name": "memories", | ||
"scripts": { | ||
"dev": "bun x vite --host", | ||
"build": "bun x vite build", | ||
"lint": "eslint .", | ||
"preview": "bun x vite preview", | ||
"start": "bun x vite preview" | ||
}, | ||
"type": "module", | ||
"homepage": "https://memories-latest.vercel.app", | ||
"version": "1.0.0", | ||
"module": "src/main.jsx", | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Pritam Kundu", | ||
"url": "https://github.com/warmachine028" | ||
}, | ||
"description": "A modern, fast, and secure web app to store your memories built with the latest technologies and best practices.", | ||
"license": "MIT", | ||
"homepage": "https://memories-latest.vercel.app", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/warmachine028/memories" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/warmachine028/memories/issues" | ||
}, | ||
"keywords": [ | ||
"social-media", | ||
"social", | ||
"memories", | ||
"diary", | ||
"digital-diary" | ||
], | ||
"license": "MIT", | ||
"scripts": { | ||
"dev": "bun x vite --host", | ||
"build": "bun x vite build", | ||
"lint": "eslint .", | ||
"preview": "bun x vite preview", | ||
"start": "bun x vite preview" | ||
}, | ||
"dependencies": { | ||
"@clerk/clerk-react": "^5.17.1", | ||
"@emotion/react": "^11.13.5", | ||
|
@@ -61,5 +51,16 @@ | |
"globals": "^15.12.0", | ||
"prettier": "^3.4.1", | ||
"vite": "^6.0.1" | ||
} | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/warmachine028/memories" | ||
}, | ||
"keywords": [ | ||
"social-media", | ||
"social", | ||
"memories", | ||
"diary", | ||
"digital-diary" | ||
] | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"$schema": "https://json.schemastore.org/package", | ||
"name": "memories", | ||
"type": "module", | ||
"homepage": "https://github.com/warmachine028/memories#readme", | ||
"name": "memories-server", | ||
"homepage": "https://memories-7ryn.onrender.com", | ||
"version": "1.0.0", | ||
"module": "src/index.ts", | ||
"author": { | ||
"name": "Pritam Kundu", | ||
"email": "[email protected]", | ||
|
@@ -26,7 +26,7 @@ | |
"prisma:deploy": "prisma migrate deploy" | ||
}, | ||
"dependencies": { | ||
"@clerk/express": "^1.3.18", | ||
"@clerk/backend": "^1.18.0", | ||
"@elysiajs/cors": "^1.1.1", | ||
"@elysiajs/cron": "^1.1.1", | ||
"@elysiajs/swagger": "^1.1.6", | ||
|
@@ -35,7 +35,7 @@ | |
"@prisma/client": "^6.0.0", | ||
"cloudinary": "^2.5.1", | ||
"elysia": "latest", | ||
"svix": "1.42.0" | ||
"svix": "^1.42.0" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^5.6.3" | ||
|
@@ -44,7 +44,6 @@ | |
"bun-types": "latest", | ||
"prisma": "^6.0.0" | ||
}, | ||
"module": "src/index.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/warmachine028/memories.git" | ||
|
@@ -58,4 +57,4 @@ | |
"cron", | ||
"render" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters