ChessivityBeta
HomeLibraryChallengesCalendarFeedback

Links

ImpressumPrivacyTermsThird-party licenses

© 2026 Chessivity. All rights reserved.

Third-party licenses

Chessivity builds on open-source software, fonts, and graphics. This page lists what we use and under which licenses. Dependency data was generated on 2026-05-05;

Fonts

  • Nunito — Primary UI font, loaded via Next.js `next/font/google` (self-hosted subsets). Open Graph preview images load Nunito Bold at runtime from the Google Fonts API. SIL Open Font License 1.1 (source)

Chess graphics

  • react-chessboard — Chessboard UI: piece movement, spare pieces, and annotations in the feed and composer. MIT License (project)
  • Default chess piece SVGs (react-chessboard) — Rasterized/embedded SVG chess piece graphics displayed on the board unless overridden. Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) (Wikimedia category). Upstream attributes these to Wikimedia Commons (Category:SVG chess pieces) by Cburnett, CC BY-SA 3.0, as noted in react-chessboard `src/pieces.tsx`.

Icons

  • Lucide (lucide-react) — Profile Active Streak metric (flame); profile Statistics global timeframe picker (calendar trigger and previous/next month controls, via the shared date calendar); member Feedback Ideas submit button (plus). ISC License (source)

Some decorative marks and illustrations are small inline SVGs authored for Chessivity.

Frontend (runtime)

Production dependency tree (274 packages; react-chessboard is under Chess graphics and lucide-react under Icons), grouped by SPDX or npm-reported license name.

0BSD

  • tslib@2.8.1 — Runtime library for TypeScript helper functions (homepage)

Apache-2.0

  • @img/sharp-linux-x64@0.34.5 — Prebuilt sharp for use with Linux (glibc) x64 (homepage)
  • @playwright/test@1.59.1 — A high-level API to automate web browsers (homepage)
  • @swc/helpers@0.5.15 — External helpers for the swc project. (homepage)
  • baseline-browser-mapping@2.10.0 — A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status. (homepage)
  • class-variance-authority@0.7.1 — Class Variance Authority 🧬 (homepage)
  • detect-libc@2.1.2 — Node.js module to detect the C standard library (libc) implementation family and version (homepage)
  • playwright@1.59.1 — A high-level API to automate web browsers (homepage)
  • playwright-core@1.59.1 — A high-level API to automate web browsers (homepage)
  • sharp@0.34.5 — High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images (homepage)

BSD-2-Clause

  • chess.js@1.4.0 — Chess rules, FEN, and move validation in the browser. (homepage)

BSD-3-Clause

  • d3-ease@3.0.1 — Easing functions for smooth animation. (homepage)
  • source-map-js@1.2.1 — Generates and consumes source maps (homepage)

CC-BY-4.0

  • caniuse-lite@1.0.30001774 — A smaller version of caniuse-db, with only the essentials! (homepage)

ISC

  • @ungap/structured-clone@1.3.0 — A structuredClone polyfill (homepage)
  • d3-array@3.2.4 — Array manipulation, ordering, searching, summarizing, etc. (homepage)
  • d3-color@3.1.0 — Color spaces! RGB, HSL, Cubehelix, Lab and HCL (Lch). (homepage)
  • d3-format@3.1.2 — Format numbers for human consumption. (homepage)
  • d3-interpolate@3.0.1 — Interpolate numbers, colors, strings, arrays, objects, whatever! (homepage)
  • d3-path@3.1.0 — Serialize Canvas path commands to SVG. (homepage)
  • d3-scale@4.0.2 — Encodings that map abstract data to visual representation. (homepage)
  • d3-shape@3.2.0 — Graphical primitives for visualization, such as lines and areas. (homepage)
  • d3-time@3.1.0 — A calculator for humanity’s peculiar conventions of time. (homepage)
  • d3-time-format@4.1.0 — A JavaScript time formatter and parser inspired by strftime and strptime. (homepage)
  • d3-timer@3.0.1 — An efficient queue capable of managing thousands of concurrent animations. (homepage)
  • electron-to-chromium@1.5.302 — Provides a list of electron-to-chromium version mappings (homepage)
  • internmap@2.0.3 — Map and Set with automatic key interning (homepage)
  • lru-cache@5.1.1 — A cache object that deletes the least-recently-used items. (homepage)
  • lucide-react@1.14.0 — A Lucide icon library package for React applications. (homepage)
  • picocolors@1.1.1 — The tiniest and the fastest library for terminal output formatting with ANSI colors (homepage)
  • semver@6.3.1 — The semantic version parser used by npm. (homepage)
  • yallist@3.1.1 — Yet Another Linked List (homepage)

LGPL-3.0-or-later

  • @img/sharp-libvips-linux-x64@1.2.4 — Prebuilt libvips and dependencies for use with sharp on Linux (glibc) x64 (homepage)

