-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/cli-api-integration
- Loading branch information
Showing
2 changed files
with
344 additions
and
367 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,108 +1,108 @@ | ||
import "./globals.css"; | ||
import './globals.css'; | ||
|
||
import { Metadata } from "next"; | ||
import { Roboto_Mono } from "next/font/google"; | ||
import { Metadata } from 'next'; | ||
import { Roboto_Mono } from 'next/font/google'; | ||
|
||
const roboto = Roboto_Mono({ subsets: ["latin"] }); | ||
const roboto = Roboto_Mono({ subsets: ['latin'] }); | ||
|
||
export const metadata: Metadata = { | ||
title: "NPM Easy Dependency Adder", | ||
description: | ||
"A simple tool to install dependencies and devDependencies to your project with ease. Easily search for packages and install them with a simplified command.", | ||
authors: [ | ||
{ | ||
name: "Chirag Bhalotia", | ||
url: "https://chirag.codes", | ||
}, | ||
{ | ||
name: "Jyotirmoy Bandyopadhayaya", | ||
url: "https://b68.dev", | ||
}, | ||
], | ||
category: "Developer Tools", | ||
creator: "Chirag Bhalotia", | ||
keywords: [ | ||
"npm", | ||
"npm install", | ||
"npm install package", | ||
"npm install package --save", | ||
"npm install package --save-dev", | ||
"pnpm install", | ||
"pnpm", | ||
"pnpm add", | ||
"yarn", | ||
"yarn add", | ||
"yarn add package", | ||
"yarn install", | ||
"npmjs", | ||
"npm.io", | ||
"package manager", | ||
"package", | ||
"package.json", | ||
"package-lock.json", | ||
"pnpm-lock.yaml", | ||
"yarn.lock", | ||
"nodejs", | ||
"javascript", | ||
"typescript", | ||
"react", | ||
"reactjs", | ||
"react.js", | ||
"react-native", | ||
"express", | ||
"expressjs", | ||
"express.js", | ||
"nextjs", | ||
"next.js", | ||
"gatsby", | ||
"eslint", | ||
"dependencies", | ||
"devDependencies", | ||
"istall", | ||
"github", | ||
"module", | ||
"modules", | ||
], | ||
abstract: | ||
"A simple tool to install dependencies and devDependencies to your project with ease. Easily search for packages and install them with a simplified command.", | ||
applicationName: "NPM Easy Dependency Adder", | ||
twitter: { | ||
title: "NPM Easy Dependency Adder", | ||
card: "summary", | ||
site: "https://deps.chirag.codes", | ||
images: "https://deps.chirag.codes/og-image.png", | ||
}, | ||
openGraph: { | ||
title: "NPM Easy Dependency Adder", | ||
description: | ||
"A simple tool to install dependencies and devDependencies to your project with ease. Easily search for packages and install them with a simplified command.", | ||
url: "https://deps.chirag.codes", | ||
type: "website", | ||
siteName: "NPM Easy Dependency Adder", | ||
images: [ | ||
{ | ||
url: "https://deps.chirag.codes/og-image.png", | ||
}, | ||
], | ||
locale: "en_US", | ||
}, | ||
assets: [ | ||
"https://deps.chirag.codes/og-image.png", | ||
"https://deps.chirag.codes/favicon.ico", | ||
"https://deps.chirag.codes/nores", | ||
], | ||
metadataBase: new URL("https://deps.chirag.codes/"), | ||
manifest: "/manifest.json", | ||
title: 'NPM Easy Dependency Adder', | ||
description: | ||
'A simple tool to install dependencies and devDependencies to your project with ease. Easily search for packages and install them with a simplified command.', | ||
authors: [ | ||
{ | ||
name: 'Chirag Bhalotia', | ||
url: 'https://chirag.codes', | ||
}, | ||
{ | ||
name: 'Jyotirmoy Bandyopadhayaya', | ||
url: 'https://b68.dev', | ||
}, | ||
], | ||
category: 'Developer Tools', | ||
creator: 'Chirag Bhalotia, Jyotirmoy Bandyopadhayaya', | ||
keywords: [ | ||
'npm', | ||
'npm install', | ||
'npm install package', | ||
'npm install package --save', | ||
'npm install package --save-dev', | ||
'pnpm install', | ||
'pnpm', | ||
'pnpm add', | ||
'yarn', | ||
'yarn add', | ||
'yarn add package', | ||
'yarn install', | ||
'npmjs', | ||
'npm.io', | ||
'package manager', | ||
'package', | ||
'package.json', | ||
'package-lock.json', | ||
'pnpm-lock.yaml', | ||
'yarn.lock', | ||
'nodejs', | ||
'javascript', | ||
'typescript', | ||
'react', | ||
'reactjs', | ||
'react.js', | ||
'react-native', | ||
'express', | ||
'expressjs', | ||
'express.js', | ||
'nextjs', | ||
'next.js', | ||
'gatsby', | ||
'eslint', | ||
'dependencies', | ||
'devDependencies', | ||
'istall', | ||
'github', | ||
'module', | ||
'modules', | ||
], | ||
abstract: | ||
'A simple tool to install dependencies and devDependencies to your project with ease. Easily search for packages and install them with a simplified command.', | ||
applicationName: 'NPM Easy Dependency Adder', | ||
twitter: { | ||
title: 'NPM Easy Dependency Adder', | ||
card: 'summary', | ||
site: 'https://deps.chirag.codes', | ||
images: 'https://deps.chirag.codes/og-image.png', | ||
}, | ||
openGraph: { | ||
title: 'NPM Easy Dependency Adder', | ||
description: | ||
'A simple tool to install dependencies and devDependencies to your project with ease. Easily search for packages and install them with a simplified command.', | ||
url: 'https://deps.chirag.codes', | ||
type: 'website', | ||
siteName: 'NPM Easy Dependency Adder', | ||
images: [ | ||
{ | ||
url: 'https://deps.chirag.codes/og-image.png', | ||
}, | ||
], | ||
locale: 'en_US', | ||
}, | ||
assets: [ | ||
'https://deps.chirag.codes/og-image.png', | ||
'https://deps.chirag.codes/favicon.ico', | ||
'https://deps.chirag.codes/nores', | ||
], | ||
metadataBase: new URL('https://deps.chirag.codes/'), | ||
manifest: '/manifest.json', | ||
}; | ||
|
||
interface RootLayoutProps { | ||
children: React.ReactNode; | ||
children: React.ReactNode; | ||
} | ||
|
||
export default function RootLayout({ children }: Readonly<RootLayoutProps>) { | ||
return ( | ||
<html lang="en"> | ||
<body className={`${roboto.className} bg-background text-text`}>{children}</body> | ||
</html> | ||
); | ||
return ( | ||
<html lang="en"> | ||
<body className={`${roboto.className} bg-background text-text`}>{children}</body> | ||
</html> | ||
); | ||
} |
Oops, something went wrong.