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

View File

@@ -1,5 +1,5 @@
{
"name": "admin",
"name": "@borrow-system/admin",
"private": true,
"version": "0.0.0",
"type": "module",
@@ -30,7 +30,8 @@
"tailwindcss": "^4.1.11",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.3.5",
"vite-plugin-svgr": "^4.3.0"
"vite-plugin-svgr": "^4.3.0",
"@borrow-system/shared": "file:../shared"
},
"devDependencies": {
"@eslint/js": "^9.32.0",
@@ -47,4 +48,4 @@
"vite": "^7.1.0",
"vite-tsconfig-paths": "^5.1.4"
}
}
}