MIT

  • @babel/code-frame@7.29.0 — Generate errors that contain a code frame that point to source locations. (homepage)
  • @babel/compat-data@7.29.0 — The compat-data to determine required Babel plugins (homepage)
  • @babel/core@7.29.0 — Babel compiler core. (homepage)
  • @babel/generator@7.29.1 — Turns an AST into code. (homepage)
  • @babel/helper-compilation-targets@7.28.6 — Helper functions on Babel compilation targets (homepage)
  • @babel/helper-globals@7.28.0 — A collection of JavaScript globals for Babel internal usage (homepage)
  • @babel/helper-module-imports@7.28.6 — Babel helper functions for inserting module loads (homepage)
  • @babel/helper-module-transforms@7.28.6 — Babel helper functions for implementing ES6 module transformations (homepage)
  • @babel/helper-string-parser@7.27.1 — A utility package to parse strings (homepage)
  • @babel/helper-validator-identifier@7.28.5 — Validate identifier/keywords name (homepage)
  • @babel/helper-validator-option@7.27.1 — Validate plugin/preset options (homepage)
  • @babel/helpers@7.28.6 — Collection of helper functions used by Babel transforms. (homepage)
  • @babel/parser@7.29.0 — A JavaScript parser (homepage)
  • @babel/template@7.28.6 — Generate an AST from a string template. (homepage)
  • @babel/traverse@7.29.0 — The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes (homepage)
  • @babel/types@7.29.0 — Babel Types is a Lodash-esque utility library for AST nodes (homepage)
  • @date-fns/tz@1.4.1 — date-fns timezone utils (homepage)
  • @dnd-kit/accessibility@3.1.1 — A generic toolkit to help with accessibility (homepage)
  • @dnd-kit/core@6.3.1 — dnd kit – a lightweight React library for building performant and accessible drag and drop experiences (homepage)
  • @dnd-kit/modifiers@9.0.0 — Translate modifier presets for use with `@dnd-kit` packages. (homepage)
  • @dnd-kit/utilities@3.2.2 — Internal utilities to bee shared between `@dnd-kit` packages (homepage)
  • @floating-ui/core@1.7.5 — Positioning library for floating elements: tooltips, popovers, dropdowns, and more (homepage)
  • @floating-ui/dom@1.7.6 — Floating UI for the web (homepage)
  • @floating-ui/react-dom@2.1.8 — Floating UI for React DOM (homepage)
  • @floating-ui/utils@0.2.11 — Utilities for Floating UI (homepage)
  • @img/colour@1.0.0 — The ESM-only 'color' package made compatible for use with CommonJS runtimes (homepage)
  • @jridgewell/gen-mapping@0.3.13 — Generate source maps (homepage)
  • @jridgewell/remapping@2.3.5 — Remap sequential sourcemaps through transformations to point at the original source code (homepage)
  • @jridgewell/resolve-uri@3.1.2 — Resolve a URI relative to an optional base URI (homepage)
  • @jridgewell/sourcemap-codec@1.5.5 — Encode/decode sourcemap mappings (homepage)
  • @jridgewell/trace-mapping@0.3.31 — Trace the original position through a source map (homepage)
  • @next/env@16.2.4 — Next.js dotenv file loading (homepage)
  • @next/swc-linux-x64-gnu@16.2.4 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/number@1.1.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/primitive@1.1.3 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-arrow@1.1.7 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-collection@1.1.7 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-compose-refs@1.1.2 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-context@1.1.2 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-direction@1.1.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-dismissable-layer@1.1.11 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-focus-guards@1.1.3 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-focus-scope@1.1.7 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-id@1.1.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-popover@1.1.15 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-popper@1.2.8 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-portal@1.1.9 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-presence@1.1.5 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-primitive@2.1.3 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-radio-group@1.3.8 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-roving-focus@1.1.11 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-select@2.2.6 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-slot@1.2.3 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-switch@1.2.6 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-use-callback-ref@1.1.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-use-controllable-state@1.2.2 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-use-effect-event@0.0.2 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-use-escape-keydown@1.1.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-use-layout-effect@1.1.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-use-previous@1.1.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-use-rect@1.1.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-use-size@1.1.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/react-visually-hidden@1.2.3 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @radix-ui/rect@1.1.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
  • @reduxjs/toolkit@2.11.2 — The official, opinionated, batteries-included toolset for efficient Redux development (homepage)
  • @standard-schema/spec@1.1.0 — A family of specs for interoperable TypeScript (homepage)
  • @standard-schema/utils@0.3.0 — The official runtime utils for Standard Schema (homepage)
  • @tabby_ai/hijri-converter@1.0.5 — Typescript port of an accurate python Hijri-Gregorian dates converter based on the Umm al-Qura calendar: https://github.com/mhalshehri/hijri-converter
  • @tiptap/core@3.22.4 — Rich text editor core (TipTap). (homepage)
  • @tiptap/extension-bubble-menu@3.22.4 — bubble-menu extension for tiptap (homepage)
  • @tiptap/extension-document@3.22.4 — document extension for tiptap (homepage)
  • @tiptap/extension-floating-menu@3.22.4 — floating-menu extension for tiptap (homepage)
  • @tiptap/extension-hard-break@3.22.4 — hard break extension for tiptap (homepage)
  • @tiptap/extension-history@3.22.4 — history extension for tiptap (homepage)
  • @tiptap/extension-link@3.22.3 — link extension for tiptap (homepage)
  • @tiptap/extension-paragraph@3.22.4 — paragraph extension for tiptap (homepage)
  • @tiptap/extension-placeholder@3.22.4 — Placeholder styling for the editor. (homepage)
  • @tiptap/extension-text@3.22.4 — text extension for tiptap (homepage)
  • @tiptap/extensions@3.22.4 — various extensions for tiptap (homepage)
  • @tiptap/pm@3.22.4 — ProseMirror integration for TipTap. (homepage)
  • @tiptap/react@3.22.4 — React bindings for TipTap. (homepage)
  • @tiptap/suggestion@3.22.4 — Slash-command and move-picker suggestion UI for TipTap editors. (homepage)
  • @types/d3-array@3.2.2 — TypeScript definitions for d3-array (homepage)
  • @types/d3-color@3.1.3 — TypeScript definitions for d3-color (homepage)
  • @types/d3-ease@3.0.2 — TypeScript definitions for d3-ease (homepage)
  • @types/d3-interpolate@3.0.4 — TypeScript definitions for d3-interpolate (homepage)
  • @types/d3-path@3.1.1 — TypeScript definitions for d3-path (homepage)
  • @types/d3-scale@4.0.9 — TypeScript definitions for d3-scale (homepage)
  • @types/d3-shape@3.1.8 — TypeScript definitions for d3-shape (homepage)
  • @types/d3-time@3.0.4 — TypeScript definitions for d3-time (homepage)
  • @types/d3-timer@3.0.2 — TypeScript definitions for d3-timer (homepage)
  • @types/debug@4.1.13 — TypeScript definitions for debug (homepage)
  • @types/estree@1.0.8 — TypeScript definitions for estree (homepage)
  • @types/estree-jsx@1.0.5 — TypeScript definitions for estree-jsx (homepage)
  • @types/hast@3.0.4 — TypeScript definitions for hast (homepage)
  • @types/mdast@4.0.4 — TypeScript definitions for mdast (homepage)
  • @types/ms@2.1.0 — TypeScript definitions for ms (homepage)
  • @types/react@19.2.14 — TypeScript definitions for react (homepage)
  • @types/react-dom@19.2.3 — TypeScript definitions for react-dom (homepage)
  • @types/unist@2.0.11 — TypeScript definitions for unist (homepage)
  • @types/use-sync-external-store@0.0.6 — TypeScript definitions for use-sync-external-store (homepage)
  • altcha@3.0.2 — Privacy-first CAPTCHA widget, compliant with global regulations (GDPR/HIPAA/CCPA/LGDP/DPDPA/PIPL) and WCAG accessible. No tracking, self-verifying. (homepage)
  • aria-hidden@1.2.6 — Cast aria-hidden to everything, except... (homepage)
  • bail@2.0.2 — Throw a given error (homepage)
  • browserslist@4.28.1 — Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset (homepage)
  • ccount@2.0.1 — Count how often a character (or substring) is used in a string (homepage)
  • character-entities@2.0.2 — Map of named character references (homepage)
  • character-entities-html4@2.1.0 — Map of named character references from HTML 4 (homepage)
  • character-entities-legacy@3.0.0 — List of legacy HTML named character references that don’t need a trailing semicolon (homepage)
  • character-reference-invalid@2.0.1 — Map of invalid numeric character references to their replacements, according to HTML (homepage)
  • client-only@0.0.1 — This is a marker package to indicate that a module can only be used in Client Components. (homepage)
  • clsx@2.1.1 — A tiny (239B) utility for constructing className strings conditionally. (homepage)
  • comma-separated-tokens@2.0.3 — Parse and stringify comma-separated tokens (homepage)
  • convert-source-map@2.0.0 — Converts a source-map from/to different formats and allows adding/changing properties. (homepage)
  • csstype@3.2.3 — Strict TypeScript and Flow types for style based on MDN data (homepage)
  • date-fns@4.1.0 — Modern JavaScript date utility library (homepage)
  • date-fns-jalali@4.1.0-0 — Modern JavaScript date utility library for jalali calendar (homepage)
  • debug@4.4.3 — Lightweight debugging utility for Node.js and the browser (homepage)
  • decimal.js-light@2.5.1 — An arbitrary-precision Decimal type for JavaScript. (homepage)
  • decode-named-character-reference@1.3.0 — Decode named character references (homepage)
  • dequal@2.0.3 — A tiny (304B to 489B) utility for check for deep equality (homepage)
  • detect-node-es@1.1.0 — Detect Node.JS (as opposite to browser environment). ESM modification (homepage)
  • devlop@1.1.0 — Do things in development and nothing otherwise (homepage)
  • emoji-picker-react@4.18.0 — MIT emoji picker (native Unicode insert) for compose and comment fields. (homepage)
  • es-toolkit@1.45.1 — A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations. (homepage)
  • escalade@3.2.0 — A tiny (183B to 210B) and fast utility to ascend parent directories (homepage)
  • estree-util-is-identifier-name@3.0.0 — Check if something can be an ecmascript (javascript) identifier name (homepage)
  • eventemitter3@5.0.4 — EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface. (homepage)
  • extend@3.0.2 — Port of jQuery.extend for node.js and the browser (homepage)
  • fast-equals@5.4.0 — A blazing fast equality comparison, either shallow or deep (homepage)
  • flairup@1.0.0 — 🎩 Lightweight CSS-in-JS solution for npm packages (homepage)
  • gensync@1.0.0-beta.2 — Allows users to use generators in order to write common functions that can be both sync or async. (homepage)
  • get-nonce@1.0.1 — returns nonce (homepage)
  • hash-wasm@4.12.0 — Lightning fast hash functions for browsers and Node.js using hand-tuned WebAssembly binaries (MD4, MD5, SHA-1, SHA-2, SHA-3, Keccak, BLAKE2, BLAKE3, PBKDF2, Argon2, bcrypt, scrypt, Adler-32, CRC32, CRC32C, RIPEMD-160, HMAC, xxHash, SM3, Whirlpool) (homepage)
  • hast-util-to-jsx-runtime@2.3.6 — hast utility to transform to preact, react, solid, svelte, vue, etc (homepage)
  • hast-util-whitespace@3.0.0 — hast utility to check if a node is inter-element whitespace (homepage)
  • html-to-image@1.11.13 — Generates an image from a DOM node using HTML5 canvas and SVG. (homepage)
  • html-url-attributes@3.0.1 — Map of URL attributes in HTML (homepage)
  • immer@10.2.0 — Create your next immutable state by mutating the current one (homepage)
  • inline-style-parser@0.2.7 — An inline style parser. (homepage)
  • is-alphabetical@2.0.1 — Check if a character is alphabetical (homepage)
  • is-alphanumerical@2.0.1 — Check if a character is alphanumerical (homepage)
  • is-decimal@2.0.1 — Check if a character is decimal (homepage)
  • is-hexadecimal@2.0.1 — Check if a character is hexadecimal (homepage)
  • is-plain-obj@4.1.0 — Check if a value is a plain object (homepage)
  • js-tokens@4.0.0 — A regex that tokenizes JavaScript. (homepage)
  • jsesc@3.1.0 — Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. (homepage)
  • json5@2.2.3 — JSON for Humans (homepage)
  • linkifyjs@4.3.2 — Find URLs, email addresses, #hashtags and @mentions in plain-text strings, then convert them into HTML <a> links. (homepage)
  • longest-streak@3.1.0 — Count the longest repeating streak of a substring (homepage)
  • mdast-util-from-markdown@2.0.3 — mdast utility to parse markdown (homepage)
  • mdast-util-mdx-expression@2.0.1 — mdast extension to parse and serialize MDX (or MDX.js) expressions (homepage)
  • mdast-util-mdx-jsx@3.2.0 — mdast extension to parse and serialize MDX or MDX.js JSX (homepage)
  • mdast-util-mdxjs-esm@2.0.1 — mdast extension to parse and serialize MDX.js ESM (import/exports) (homepage)
  • mdast-util-phrasing@4.1.0 — mdast utility to check if a node is phrasing content (homepage)
  • mdast-util-to-hast@13.2.1 — mdast utility to transform to hast (homepage)
  • mdast-util-to-markdown@2.1.2 — mdast utility to serialize markdown (homepage)
  • mdast-util-to-string@4.0.0 — mdast utility to get the plain text content of a node (homepage)
  • micromark@4.0.2 — small commonmark compliant markdown parser with positional info and concrete tokens (homepage)
  • micromark-core-commonmark@2.0.3 — The CommonMark markdown constructs (homepage)
  • micromark-factory-destination@2.0.1 — micromark factory to parse destinations (found in resources, definitions) (homepage)
  • micromark-factory-label@2.0.1 — micromark factory to parse labels (found in media, definitions) (homepage)
  • micromark-factory-space@2.0.1 — micromark factory to parse markdown space (found in lots of places) (homepage)
  • micromark-factory-title@2.0.1 — micromark factory to parse markdown titles (found in resources, definitions) (homepage)
  • micromark-factory-whitespace@2.0.1 — micromark factory to parse markdown whitespace (found in lots of places) (homepage)
  • micromark-util-character@2.1.1 — micromark utility to handle character codes (homepage)
  • micromark-util-chunked@2.0.1 — micromark utility to splice and push with giant arrays (homepage)
  • micromark-util-classify-character@2.0.1 — micromark utility to classify whether a character is whitespace or punctuation (homepage)
  • micromark-util-combine-extensions@2.0.1 — micromark utility to combine syntax or html extensions (homepage)
  • micromark-util-decode-numeric-character-reference@2.0.2 — micromark utility to decode numeric character references (homepage)
  • micromark-util-decode-string@2.0.1 — micromark utility to decode markdown strings (homepage)
  • micromark-util-encode@2.0.1 — micromark utility to encode dangerous html characters (homepage)
  • micromark-util-html-tag-name@2.0.1 — micromark utility with list of html tag names (homepage)
  • micromark-util-normalize-identifier@2.0.1 — micromark utility normalize identifiers (as found in references, definitions) (homepage)
  • micromark-util-resolve-all@2.0.1 — micromark utility to resolve subtokens (homepage)
  • micromark-util-sanitize-uri@2.0.1 — micromark utility to sanitize urls (homepage)
  • micromark-util-subtokenize@2.1.0 — micromark utility to tokenize subtokens (homepage)
  • micromark-util-symbol@2.0.1 — micromark utility with symbols (homepage)
  • micromark-util-types@2.0.2 — micromark utility with a couple of typescript types (homepage)
  • ms@2.1.3 — Tiny millisecond conversion utility (homepage)
  • nanoid@3.3.11 — A tiny (116 bytes), secure URL-friendly unique string ID generator (homepage)
  • next@16.2.4 — React framework, routing, and server components. (homepage)
  • node-releases@2.0.27 — Node.js releases data (homepage)
  • orderedmap@2.1.1 — Persistent ordered mapping from strings (homepage)
  • parse-entities@4.0.2 — Parse HTML character references (homepage)
  • postcss@8.4.31 — Tool for transforming styles with JS plugins (homepage)
  • property-information@7.1.0 — Info on the properties and attributes of the web platform (homepage)
  • prosemirror-changeset@2.4.0 — Distills a series of editing steps into deleted and added ranges (homepage)
  • prosemirror-commands@1.7.1 — Editing commands for ProseMirror (homepage)
  • prosemirror-dropcursor@1.8.2 — Drop cursor plugin for ProseMirror (homepage)
  • prosemirror-gapcursor@1.4.0 — ProseMirror plugin for cursors at normally impossible-to-reach positions (homepage)
  • prosemirror-history@1.5.0 — Undo history for ProseMirror (homepage)
  • prosemirror-keymap@1.2.3 — Keymap plugin for ProseMirror (homepage)
  • prosemirror-model@1.25.4 — ProseMirror's document model (homepage)
  • prosemirror-schema-list@1.5.1 — List-related schema elements and commands for ProseMirror (homepage)
  • prosemirror-state@1.4.4 — ProseMirror editor state (homepage)
  • prosemirror-tables@1.8.5 — ProseMirror's rowspan/colspan tables component (homepage)
  • prosemirror-transform@1.11.0 — ProseMirror document transformations (homepage)
  • prosemirror-view@1.41.6 — ProseMirror's view component (homepage)
  • react@19.2.3 — UI library. (homepage)
  • react-day-picker@9.14.0 — Customizable Date Picker for React (homepage)
  • react-dom@19.2.3 — React DOM renderer. (homepage)
  • react-is@17.0.2 — Brand checking of React Elements. (homepage)
  • react-markdown@10.1.0 — React component to render markdown (homepage)
  • react-redux@9.2.0 — Official React bindings for Redux (homepage)
  • react-remove-scroll@2.7.2 — Disables scroll outside of `children` node. (homepage)
  • react-remove-scroll-bar@2.3.8 — Removes body scroll without content _shake_ (homepage)
  • react-style-singleton@2.2.3 — Just create a single stylesheet... (homepage)
  • recharts@3.8.0 — Profile and statistics charts. (homepage)
  • redux@5.0.1 — Predictable state container for JavaScript apps (homepage)
  • redux-thunk@3.1.0 — Thunk middleware for Redux. (homepage)
  • remark-parse@11.0.0 — remark plugin to add support for parsing markdown input (homepage)
  • remark-rehype@11.1.2 — remark plugin that turns markdown into HTML to support rehype (homepage)
  • reselect@5.1.1 — Selectors for Redux. (homepage)
  • rope-sequence@1.3.4 — Rope-based persistent sequence type (homepage)
  • scheduler@0.27.0 — Cooperative scheduler for the browser environment. (homepage)
  • server-only@0.0.1 — Marks server-only modules so they are not imported from client bundles. (homepage)
  • space-separated-tokens@2.0.2 — Parse and stringify space separated tokens (homepage)
  • stringify-entities@4.0.4 — Serialize (encode) HTML character references (homepage)
  • style-to-js@1.1.21 — Parses CSS inline style to JavaScript object (camelCased). (homepage)
  • style-to-object@1.0.14 — Parse CSS inline style to JavaScript object. (homepage)
  • styled-jsx@5.1.6 — Full CSS support for JSX without compromises (homepage)
  • tailwind-merge@3.5.0 — Merge Tailwind CSS classes without style conflicts (homepage)
  • tiny-invariant@1.3.3 — A tiny invariant function (homepage)
  • trim-lines@3.0.1 — Remove spaces and tabs around line-breaks (homepage)
  • trough@2.2.0 — `trough` is middleware (homepage)
  • unified@11.0.5 — parse, inspect, transform, and serialize content through syntax trees (homepage)
  • unist-util-is@6.0.1 — unist utility to check if a node passes a test (homepage)
  • unist-util-position@5.0.0 — unist utility to get the position of a node (homepage)
  • unist-util-stringify-position@4.0.0 — unist utility to serialize a node, position, or point as a human readable location (homepage)
  • unist-util-visit@5.1.0 — unist utility to visit nodes (homepage)
  • unist-util-visit-parents@6.0.2 — unist utility to recursively walk over nodes, with ancestral information (homepage)
  • update-browserslist-db@1.2.3 — CLI tool to update caniuse-lite to refresh target browsers from Browserslist config (homepage)
  • use-callback-ref@1.3.3 — The same useRef, but with callback (homepage)
  • use-sidecar@1.1.3 — Sidecar code splitting utils (homepage)
  • use-sync-external-store@1.6.0 — Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks. (homepage)
  • vfile@6.0.3 — Virtual file format for text processing (homepage)
  • vfile-message@4.0.3 — vfile utility to create a virtual message (homepage)
  • w3c-keyname@2.2.8 — Get a KeyboardEvent.key-style string from an event (homepage)
  • zwitch@2.0.4 — Handle values based on a property (homepage)

