Remahy

cd ~/www/licenses
karar@computer cd ~/www/licenses

$ cat ./licenses.md

# Remahy

Technologies in use:

## Frontend

* React - MIT License Copyright (c) Meta Platforms, Inc. and affiliates.

* MDX - The MIT License (MIT) Copyright (c) 2017 Compositor and Vercel, Inc.

* TailwindCSS - MIT License Copyright (c) Tailwind Labs, Inc.

* Lucide - ISC License Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2022 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2022.

* Fontsource - MIT License Copyright (c) 2020 Lotus   * Inter - SIL Open Font License, Version 1.1 Copyright (c) 2016-2020 The Inter Project Authors.   * Fira Code - SIL Open Font License, Version 1.1 Copyright (c) 2014, The Fira Code Project Authors (https://github.com/tonsky/FiraCode)

## Backend

* Astro - MIT License Copyright (c) 2021 Fred K. Schott

* reading-time - The MIT License Copyright (c) Nicolas Gryman <[email protected]> (ngryman.sh)

* rehype-autolink-headings - (The MIT License) Copyright (c) 2016 Titus Wormer <[email protected]>

* rehype-slug - (The MIT License) Copyright (c) 2016 Titus Wormer <[email protected]>

* rehype-urls - Apache License Version 2.0 Brecht Savelkoul

* remark-oembed - MIT License Copyright (c) 2018 Benedicte Raae Copyright (c) 2019 Agent of User

* Nano Stores - The MIT License (MIT) Copyright 2020 Andrey Sitnik <[email protected]>

$ cat ./package.json | node ~/utils/parse_package.mjs

[
  "@agentofuser/remark-oembed",
  "@astrojs/mdx",
  "@astrojs/react",
  "@astrojs/tailwind",
  "@fontsource/fira-code",
  "@fontsource/inter",
  "@nanostores/react",
  "@types/react",
  "@types/react-dom",
  "astro",
  "autoprefixer",
  "lucide-react",
  "mdast-util-to-string",
  "nanostores",
  "postcss",
  "react",
  "react-dom",
  "reading-time",
  "rehype-autolink-headings",
  "rehype-slug",
  "rehype-urls",
  "tailwindcss"
]

Remahy 2023-Licenses