main repo

This commit is contained in:
Basilosaurusrex
2025-11-24 18:09:40 +01:00
parent b636ee5e70
commit f027651f9b
34146 changed files with 4436636 additions and 0 deletions

19
node_modules/client-only/package.json generated vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "client-only",
"description": "This is a marker package to indicate that a module can only be used in Client Components.",
"keywords": [
"react"
],
"version": "0.0.1",
"homepage": "https://reactjs.org/",
"bugs": "https://github.com/facebook/react/issues",
"license": "MIT",
"files": ["index.js", "error.js"],
"main": "index.js",
"exports": {
".": {
"react-server": "./error.js",
"default": "./index.js"
}
}
}