MIT AND ISC

  • victory-vendor@37.3.6 — Vendored dependencies for Victory (homepage)

Frontend (development tooling)

Packages used only during development and builds (419 packages).

Apache-2.0

  • @eslint/config-array@0.21.1 — General purpose glob-based configuration matching. (homepage)
  • @eslint/config-helpers@0.4.2 — Helper utilities for creating ESLint configuration (homepage)
  • @eslint/core@0.17.0 — Runtime-agnostic core of ESLint (homepage)
  • @eslint/object-schema@2.1.7 — An object schema merger/validator (homepage)
  • @eslint/plugin-kit@0.4.1 — Utilities for building ESLint plugins. (homepage)
  • @humanfs/core@0.19.1 — The core of the humanfs library. (homepage)
  • @humanfs/node@0.16.7 — The Node.js bindings of the humanfs library. (homepage)
  • @humanwhocodes/module-importer@1.0.1 — Universal module importer for Node.js (homepage)
  • @humanwhocodes/retry@0.4.3 — A utility to retry failed async methods. (homepage)
  • @playwright/test@1.59.1 — A high-level API to automate web browsers (homepage)
  • aria-query@5.3.0 — Programmatic access to the ARIA specification (homepage)
  • axobject-query@4.1.0 — Programmatic access to information about the AXObject Model (homepage)
  • baseline-browser-mapping@2.10.0 — A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status. (homepage)
  • detect-libc@2.1.2 — Node.js module to detect the C standard library (libc) implementation family and version (homepage)
  • doctrine@2.1.0 — JSDoc parser (homepage)
  • eslint-visitor-keys@3.4.3 — Constants and utilities about visitor keys to traverse AST. (homepage)
  • expect-type@1.3.0 — Development or build tooling. (homepage)
  • playwright@1.59.1 — A high-level API to automate web browsers (homepage)
  • playwright-core@1.59.1 — A high-level API to automate web browsers (homepage)
  • typescript@5.9.3 — TypeScript is a language for application scale JavaScript development (homepage)
  • xml-name-validator@5.0.0 — Validates whether a string matches the production for an XML name or qualified name (homepage)

BlueOak-1.0.0

  • lru-cache@11.3.5 — A cache object that deletes the least-recently-used items. (homepage)
  • minimatch@10.2.4 — a glob matcher in javascript (homepage)

BSD-2-Clause

  • damerau-levenshtein@1.0.8 — Damerau - Levenshtein distance by The Spanish Inquisition + relative distance (homepage)
  • entities@8.0.0 — Encode & decode XML and HTML entities with ease & speed (homepage)
  • eslint-scope@8.4.0 — ECMAScript scope analyzer for ESLint (homepage)
  • espree@10.4.0 — An Esprima-compatible JavaScript parser built on Acorn (homepage)
  • esrecurse@4.3.0 — ECMAScript AST recursive visitor (homepage)
  • estraverse@5.3.0 — ECMAScript JS AST traversal functions (homepage)
  • esutils@2.0.3 — utility box for ECMAScript language tools (homepage)
  • uri-js@4.4.1 — An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript. (homepage)
  • webidl-conversions@8.0.1 — Implements the WebIDL algorithms for converting to and from JavaScript values (homepage)

BSD-3-Clause

  • esquery@1.7.0 — A query library for ECMAScript AST using a CSS selector like query language. (homepage)
  • source-map-js@1.2.1 — Generates and consumes source maps (homepage)
  • tough-cookie@6.0.1 — RFC6265 Cookies and Cookie Jar for node.js (homepage)

CC-BY-4.0

  • caniuse-lite@1.0.30001774 — A smaller version of caniuse-db, with only the essentials! (homepage)

CC0-1.0

  • language-subtag-registry@0.3.23 — Full BCP 47 language subtag data from the official IANA repository, in JSON format with multiple indices. (homepage)
  • mdn-data@2.27.1 — Open Web data by the Mozilla Developer Network (homepage)

ISC

  • electron-to-chromium@1.5.302 — Provides a list of electron-to-chromium version mappings (homepage)
  • eslint-import-resolver-typescript@3.10.1 — This plugin adds `TypeScript` support to `eslint-plugin-import` (homepage)
  • fastq@1.20.1 — Fast, in memory work queue (homepage)
  • flatted@3.3.3 — A super light and fast circular JSON parser. (homepage)
  • glob-parent@5.1.2 — Extract the non-magic parent path from a glob string. (homepage)
  • graceful-fs@4.2.11 — A drop-in replacement for fs, making various improvements. (homepage)
  • isexe@2.0.0 — Minimal module to check if a file is executable. (homepage)
  • lru-cache@5.1.1 — A cache object that deletes the least-recently-used items. (homepage)
  • minimatch@3.1.5 — a glob matcher in javascript (homepage)
  • picocolors@1.1.1 — The tiniest and the fastest library for terminal output formatting with ANSI colors (homepage)
  • saxes@6.0.0 — An evented streaming XML parser in JavaScript (homepage)
  • semver@6.3.1 — The semantic version parser used by npm. (homepage)
  • siginfo@2.0.0 — Utility module to print pretty messages on SIGINFO/SIGUSR1 (homepage)
  • which@2.0.2 — Like which(1) unix command. Find the first instance of an executable in the PATH. (homepage)
  • yallist@3.1.1 — Yet Another Linked List (homepage)

MIT

  • @adobe/css-tools@4.4.4 — A modern CSS parser and stringifier with TypeScript support (homepage)
  • @alloc/quick-lru@5.2.0 — Simple “Least Recently Used” (LRU) cache (homepage)
  • @asamuzakjp/css-color@5.1.11 — CSS color - Resolve and convert CSS colors. (homepage)
  • @asamuzakjp/dom-selector@7.1.1 — A CSS selector engine. (homepage)
  • @asamuzakjp/generational-cache@1.0.1 — A generational pseudo-LRU cache with strict maximum size limits. (homepage)
  • @asamuzakjp/nwsapi@2.3.9 — Fast CSS Selectors API Engine (homepage)
  • @babel/code-frame@7.29.0 — Generate errors that contain a code frame that point to source locations. (homepage)
  • @babel/compat-data@7.29.0 — The compat-data to determine required Babel plugins (homepage)
  • @babel/core@7.29.0 — Babel compiler core. (homepage)
  • @babel/generator@7.29.1 — Turns an AST into code. (homepage)
  • @babel/helper-compilation-targets@7.28.6 — Helper functions on Babel compilation targets (homepage)
  • @babel/helper-globals@7.28.0 — A collection of JavaScript globals for Babel internal usage (homepage)
  • @babel/helper-module-imports@7.28.6 — Babel helper functions for inserting module loads (homepage)
  • @babel/helper-module-transforms@7.28.6 — Babel helper functions for implementing ES6 module transformations (homepage)
  • @babel/helper-string-parser@7.27.1 — A utility package to parse strings (homepage)
  • @babel/helper-validator-identifier@7.28.5 — Validate identifier/keywords name (homepage)
  • @babel/helper-validator-option@7.27.1 — Validate plugin/preset options (homepage)
  • @babel/helpers@7.28.6 — Collection of helper functions used by Babel transforms. (homepage)
  • @babel/parser@7.29.0 — A JavaScript parser (homepage)
  • @babel/runtime@7.29.2 — babel's modular runtime helpers (homepage)
  • @babel/template@7.28.6 — Generate an AST from a string template. (homepage)
  • @babel/traverse@7.29.0 — The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes (homepage)
  • @babel/types@7.29.0 — Babel Types is a Lodash-esque utility library for AST nodes (homepage)
  • @bramus/specificity@2.4.2 — Calculate specificity of a CSS Selector (homepage)
  • @csstools/css-calc@3.2.0 — Solve CSS math expressions (homepage)
  • @csstools/css-color-parser@4.1.0 — Parse CSS color values (homepage)
  • @csstools/css-parser-algorithms@4.0.0 — Algorithms to help you parse CSS from an array of tokens. (homepage)
  • @csstools/css-tokenizer@4.0.0 — Tokenize CSS (homepage)
  • @eslint-community/eslint-utils@4.9.1 — Utilities for ESLint plugins. (homepage)
  • @eslint-community/regexpp@4.12.2 — Regular expression parser for ECMAScript. (homepage)
  • @eslint/eslintrc@3.3.4 — The legacy ESLintRC config file format for ESLint (homepage)
  • @eslint/js@9.39.3 — ESLint JavaScript language implementation (homepage)
  • @exodus/bytes@1.15.0 — Various operations on Uint8Array data (homepage)
  • @jridgewell/gen-mapping@0.3.13 — Generate source maps (homepage)
  • @jridgewell/remapping@2.3.5 — Remap sequential sourcemaps through transformations to point at the original source code (homepage)
  • @jridgewell/resolve-uri@3.1.2 — Resolve a URI relative to an optional base URI (homepage)
  • @jridgewell/sourcemap-codec@1.5.5 — Encode/decode sourcemap mappings (homepage)
  • @jridgewell/trace-mapping@0.3.31 — Trace the original position through a source map (homepage)
  • @next/eslint-plugin-next@16.1.6 — ESLint plugin for Next.js. (homepage)
  • @nodelib/fs.scandir@2.1.5 — List files and directories inside the specified directory (homepage)
  • @nodelib/fs.stat@2.0.5 — Get the status of a file with some features (homepage)
  • @nodelib/fs.walk@1.2.8 — A library for efficiently walking a directory recursively (homepage)
  • @nolyfill/is-core-module@1.0.39 — Development or build tooling. (homepage)
  • @rtsao/scc@1.1.0 — Development or build tooling. (homepage)
  • @tailwindcss/node@4.2.1 — A utility-first CSS framework for rapidly building custom user interfaces. (homepage)
  • @tailwindcss/oxide@4.2.1 — Development or build tooling. (homepage)
  • @tailwindcss/postcss@4.2.1 — PostCSS plugin for Tailwind CSS, a utility-first CSS framework for rapidly building custom user interfaces (homepage)
  • @testing-library/dom@10.4.1 — Simple and complete DOM testing utilities that encourage good testing practices. (homepage)
  • @testing-library/jest-dom@6.9.1 — Custom jest matchers to test the state of the DOM (homepage)
  • @testing-library/react@16.3.2 — Simple and complete React DOM testing utilities that encourage good testing practices. (homepage)
  • @testing-library/user-event@14.6.1 — Fire events the same way the user does (homepage)
  • @types/aria-query@5.0.4 — TypeScript definitions for aria-query (homepage)
  • @types/chai@5.2.3 — TypeScript definitions for chai (homepage)
  • @types/deep-eql@4.0.2 — TypeScript definitions for deep-eql (homepage)
  • @types/estree@1.0.8 — TypeScript definitions for estree (homepage)
  • @types/json-schema@7.0.15 — TypeScript definitions for json-schema (homepage)
  • @types/json5@0.0.29 — TypeScript definitions for JSON5 (homepage)
  • @types/node@20.19.35 — TypeScript definitions for node (homepage)
  • @types/react@19.2.14 — TypeScript definitions for react (homepage)
  • @types/react-dom@19.2.3 — TypeScript definitions for react-dom (homepage)
  • @typescript-eslint/eslint-plugin@8.56.1 — TypeScript plugin for ESLint (homepage)
  • @typescript-eslint/parser@8.56.1 — An ESLint custom parser which leverages TypeScript ESTree (homepage)
  • @typescript-eslint/project-service@8.56.1 — Standalone TypeScript project service wrapper for linting. (homepage)
  • @typescript-eslint/scope-manager@8.56.1 — TypeScript scope analyser for ESLint (homepage)
  • @typescript-eslint/tsconfig-utils@8.56.1 — Utilities for collecting TSConfigs for linting scenarios. (homepage)
  • @typescript-eslint/type-utils@8.56.1 — Type utilities for working with TypeScript + ESLint together (homepage)
  • @typescript-eslint/types@8.56.1 — Types for the TypeScript-ESTree AST spec (homepage)
  • @typescript-eslint/typescript-estree@8.56.1 — A parser that converts TypeScript source code into an ESTree compatible form (homepage)
  • @typescript-eslint/utils@8.56.1 — Utilities for working with TypeScript + ESLint together (homepage)
  • @typescript-eslint/visitor-keys@8.56.1 — Visitor keys used to help traverse the TypeScript-ESTree AST (homepage)
  • @vitest/expect@3.2.4 — Jest's expect matchers as a Chai plugin (homepage)
  • @vitest/mocker@3.2.4 — Vitest module mocker implementation (homepage)
  • @vitest/pretty-format@3.2.4 — Fork of pretty-format with support for ESM (homepage)
  • @vitest/runner@3.2.4 — Vitest test runner (homepage)
  • @vitest/snapshot@3.2.4 — Vitest snapshot manager (homepage)
  • @vitest/spy@3.2.4 — Lightweight Jest compatible spy implementation (homepage)
  • @vitest/utils@3.2.4 — Shared Vitest utility functions (homepage)
  • acorn@8.16.0 — ECMAScript parser (homepage)
  • acorn-jsx@5.3.2 — Modern, fast React.js JSX parser (homepage)
  • ajv@6.14.0 — Another JSON Schema Validator (homepage)
  • ansi-regex@5.0.1 — Regular expression for matching ANSI escape codes (homepage)
  • ansi-styles@4.3.0 — ANSI escape codes for styling strings in the terminal (homepage)
  • array-buffer-byte-length@1.0.2 — Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method. (homepage)
  • array-includes@3.1.9 — An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3. (homepage)
  • array.prototype.findlast@1.2.5 — An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3. (homepage)
  • array.prototype.findlastindex@1.2.6 — An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3. (homepage)
  • array.prototype.flat@1.3.3 — An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3. (homepage)
  • array.prototype.flatmap@1.3.3 — An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3. (homepage)
  • array.prototype.tosorted@1.1.4 — An ESnext spec-compliant `Array.prototype.toSorted` shim/polyfill/replacement that works as far down as ES3. (homepage)
  • arraybuffer.prototype.slice@1.0.4 — ES spec-compliant shim for ArrayBuffer.prototype.slice (homepage)
  • assertion-error@2.0.1 — Error constructor for test and validation frameworks that implements standardized AssertionError specification. (homepage)
  • ast-types-flow@0.0.8 — Flow types for the Javascript AST (homepage)
  • async-function@1.0.0 — A function that returns the normally hidden `AsyncFunction` constructor (homepage)
  • available-typed-arrays@1.0.7 — Returns an array of Typed Array names that are available in the current environment (homepage)
  • balanced-match@1.0.2 — Match balanced character pairs, like "{" and "}" (homepage)
  • bidi-js@1.0.3 — A JavaScript implementation of the Unicode Bidirectional Algorithm (homepage)
  • brace-expansion@1.1.12 — Brace expansion as known from sh/bash (homepage)
  • braces@3.0.3 — Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed. (homepage)
  • browserslist@4.28.1 — Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset (homepage)
  • cac@6.7.14 — Simple yet powerful framework for building command-line apps. (homepage)
  • call-bind@1.0.8 — Robustly `.call.bind()` a function (homepage)
  • call-bind-apply-helpers@1.0.2 — Helper functions around Function call/apply/bind, for use in `call-bind` (homepage)
  • call-bound@1.0.4 — Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. (homepage)
  • callsites@3.1.0 — Get callsites from the V8 stack trace API (homepage)
  • chai@5.3.3 — BDD/TDD assertion library for node.js and the browser. Test framework agnostic. (homepage)
  • chalk@4.1.2 — Terminal string styling done right (homepage)
  • check-error@2.1.3 — Error comparison and information related utility for node and the browser (homepage)
  • color-convert@2.0.1 — Plain color conversion functions (homepage)
  • color-name@1.1.4 — A list of color names and its values (homepage)
  • concat-map@0.0.1 — concatenative mapdashery (homepage)
  • convert-source-map@2.0.0 — Converts a source-map from/to different formats and allows adding/changing properties. (homepage)
  • cross-spawn@7.0.6 — Cross platform child_process#spawn and child_process#spawnSync (homepage)
  • css-tree@3.2.1 — A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations (homepage)
  • css.escape@1.5.1 — A robust polyfill for the `CSS.escape` utility method as defined in CSSOM. (homepage)
  • csstype@3.2.3 — Strict TypeScript and Flow types for style based on MDN data (homepage)
  • data-urls@7.0.0 — Parses data: URLs (homepage)
  • data-view-buffer@1.0.2 — Get the ArrayBuffer out of a DataView, robustly. (homepage)
  • data-view-byte-length@1.0.2 — Get the byteLength out of a DataView, robustly. (homepage)
  • data-view-byte-offset@1.0.1 — Get the byteOffset out of a DataView, robustly. (homepage)
  • debug@3.2.7 — Lightweight debugging utility for Node.js and the browser (homepage)
  • decimal.js@10.6.0 — An arbitrary-precision Decimal type for JavaScript. (homepage)
  • deep-eql@5.0.2 — Improved deep equality testing for Node.js and the browser. (homepage)
  • deep-is@0.1.4 — node's assert.deepEqual algorithm except for NaN being equal to NaN (homepage)
  • define-data-property@1.1.4 — Define a data property on an object. Will fall back to assignment in an engine without descriptors. (homepage)
  • define-properties@1.2.1 — Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines. (homepage)
  • dequal@2.0.3 — A tiny (304B to 489B) utility for check for deep equality (homepage)
  • dom-accessibility-api@0.5.16 — Implements https://w3c.github.io/accname/ (homepage)
  • dunder-proto@1.0.1 — If available, the `Object.prototype.__proto__` accessor and mutator, call-bound (homepage)
  • emoji-regex@9.2.2 — A regular expression to match all Emoji-only symbols as per the Unicode Standard. (homepage)
  • enhanced-resolve@5.20.0 — Offers a async require.resolve function. It's highly configurable. (homepage)
  • es-abstract@1.24.1 — ECMAScript spec abstract operations. (homepage)
  • es-define-property@1.0.1 — `Object.defineProperty`, but not IE 8's broken one. (homepage)
  • es-errors@1.3.0 — A simple cache for a few of the JS Error constructors. (homepage)
  • es-iterator-helpers@1.2.2 — An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3. (homepage)
  • es-module-lexer@1.7.0 — Lexes ES modules returning their import/export metadata (homepage)
  • es-object-atoms@1.1.1 — ES Object-related atoms: Object, ToObject, RequireObjectCoercible (homepage)
  • es-set-tostringtag@2.1.0 — A helper to optimistically set Symbol.toStringTag, when possible. (homepage)
  • es-shim-unscopables@1.1.0 — Helper package to shim a method into `Array.prototype[Symbol.unscopables]` (homepage)
  • es-to-primitive@1.3.0 — ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions. (homepage)
  • esbuild@0.27.7 — An extremely fast JavaScript and CSS bundler and minifier. (homepage)
  • escalade@3.2.0 — A tiny (183B to 210B) and fast utility to ascend parent directories (homepage)
  • escape-string-regexp@4.0.0 — Escape RegExp special characters (homepage)
  • eslint@9.39.3 — An AST-based pattern checker for JavaScript. (homepage)
  • eslint-config-next@16.1.6 — ESLint configuration used by Next.js. (homepage)
  • eslint-config-prettier@10.1.8 — Turns off all rules that are unnecessary or might conflict with Prettier. (homepage)
  • eslint-import-resolver-node@0.3.9 — Node default behavior import resolution plugin for eslint-plugin-import. (homepage)
  • eslint-module-utils@2.12.1 — Core utilities to support eslint-plugin-import and other module-related plugins. (homepage)
  • eslint-plugin-import@2.32.0 — Import with sanity. (homepage)
  • eslint-plugin-jsx-a11y@6.10.2 — Static AST checker for accessibility rules on JSX elements. (homepage)
  • eslint-plugin-react@7.37.5 — React specific linting rules for ESLint (homepage)
  • eslint-plugin-react-hooks@7.0.1 — ESLint rules for React Hooks (homepage)
  • estree-walker@3.0.3 — Traverse an ESTree-compliant AST (homepage)
  • fast-deep-equal@3.1.3 — Fast deep equal (homepage)
  • fast-glob@3.3.1 — It's a very fast and efficient glob library for Node.js (homepage)
  • fast-json-stable-stringify@2.1.0 — deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify (homepage)
  • fast-levenshtein@2.0.6 — Efficient implementation of Levenshtein algorithm with locale-specific collator support. (homepage)
  • fdir@6.5.0 — The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s (homepage)
  • file-entry-cache@8.0.0 — Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process (homepage)
  • fill-range@7.1.1 — Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex` (homepage)
  • find-up@5.0.0 — Find a file or directory by walking up parent directories (homepage)
  • flat-cache@4.0.1 — A stupidly simple key/value storage using files to persist some data (homepage)
  • for-each@0.3.5 — A better forEach (homepage)
  • function-bind@1.1.2 — Implementation of Function.prototype.bind (homepage)
  • function.prototype.name@1.1.8 — An ES2015 spec-compliant `Function.prototype.name` shim (homepage)
  • functions-have-names@1.2.3 — Does this JS environment support the `name` property on functions? (homepage)
  • generator-function@2.0.1 — A function that returns the normally hidden `GeneratorFunction` constructor (homepage)
  • gensync@1.0.0-beta.2 — Allows users to use generators in order to write common functions that can be both sync or async. (homepage)
  • get-intrinsic@1.3.0 — Get and robustly cache all JS language-level intrinsics at first require time (homepage)
  • get-proto@1.0.1 — Robustly get the [[Prototype]] of an object (homepage)
  • get-symbol-description@1.1.0 — Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible. (homepage)
  • get-tsconfig@4.13.6 — Find and parse the tsconfig.json file from a directory path (homepage)
  • globals@14.0.0 — Global identifiers from different JavaScript environments (homepage)
  • globalthis@1.0.4 — ECMAScript spec-compliant polyfill/shim for `globalThis` (homepage)
  • gopd@1.2.0 — `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. (homepage)
  • has-bigints@1.1.0 — Determine if the JS environment has BigInt support. (homepage)
  • has-flag@4.0.0 — Check if argv has a specific flag (homepage)
  • has-property-descriptors@1.0.2 — Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. (homepage)
  • has-proto@1.2.0 — Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`? (homepage)
  • has-symbols@1.1.0 — Determine if the JS environment has Symbol support. Supports spec, or shams. (homepage)
  • has-tostringtag@1.0.2 — Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. (homepage)
  • hasown@2.0.2 — A robust, ES3 compatible, "has own property" predicate. (homepage)
  • hermes-estree@0.25.1 — Flow types for the Flow-ESTree spec produced by the hermes parser (homepage)
  • hermes-parser@0.25.1 — A JavaScript parser built from the Hermes engine (homepage)
  • html-encoding-sniffer@6.0.0 — Sniff the encoding from a HTML byte stream (homepage)
  • ignore@5.3.2 — Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others. (homepage)
  • import-fresh@3.3.1 — Import a module while bypassing the cache (homepage)
  • imurmurhash@0.1.4 — An incremental implementation of MurmurHash3 (homepage)
  • indent-string@4.0.0 — Indent each line in a string (homepage)
  • internal-slot@1.1.0 — ES spec-like internal slots (homepage)
  • is-array-buffer@3.0.5 — Is this value a JS ArrayBuffer? (homepage)
  • is-async-function@2.1.1 — Determine if a function is a native async function. (homepage)
  • is-bigint@1.1.0 — Is this value an ES BigInt? (homepage)
  • is-boolean-object@1.2.2 — Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag. (homepage)
  • is-bun-module@2.0.0 — Is this specifier a Bun core module or supported Node one? (homepage)
  • is-callable@1.2.7 — Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. (homepage)
  • is-core-module@2.16.1 — Is this specifier a node.js core module? (homepage)
  • is-data-view@1.0.2 — Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag. (homepage)
  • is-date-object@1.1.0 — Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag. (homepage)
  • is-extglob@2.1.1 — Returns true if a string has an extglob. (homepage)
  • is-finalizationregistry@1.1.1 — Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag. (homepage)
  • is-generator-function@1.1.2 — Determine if a function is a native generator function. (homepage)
  • is-glob@4.0.3 — Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience. (homepage)
  • is-map@2.0.3 — Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag. (homepage)
  • is-negative-zero@2.0.3 — Is this value negative zero? === will lie to you (homepage)
  • is-number@7.0.0 — Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc. (homepage)
  • is-number-object@1.1.1 — Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag. (homepage)
  • is-potential-custom-element-name@1.0.1 — Check whether a given string matches the `PotentialCustomElementName` production as defined in the HTML Standard. (homepage)
  • is-regex@1.2.1 — Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag (homepage)
  • is-set@2.0.3 — Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag. (homepage)
  • is-shared-array-buffer@1.0.4 — Is this value a JS SharedArrayBuffer? (homepage)
  • is-string@1.1.1 — Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag. (homepage)
  • is-symbol@1.1.1 — Determine if a value is an ES6 Symbol or not. (homepage)
  • is-typed-array@1.1.15 — Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag. (homepage)
  • is-weakmap@2.0.2 — Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag. (homepage)
  • is-weakref@1.1.1 — Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag. (homepage)
  • is-weakset@2.0.4 — Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag. (homepage)
  • isarray@2.0.5 — Array#isArray for older browsers (homepage)
  • iterator.prototype@1.1.5 — `Iterator.prototype`, or a shared object to use. (homepage)
  • jiti@2.6.1 — Runtime typescript and ESM support for Node.js (homepage)
  • js-tokens@4.0.0 — Tiny JavaScript tokenizer. (homepage)
  • js-yaml@4.1.1 — YAML 1.2 parser and serializer (homepage)
  • jsdom@29.1.1 — A JavaScript implementation of many web standards (homepage)
  • jsesc@3.1.0 — Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. (homepage)
  • json-buffer@3.0.1 — JSON parse & stringify that supports binary via bops & base64 (homepage)
  • json-schema-traverse@0.4.1 — Traverse JSON Schema passing each schema object to callback (homepage)
  • json-stable-stringify-without-jsonify@1.0.1 — deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies (homepage)
  • json5@1.0.2 — JSON for Humans (homepage)
  • jsx-ast-utils@3.3.5 — AST utility module for statically analyzing JSX (homepage)
  • keyv@4.5.4 — Simple key-value storage with support for multiple backends (homepage)
  • language-tags@1.0.9 — Work with IANA language tags. (homepage)
  • levn@0.4.1 — Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible (homepage)
  • locate-path@6.0.0 — Get the first path that exists on disk of multiple paths (homepage)
  • lodash.merge@4.6.2 — The Lodash method `_.merge` exported as a module. (homepage)
  • loose-envify@1.4.0 — Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST (homepage)
  • loupe@3.2.1 — Inspect utility for Node.js and browsers (homepage)
  • lz-string@1.5.0 — LZ-based compression algorithm (homepage)
  • magic-string@0.30.21 — Modify strings, generate sourcemaps (homepage)
  • math-intrinsics@1.1.0 — ES Math-related intrinsics and helpers, robustly cached. (homepage)
  • merge2@1.4.1 — Merge multiple streams into one stream in sequence or parallel. (homepage)
  • micromatch@4.0.8 — Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch. (homepage)
  • min-indent@1.0.1 — Get the shortest leading whitespace from lines in a string (homepage)
  • minimist@1.2.8 — parse argument options (homepage)
  • ms@2.1.3 — Tiny millisecond conversion utility (homepage)
  • nanoid@3.3.11 — A tiny (116 bytes), secure URL-friendly unique string ID generator (homepage)
  • napi-postinstall@0.3.4 — The `postinstall` script helper for handling native bindings in legacy `npm` versions (homepage)
  • natural-compare@1.4.0 — Compare strings containing a mix of letters and numbers in the way a human being would in sort order. (homepage)
  • node-exports-info@1.6.0 — Info about node `exports` field support: version ranges, categories, etc. (homepage)
  • node-releases@2.0.27 — Node.js releases data (homepage)
  • object-assign@4.1.1 — ES2015 `Object.assign()` ponyfill (homepage)
  • object-inspect@1.13.4 — string representations of objects in node and the browser (homepage)
  • object-keys@1.1.1 — An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim (homepage)
  • object.assign@4.1.7 — ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim (homepage)
  • object.entries@1.1.9 — ES2017 spec-compliant Object.entries shim. (homepage)
  • object.fromentries@2.0.8 — ES proposal-spec-compliant Object.fromEntries shim. (homepage)
  • object.groupby@1.0.3 — An ESnext spec-compliant `Object.groupBy` shim/polyfill/replacement that works as far down as ES3. (homepage)
  • object.values@1.2.1 — ES2017 spec-compliant Object.values shim. (homepage)
  • optionator@0.9.4 — option parsing and help generation (homepage)
  • own-keys@1.0.1 — Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible (homepage)
  • p-limit@3.1.0 — Run multiple promise-returning & async functions with limited concurrency (homepage)
  • p-locate@5.0.0 — Get the first fulfilled promise that satisfies the provided testing function (homepage)
  • parent-module@1.0.1 — Get the path of the parent module (homepage)
  • parse5@8.0.1 — HTML parser and serializer. (homepage)
  • path-exists@4.0.0 — Check if a path exists (homepage)
  • path-key@3.1.1 — Get the PATH environment variable key cross-platform (homepage)
  • path-parse@1.0.7 — Node.js path.parse() ponyfill (homepage)
  • pathe@2.0.3 — Universal filesystem path utils (homepage)
  • pathval@2.0.1 — Object value retrieval given a string path (homepage)
  • picomatch@2.3.1 — Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions. (homepage)
  • possible-typed-array-names@1.1.0 — A simple list of possible Typed Array names. (homepage)
  • postcss@8.5.6 — Tool for transforming styles with JS plugins (homepage)
  • prelude-ls@1.2.1 — prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript. (homepage)
  • prettier@3.8.1 — Prettier is an opinionated code formatter (homepage)
  • prettier-plugin-tailwindcss@0.7.2 — A Prettier plugin for sorting Tailwind CSS classes. (homepage)
  • pretty-format@27.5.1 — Stringify any JavaScript value. (homepage)
  • prop-types@15.8.1 — Runtime type checking for React props and similar objects. (homepage)
  • punycode@2.3.1 — A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. (homepage)
  • queue-microtask@1.2.3 — fast, tiny `queueMicrotask` shim for modern engines (homepage)
  • react@19.2.3 — React is a JavaScript library for building user interfaces. (homepage)
  • react-dom@19.2.3 — React package for working with the DOM. (homepage)
  • react-is@16.13.1 — Brand checking of React Elements. (homepage)
  • redent@3.0.0 — Strip redundant indentation and indent the string (homepage)
  • reflect.getprototypeof@1.0.10 — An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible (homepage)
  • regexp.prototype.flags@1.5.4 — ES6 spec-compliant RegExp.prototype.flags shim. (homepage)
  • require-from-string@2.0.2 — Require module from string (homepage)
  • resolve@1.22.11 — resolve like require.resolve() on behalf of files asynchronously and synchronously (homepage)
  • resolve-from@4.0.0 — Resolve the path of a module like `require.resolve()` but from a given path (homepage)
  • resolve-pkg-maps@1.0.0 — Resolve package.json exports & imports maps (homepage)
  • reusify@1.1.0 — Reuse objects and functions with style (homepage)
  • rollup@4.60.1 — Next-generation ES module bundler (homepage)
  • run-parallel@1.2.0 — Run an array of functions in parallel (homepage)
  • safe-array-concat@1.1.3 — `Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable (homepage)
  • safe-push-apply@1.0.0 — Push an array of items into an array, while being robust against prototype modification (homepage)
  • safe-regex-test@1.1.0 — Give a regex, get a robust predicate function that tests it against a string. (homepage)
  • scheduler@0.27.0 — Cooperative scheduler for the browser environment. (homepage)
  • set-function-length@1.2.2 — Set a function's length property (homepage)
  • set-function-name@2.0.2 — Set a function's name property (homepage)
  • set-proto@1.0.0 — Robustly set the [[Prototype]] of an object (homepage)
  • shebang-command@2.0.0 — Get the command from a shebang (homepage)
  • shebang-regex@3.0.0 — Regular expression for matching a shebang line (homepage)
  • side-channel@1.1.0 — Store information about any JS value in a side channel. Uses WeakMap if available. (homepage)
  • side-channel-list@1.0.0 — Store information about any JS value in a side channel, using a linked list (homepage)
  • side-channel-map@1.0.1 — Store information about any JS value in a side channel, using a Map (homepage)
  • side-channel-weakmap@1.0.2 — Store information about any JS value in a side channel. Uses WeakMap if available. (homepage)
  • stable-hash@0.0.5 — Stable JS value hash. (homepage)
  • stackback@0.0.2 — return list of CallSite objects from a captured stacktrace (homepage)
  • std-env@3.10.0 — Runtime agnostic JS utils (homepage)
  • stop-iteration-iterator@1.1.0 — Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it. (homepage)
  • string.prototype.includes@2.0.1 — A robust & optimized `String.prototype.includes` polyfill, based on the ECMAScript 6 specification. (homepage)
  • string.prototype.matchall@4.0.12 — Spec-compliant polyfill for String.prototype.matchAll (homepage)
  • string.prototype.repeat@1.0.0 — A robust & optimized `String.prototype.repeat` polyfill, based on the ECMAScript 6 specification. (homepage)
  • string.prototype.trim@1.2.10 — ES5 spec-compliant shim for String.prototype.trim (homepage)
  • string.prototype.trimend@1.0.9 — ES2019 spec-compliant String.prototype.trimEnd shim. (homepage)
  • string.prototype.trimstart@1.0.8 — ES2019 spec-compliant String.prototype.trimStart shim. (homepage)
  • strip-bom@3.0.0 — Strip UTF-8 byte order mark (BOM) from a string (homepage)
  • strip-indent@3.0.0 — Strip leading whitespace from each line in a string (homepage)
  • strip-json-comments@3.1.1 — Strip comments from JSON. Lets you use comments in your JSON files! (homepage)
  • strip-literal@3.1.0 — Strip comments and string literals from JavaScript code (homepage)
  • supports-color@7.2.0 — Detect whether a terminal supports color (homepage)
  • supports-preserve-symlinks-flag@1.0.0 — Determine if the current node version supports the `--preserve-symlinks` flag. (homepage)
  • symbol-tree@3.2.4 — Turn any collection of objects into its own efficient tree or linked list using Symbol (homepage)
  • tailwindcss@4.2.1 — A utility-first CSS framework for rapidly building custom user interfaces. (homepage)
  • tapable@2.3.0 — Just a little module for plugins. (homepage)
  • tinybench@2.9.0 — Development or build tooling. (homepage)
  • tinyexec@0.3.2 — A minimal library for executing processes in Node (homepage)
  • tinyglobby@0.2.15 — A fast and minimal alternative to globby and fast-glob (homepage)
  • tinypool@1.1.1 — A minimal and tiny Node.js Worker Thread Pool implementation, a fork of piscina, but with fewer features (homepage)
  • tinyrainbow@2.0.0 — A small library to print colourful messages. (homepage)
  • tinyspy@4.0.4 — A minimal fork of nanospy, with more features (homepage)
  • tldts@7.0.30 — Library to work against complex domain names, subdomains and URIs. (homepage)
  • tldts-core@7.0.30 — tldts core primitives (internal module) (homepage)
  • to-regex-range@5.0.1 — Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions. (homepage)
  • tr46@6.0.0 — An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing (homepage)
  • ts-api-utils@2.4.0 — Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 🛠️️ (homepage)
  • tsconfig-paths@3.15.0 — Load node modules according to tsconfig paths, in run-time or via API. (homepage)
  • type-check@0.4.0 — type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax. (homepage)
  • typed-array-buffer@1.0.3 — Get the ArrayBuffer out of a TypedArray, robustly. (homepage)
  • typed-array-byte-length@1.0.3 — Robustly get the byte length of a Typed Array (homepage)
  • typed-array-byte-offset@1.0.4 — Robustly get the byte offset of a Typed Array (homepage)
  • typed-array-length@1.0.7 — Robustly get the length of a Typed Array (homepage)
  • typescript-eslint@8.56.1 — Tooling which enables you to use TypeScript with ESLint (homepage)
  • unbox-primitive@1.1.0 — Unbox a boxed JS primitive value. (homepage)
  • undici@7.25.0 — An HTTP/1.1 client, written from scratch for Node.js (homepage)
  • undici-types@6.21.0 — A stand-alone types package for Undici (homepage)
  • unrs-resolver@1.11.1 — UnRS Resolver Node API with PNP support (homepage)
  • update-browserslist-db@1.2.3 — CLI tool to update caniuse-lite to refresh target browsers from Browserslist config (homepage)
  • vite@7.3.2 — Native-ESM powered web dev build tool (homepage)
  • vite-node@3.2.4 — Vite as Node.js runtime (homepage)
  • vitest@3.2.4 — Next generation testing framework powered by Vite (homepage)
  • w3c-xmlserializer@5.0.0 — A per-spec XML serializer implementation (homepage)
  • whatwg-mimetype@5.0.0 — Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard (homepage)
  • whatwg-url@16.0.1 — An implementation of the WHATWG URL Standard's URL API and parsing machinery (homepage)
  • which-boxed-primitive@1.1.1 — Which kind of boxed JS primitive is this? (homepage)
  • which-builtin-type@1.2.1 — What is the type of this builtin JS value? (homepage)
  • which-collection@1.0.2 — Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. (homepage)
  • which-typed-array@1.1.20 — Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. (homepage)
  • why-is-node-running@2.3.0 — Node is running but you don't know why? why-is-node-running is here to help you. (homepage)
  • word-wrap@1.2.5 — Wrap words to a specified length. (homepage)
  • xmlchars@2.2.0 — Utilities for determining if characters belong to character classes defined by the XML specs. (homepage)
  • yocto-queue@0.1.0 — Tiny queue data structure (homepage)
  • zod@4.3.6 — TypeScript-first schema declaration and validation library with static type inference (homepage)
  • zod-validation-error@4.0.2 — Wrap zod validation errors in user-friendly readable messages (homepage)

