Skip to content

Commit

Permalink
style: 💄 reorder dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
suchcodemuchwow committed Jan 11, 2024
1 parent 3e78e0c commit 93b45bd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 27 deletions.
15 changes: 5 additions & 10 deletions .lefthook/pre-commit/hello.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
console.log(`
################################################################################
################################################################################
_ _ _ _ __ __ _ _ _
| | | | | | | \ \ / / | | | | |
| |__| | ___| | | ___ \ \ /\ / /__ _ __| | __| | |
| __ |/ _ \ | |/ _ \ \ \/ \/ / _ \| '__| |/ _ | |
| | | | __/ | | (_) | \ /\ / (_) | | | | (_| |_|
|_| |_|\___|_|_|\___( ) \/ \/ \___/|_| |_|\__,_(_)
################################################################################
################################################################################
██████ ███ ██ ███████ ██ ██████ ██ ██ ███████
██ ██ ████ ██ ██ ██ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ █████ ██ ██ ██ ██ ██ █████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██████ ██ ████ ███████ ███████ ██████ ████ ███████
`);
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,23 @@ This Turborepo has some additional tools already setup for you:
## Dependencies
| Package | Description |
| ------------------------------------------ | ----------------------------------------------------------------------- |
| **crawlee** | Web scraping library. |
| **electron** | Cross-platform desktop application framework. |
| **eslint** | JavaScript and TypeScript code quality checker. |
| **expo** | Framework for building universal native apps. |
| **jest** | JavaScript testing framework. |
| **lefthook** | Git hooks manager. |
| **next** | React framework for static websites. |
| **playwright** | Node library to automate browsers. |
| **plasmo** | Plasmo framework. |
| **prettier** | Opinionated code formatter. |
| **react** | JavaScript library for building user interfaces. |
| **react-native** | Framework for building native apps using React. |
| **react-native-web** | React Native for the web. |
| **tailwindcss** | Utility-first CSS framework. |
| **turbo** | Modern JavaScript runtime. |
| **typescript** | TypeScript language. |
| **vite** | Fast development server and build tool. |
| @babel/core | Babel compiler core. |
| @ianvs/prettier-plugin-sort-imports | Prettier plugin for sorting imports. |
| @nestjs/cache-manager | NestJS cache manager. |
Expand All @@ -88,50 +105,33 @@ This Turborepo has some additional tools already setup for you:
| cache-manager | Generic caching module for Node.js. |
| class-transformer | Decorator-based object transformation library. |
| class-validator | Validator and sanitizer for classes. |
| **crawlee** | Web scraping library. |
| **electron** | Cross-platform desktop application framework. |
| electron-builder | Create installers for Electron apps. |
| **eslint** | JavaScript and TypeScript code quality checker. |
| eslint-config-prettier | ESLint configuration for Prettier. |
| eslint-config-turbo | Turbo's ESLint configuration. |
| eslint-plugin-import | ESLint plugin for import/export syntax. |
| eslint-plugin-jsx-a11y | ESLint plugin for JSX accessibility rules. |
| eslint-plugin-react | ESLint plugin for React. |
| eslint-plugin-react-hooks | ESLint plugin for React Hooks. |
| **expo** | Framework for building universal native apps. |
| expo-dev-client | Expo development client. |
| expo-status-bar | Expo status bar component. |
| expo-updates | Expo updates module. |
| **jest** | JavaScript testing framework. |
| **lefthook** | Git hooks manager. |
| lucide-react | SVG icon component library. |
| **next** | React framework for static websites. |
| **playwright** | Node library to automate browsers. |
| **plasmo** | Plasmo framework. |
| postcss | Tool for transforming styles with JS plugins. |
| **prettier** | Opinionated code formatter. |
| prettier-plugin-tailwindcss | Prettier plugin for Tailwind CSS. |
| **react** | JavaScript library for building user interfaces. |
| react-dom | Entry point to the DOM and server renderers for React. |
| **react-native** | Framework for building native apps using React. |
| **react-native-web** | React Native for the web. |
| react-router-dom | Declarative routing for React.js. |
| reflect-metadata | Decorator metadata reflection library. |
| rxjs | Reactive programming library. |
| source-map-support | Adds source map support to Node.js. |
| supertest | HTTP assertion library for testing Node.js HTTP servers. |
| tailwind-merge | Tailwind CSS utility for merging configurations. |
| **tailwindcss** | Utility-first CSS framework. |
| tailwindcss-animate | Tailwind CSS plugin for animations. |
| ts-jest | Jest preprocessor for TypeScript. |
| ts-loader | TypeScript loader for webpack. |
| ts-node | TypeScript execution environment for Node.js. |
| tsconfig-paths | Resolve TypeScript module aliases. |
| tsup | TypeScript module bundler. |
| tsx | TypeScript React JSX support. |
| **turbo** | Modern JavaScript runtime. |
| **typescript** | TypeScript language. |
| **vite** | Fast development server and build tool. |
| vite-plugin-electron | Vite plugin for Electron. |
| vite-plugin-electron-renderer | Vite plugin for Electron renderer. |

Expand Down

0 comments on commit 93b45bd

Please sign in to comment.