Blame view

天文台pc/tianwentai-ui/node_modules/@mui/private-theming/package.json 1.69 KB
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
  {
    "name": "@mui/private-theming",
    "version": "7.3.9",
    "author": "MUI Team",
    "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
    "keywords": [
      "react",
      "react-component",
      "mui",
      "theme"
    ],
    "repository": {
      "type": "git",
      "url": "git+https://github.com/mui/material-ui.git",
      "directory": "packages/mui-private-theming"
    },
    "license": "MIT",
    "bugs": {
      "url": "https://github.com/mui/material-ui/issues"
    },
    "homepage": "https://github.com/mui/material-ui/tree/master/packages/mui-private-theming",
    "funding": {
      "type": "opencollective",
      "url": "https://opencollective.com/mui-org"
    },
    "dependencies": {
      "@babel/runtime": "^7.28.6",
      "prop-types": "^15.8.1",
      "@mui/utils": "^7.3.9"
    },
    "peerDependencies": {
      "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
      "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
    },
    "peerDependenciesMeta": {
      "@types/react": {
        "optional": true
      }
    },
    "sideEffects": false,
    "publishConfig": {
      "access": "public"
    },
    "engines": {
      "node": ">=14.0.0"
    },
    "type": "commonjs",
    "main": "./index.js",
    "types": "./index.d.ts",
    "exports": {
      "./package.json": "./package.json",
      ".": {
        "require": {
          "types": "./index.d.ts",
          "default": "./index.js"
        },
        "default": {
          "types": "./esm/index.d.ts",
          "default": "./esm/index.js"
        }
      },
      "./*": {
        "require": {
          "types": "./*/index.d.ts",
          "default": "./*/index.js"
        },
        "default": {
          "types": "./esm/*/index.d.ts",
          "default": "./esm/*/index.js"
        }
      },
      "./esm": null
    }
  }