Added Statistics calculation
Statistics now show calculated values
This commit is contained in:
parent
fe87374e47
commit
fc0f69dacb
2147 changed files with 141321 additions and 39 deletions
59
node_modules/@mui/x-internals/package.json
generated
vendored
Normal file
59
node_modules/@mui/x-internals/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
{
|
||||
"name": "@mui/x-internals",
|
||||
"version": "8.11.0",
|
||||
"author": "MUI Team",
|
||||
"description": "Utility functions for the MUI X packages (internal use only).",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mui/mui-x/issues"
|
||||
},
|
||||
"homepage": "https://mui.com/x/",
|
||||
"sideEffects": false,
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/mui-org"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"keywords": [
|
||||
"react",
|
||||
"react-component",
|
||||
"material-ui",
|
||||
"mui",
|
||||
"mui-x",
|
||||
"utils"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mui/mui-x.git",
|
||||
"directory": "packages/x-internals"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.28.2",
|
||||
"@mui/utils": "^7.3.1",
|
||||
"reselect": "^5.1.1",
|
||||
"use-sync-external-store": "^1.5.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
},
|
||||
"type": "commonjs",
|
||||
"exports": {
|
||||
"./package.json": "./package.json",
|
||||
"./*": {
|
||||
"import": {
|
||||
"types": "./esm/*/index.d.ts",
|
||||
"default": "./esm/*/index.js"
|
||||
},
|
||||
"require": {
|
||||
"types": "./*/index.d.ts",
|
||||
"default": "./*/index.js"
|
||||
}
|
||||
},
|
||||
"./esm": null
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue