-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
5 changed files
with
2,698 additions
and
18 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,13 @@ | ||
{ | ||
"name": "levimc.org", | ||
"version": "0.0.1", | ||
"author": { | ||
"name": "LiteLDev", | ||
"email": "[email protected]", | ||
"url": "https://litebds.com" | ||
}, | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"postbuild": "next-sitemap", | ||
"start": "next start", | ||
"lint": "next lint" | ||
"lint": "next lint", | ||
"pages:build": "pnpm dlx @cloudflare/next-on-pages", | ||
"preview": "pnpm pages:build && wrangler pages dev", | ||
"deploy": "pnpm pages:build && wrangler pages deploy" | ||
}, | ||
"dependencies": { | ||
"@fontsource/poppins": "5.0.14", | ||
|
@@ -26,6 +21,7 @@ | |
"swr": "2.2.5" | ||
}, | ||
"devDependencies": { | ||
"@cloudflare/next-on-pages": "^1.13.5", | ||
"@svgr/webpack": "8.1.0", | ||
"@types/node": "20.14.11", | ||
"@types/react": "18.3.3", | ||
|
Oops, something went wrong.