Open Source Licenses

AgncKit is built on the shoulders of giants. We are grateful to the open source community.

Last updated: December 26, 2024

Overview

AgncKit uses open source software licensed under various permissive licenses. This page lists the open source dependencies we use and their respective licenses.

19
Total Packages
4
License Types
100%
Permissive
0
Copyleft

All licenses used are permissive open source licenses that allow commercial use. We do not use any copyleft licenses (such as GPL) in our production dependencies.

React

v18.2.0

A JavaScript library for building user interfaces

Next.js

v14.0.0

The React framework for production

Tailwind CSS

v3.4.0

A utility-first CSS framework

Framer Motion

v11.0.0

Production-ready motion library for React

Lucide React

v0.300.0

Beautiful & consistent icon toolkit

clsx

v2.1.0

Utility for constructing className strings

tailwind-merge

v2.2.0

Merge Tailwind CSS classes without conflicts

date-fns

v3.0.0

Modern JavaScript date utility library

zustand

v4.4.0

Small, fast, scalable bearbones state-management

react-hook-form

v7.49.0

Performant, flexible forms for React

zod

v3.22.0

TypeScript-first schema validation

recharts

v2.10.0

Composable charting library for React

TypeScript

v5.3.0

TypeScript is JavaScript with syntax for types

@supabase/supabase-js

v2.39.0

JavaScript client for Supabase

glob

v10.3.0

Glob pattern matching for files

rimraf

v5.0.0

A deep deletion module for node

@radix-ui/react-dialog

v1.0.5

Unstyled, accessible components for React

@radix-ui/react-dropdown-menu

v2.0.6

Radix UI dropdown menu primitive

@radix-ui/react-tooltip

v1.0.7

Radix UI tooltip primitive

License Texts

For your convenience, here are the full texts of the most commonly used licenses in our dependencies:

MIT License
MIT License

Copyright (c) [year] [copyright holders]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Apache License 2.0
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

1. Definitions.
   "License" shall mean the terms and conditions for use, reproduction,
   and distribution as defined by Sections 1 through 9 of this document.

   "Licensor" shall mean the copyright owner or entity authorized by
   the copyright owner that is granting the License.

   "Legal Entity" shall mean the union of the acting entity and all
   other entities that control, are controlled by, or are under common
   control with that entity...

[Full license text available at apache.org/licenses/LICENSE-2.0]
ISC License
ISC License

Copyright (c) [year], [copyright holders]

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

For the complete and authoritative license texts, please refer to the individual project repositories linked above or the official license sources.