added shared folder

This commit is contained in:
2025-12-05 15:13:29 +01:00
parent 76c0e6a64b
commit 7bac98a6d5
11 changed files with 7090 additions and 6 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "borrow-system",
"version": "1.0.0",
"description": "![React](https://img.shields.io/badge/React-20232A?logo=react&logoColor=61DAFB) ![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white) ![Vite](https://img.shields.io/badge/Vite-646CFF?logo=vite&logoColor=white) ![TailwindCSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?logo=tailwind-css&logoColor=white) ![Node.js](https://img.shields.io/badge/Node.js-339933?logo=node.js&logoColor=white) ![Express](https://img.shields.io/badge/Express-000000?logo=express&logoColor=white) ![MySQL](https://img.shields.io/badge/MySQL-4479A1?logo=mysql&logoColor=white) ![Docker](https://img.shields.io/badge/Docker-2496ED?logo=docker&logoColor=white) ![JWT](https://img.shields.io/badge/JWT-000000?logo=jsonwebtokens&logoColor=white)",
"repository": {
"type": "git",
"url": "https://git.the1s.de/Matthias-Claudius-Schule/borrow-system.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"workspaces": [
"FrontendV2",
"backendV2",
"admin",
"shared"
]
}