worked on GarageApp stuff
This commit is contained in:
parent
60aaf17af3
commit
eb606572b0
51919 changed files with 2168177 additions and 18 deletions
82
node_modules/@mui/styled-engine/package.json
generated
vendored
Normal file
82
node_modules/@mui/styled-engine/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
{
|
||||
"name": "@mui/styled-engine",
|
||||
"version": "7.3.1",
|
||||
"author": "MUI Team",
|
||||
"description": "styled() API wrapper package for emotion.",
|
||||
"main": "./index.js",
|
||||
"keywords": [
|
||||
"react",
|
||||
"react-component",
|
||||
"mui",
|
||||
"emotion"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mui/material-ui.git",
|
||||
"directory": "packages/mui-styled-engine"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mui/material-ui/issues"
|
||||
},
|
||||
"homepage": "https://mui.com/system/styled/",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/mui-org"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.28.2",
|
||||
"@emotion/cache": "^11.14.0",
|
||||
"@emotion/serialize": "^1.3.3",
|
||||
"@emotion/sheet": "^1.4.0",
|
||||
"csstype": "^3.1.3",
|
||||
"prop-types": "^15.8.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@emotion/react": "^11.4.1",
|
||||
"@emotion/styled": "^11.3.0",
|
||||
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@emotion/react": {
|
||||
"optional": true
|
||||
},
|
||||
"@emotion/styled": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"sideEffects": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
},
|
||||
"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
|
||||
},
|
||||
"types": "./index.d.ts"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue