-
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
144 changed files
with
16,161 additions
and
4 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
CURRENCY_API_KEY=xxxx |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
/coverage | ||
|
||
/.next/ | ||
/out/ | ||
|
||
/build | ||
|
||
.DS_Store | ||
*.pem | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
.pnpm-debug.log* | ||
|
||
pnpm-lock.yaml | ||
package-lock.json | ||
yarn.lock | ||
|
||
.env*.local | ||
|
||
.vercel | ||
|
||
*.tsbuildinfo | ||
|
||
**/*.js | ||
**/*.cjs | ||
**/*.mjs |
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
/** @type {import("eslint").Linter.Config} */ | ||
module.exports = { | ||
settings: { | ||
"import/resolver": { | ||
typescript: { project: ["./tsconfig.json"] }, | ||
}, | ||
tailwindcss: { | ||
callees: ["cn"], | ||
config: "tailwind.config.ts", | ||
}, | ||
}, | ||
env: { | ||
node: true, | ||
es2022: true, | ||
browser: true, | ||
}, | ||
overrides: [ | ||
{ | ||
// ================================================================= | ||
// TypeScript EsLint (Configuration File) | ||
// ================================================================= | ||
files: ["*.ts", "*.tsx", "*.mts", "*.cts"], | ||
parser: "@typescript-eslint/parser", | ||
parserOptions: { | ||
project: ["./tsconfig.json"], | ||
ecmaVersion: "latest", | ||
sourceType: "module", | ||
}, | ||
extends: ["next/core-web-vitals"], | ||
}, | ||
{ | ||
// ================================================================= | ||
// JavaScript EsLint (Configuration File) | ||
// ================================================================= | ||
files: ["*.js", "*.jsx", "*.mjs", "*.cjs"], | ||
extends: ["next/core-web-vitals"], | ||
}, | ||
], | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
# testing | ||
/coverage | ||
|
||
# next.js | ||
/.next/ | ||
/out/ | ||
|
||
# production | ||
/build | ||
|
||
# misc | ||
.DS_Store | ||
*.pem | ||
|
||
# debug | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
.pnpm-debug.log* | ||
|
||
# local env files | ||
.env*.local | ||
.env | ||
|
||
# vercel | ||
.vercel | ||
|
||
# typescript | ||
*.tsbuildinfo |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"*.{js,ts,tsx}": ["cspell", "eslint --fix", "prettier -w"], | ||
"*.{md,json}": ["prettier -w"] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
/coverage | ||
|
||
/.next/ | ||
/out/ | ||
|
||
/build | ||
|
||
.DS_Store | ||
*.pem | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
.pnpm-debug.log* | ||
|
||
pnpm-lock.yaml | ||
package-lock.json | ||
yarn.lock | ||
|
||
.env*.local | ||
|
||
.vercel | ||
|
||
*.tsbuildinfo |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"plugins": ["prettier-plugin-tailwindcss"], | ||
"tailwindFunctions": ["tv"] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript.tsdk": "node_modules/typescript/lib" | ||
} |
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,2 +1,29 @@ | ||
# utilities | ||
🤌 Comprehensive utility toolkit for Next.js, React, and beyond. Curated with dedication, this collection is designed to enhance your development experience, streamline your workflows, and elevate your projects to the next level. Dive in and discover a plethora of tools tailored for the modern developer. | ||
# Bleverse Utils | ||
|
||
Comprehensive utility toolkit for Next.js, React, and beyond. Elevate your productivity with a comprehensive set of utilities right at your fingertips. From calculators to developer utils, make every task simpler. Curated with dedication, this collection is designed to enhance your development experience, streamline your workflows, and elevate your projects to the next level. Dive in and discover a plethora of utils tailored for the modern developer. | ||
|
||
![GitHub repo size](https://img.shields.io/github/repo-size/blefnk/utils?style=for-the-badge) | ||
![GitHub language count](https://img.shields.io/github/languages/count/blefnk/utils?style=for-the-badge) | ||
![GitHub forks](https://img.shields.io/github/forks/blefnk/utils?style=for-the-badge) | ||
![GitHub open issues](https://img.shields.io/github/issues/blefnk/utils?style=for-the-badge) | ||
![GitHub open pull requests](https://img.shields.io/github/pr-raw/blefnk/utils?style=for-the-badge) | ||
|
||
## 🤌 Features | ||
|
||
Please visit [the corresponding page](/repo/roadmap.md) to see the full list of features. | ||
|
||
## 📫 Contributing to Bleverse Utils | ||
|
||
To contribute to Bleverse Utils, follow these steps: | ||
|
||
1. Fork this repository. | ||
2. Create a branch: `git checkout -b <branch_name>`. | ||
3. Make your changes and commit them: `git commit -m '<commit_message>'` | ||
4. Push to original branch: `git push origin <project_name> / <local>` | ||
5. Create the pull request. | ||
|
||
Or, see the GitHub docs on [how to create a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request). | ||
|
||
## 🤝 Collaborators | ||
|
||
We thank everyone for their contributions to this repository. Please visit [the corresponding page](/repo/contributing/contributors.md) to see the full list of contributors. |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
module.exports = { extends: ["@commitlint/config-conventional"] }; |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"$schema": "https://ui.shadcn.com/schema.json", | ||
"style": "default", | ||
"rsc": true, | ||
"tsx": true, | ||
"tailwind": { | ||
"config": "tailwind.config.js", | ||
"css": "app/styles/globals.css", | ||
"baseColor": "zinc", | ||
"cssVariables": true | ||
}, | ||
"aliases": { | ||
"islands": "~/islands", | ||
"utils": "~/utils" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"import": ["@cspell/dict-pt-br/cspell-ext.json"], | ||
"version": "0.2", | ||
"language": "en,pt", | ||
"ignorePaths": ["dist", "out", "build", ".next"], | ||
"words": [ | ||
"bleverse", | ||
"caesar", | ||
"cmdk", | ||
"commitlint", | ||
"community", | ||
"esnext", | ||
"gykh", | ||
"hookform", | ||
"Kornienko", | ||
"lightningcss", | ||
"lucide", | ||
"monaco", | ||
"morsee", | ||
"Nazar", | ||
"nextjs", | ||
"qrcode", | ||
"shadcn", | ||
"tailwindcss", | ||
"tanstack", | ||
"whatsapp" | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// <reference types="next" /> | ||
/// <reference types="next/image-types/global" /> | ||
|
||
// NOTE: This file should not be edited | ||
// see https://nextjs.org/docs/basic-features/typescript for more information. |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
import "./src/constants/env.mjs"; | ||
|
||
/** @type {import('next').NextConfig} */ | ||
const config = { | ||
reactStrictMode: true, | ||
swcMinify: true, | ||
eslint: { | ||
ignoreDuringBuilds: true, | ||
}, | ||
typescript: { | ||
ignoreBuildErrors: true, | ||
}, | ||
experimental: { | ||
// typedRoutes: process.env.NODE_ENV === "development", | ||
}, | ||
webpack: (config) => { | ||
config.resolve.fallback = { fs: false }; | ||
|
||
return config; | ||
}, | ||
}; | ||
|
||
export default config; |
Oops, something went wrong.