1
0
Fork 0

worked on GarageApp stuff

This commit is contained in:
Techognito 2025-08-25 17:46:11 +02:00
parent 60aaf17af3
commit eb606572b0
51919 changed files with 2168177 additions and 18 deletions

50
node_modules/@mui/core-downloads-tracker/package.json generated vendored Normal file
View file

@ -0,0 +1,50 @@
{
"name": "@mui/core-downloads-tracker",
"version": "7.3.1",
"author": "MUI Team",
"description": "Internal package to track number of downloads of our design system libraries.",
"files": [],
"repository": {
"type": "git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/core-downloads-tracker"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mui/material-ui/issues"
},
"homepage": "https://mui.com/",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mui-org"
},
"publishConfig": {
"access": "public"
},
"private": false,
"exports": {
"./package.json": "./package.json",
".": {
"require": {
"types": "./index.d.ts",
"default": "./index.js"
},
"import": {
"types": "./esm/index.d.ts",
"default": "./esm/index.js"
}
},
"./*": {
"require": {
"types": "./*/index.d.ts",
"default": "./*/index.js"
},
"import": {
"types": "./esm/*/index.d.ts",
"default": "./esm/*/index.js"
}
},
"./esm": null,
"./modern": null
}
}