MIT-0

  • @csstools/color-helpers@6.0.2 — Color helpers to ease transformation between formats, gamut, etc (homepage)
  • @csstools/css-syntax-patches-for-csstree@1.1.3 — CSS syntax patches for CSS tree (homepage)

MPL-2.0

  • axe-core@4.11.1 — Accessibility engine for automated Web UI testing (homepage)
  • lightningcss@1.31.1 — A CSS parser, transformer, and minifier written in Rust (homepage)

Python-2.0

  • argparse@2.0.1 — CLI arguments parser. Native port of python's argparse. (homepage)

Backend (Python)

Runtime environment (69 packages), grouped by reported license.

3-Clause BSD License

  • protobuf 7.34.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)

Apache License 2.0

  • multidict 6.7.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)

Apache Software License

  • aiosignal 1.4.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • bcrypt 5.0.0 — Password hashing. (homepage)
  • flatbuffers 25.12.19 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • google-auth 2.49.2 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • propcache 0.4.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • requests 2.33.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • s3transfer 0.16.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)

Apache Software License; BSD License

  • python-dateutil 2.9.0.post0 — Bundled as a transitive or runtime dependency of the backend. (homepage)

Apache-2.0

  • boto3 1.42.89 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • botocore 1.42.89 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • frozenlist 1.8.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • yarl 1.23.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)

Apache-2.0 AND MIT

  • aiohttp 3.13.5 — Bundled as a transitive or runtime dependency of the backend. (homepage)

Apache-2.0 OR BSD-2-Clause

  • packaging 26.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)

Apache-2.0 OR BSD-3-Clause

  • cryptography 46.0.5 — Cryptographic primitives used by dependencies. (homepage)

BSD License

  • httpx 0.28.1 — Outbound HTTP client (e.g. OAuth, integrations). (homepage)
  • mpmath 1.3.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • pyasn1_modules 0.4.2 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • sympy 1.14.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)

BSD-2-Clause

  • pyasn1 0.6.3 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • Pygments 2.20.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)

BSD-3-Clause

  • click 8.3.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • httpcore 1.0.9 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • idna 3.11 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • MarkupSafe 3.0.3 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • pycparser 3.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • starlette 0.52.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • uvicorn 0.41.0 — ASGI server. (homepage)

BSD-3-Clause AND 0BSD AND MIT AND Zlib AND CC0-1.0

  • numpy 2.4.4 — Bundled as a transitive or runtime dependency of the backend. (homepage)

GNU Library or Lesser General Public License (LGPL)

  • psycopg2-binary 2.9.11 — PostgreSQL database driver. (homepage)

ISC License (ISCL)

  • dnspython 2.8.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)

MIT

  • alembic 1.18.4 — Database schema migrations. (homepage)
  • annotated-doc 0.0.4 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • anyio 4.12.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • attrs 26.1.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • cffi 2.0.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • charset-normalizer 3.4.7 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • fastapi 0.135.1 — HTTP API framework. (homepage)
  • iniconfig 2.3.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • librt 0.9.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • mypy 1.20.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • mypy_extensions 1.1.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • pydantic 2.12.5 — Request/response validation and settings. (homepage)
  • pydantic_core 2.41.5 — Core validation runtime for Pydantic. (homepage)
  • PyJWT 2.12.0 — JSON Web Token handling. (homepage)
  • pytest 9.0.3 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • SQLAlchemy 2.0.48 — ORM and database access. (homepage)
  • typing-inspection 0.4.2 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • urllib3 2.6.3 — Bundled as a transitive or runtime dependency of the backend. (homepage)

MIT AND PSF-2.0

  • greenlet 3.3.2 — Bundled as a transitive or runtime dependency of the backend. (homepage)

MIT License

  • altcha 2.0.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • annotated-types 0.7.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • h11 0.16.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • http_ece 1.2.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • jmespath 1.1.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • Mako 1.3.10 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • onnxruntime 1.24.4 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • pluggy 1.6.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • six 1.17.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)

MIT-CMU

  • pillow 12.2.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)

Mozilla Public License 2.0 (MPL 2.0)

  • certifi 2026.2.25 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • pathspec 1.0.4 — Bundled as a transitive or runtime dependency of the backend. (homepage)

MPL-2.0

  • py-vapid 1.9.4 — Bundled as a transitive or runtime dependency of the backend. (homepage)
  • pywebpush 2.3.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)

PSF-2.0

  • typing_extensions 4.15.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)

Python Software Foundation License

  • aiohappyeyeballs 2.6.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)

The Unlicense (Unlicense)

  • email-validator 2.3.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)

Recommended profiles

Loading suggestions...