UNPKG

1.28 kBJSONView Raw
1{
2 "name": "@material-ui/lab",
3 "version": "4.0.0-alpha.61",
4 "private": false,
5 "author": "Material-UI Team",
6 "description": "Material-UI Lab - Incubator for Material-UI React components.",
7 "main": "./index.js",
8 "keywords": [
9 "react",
10 "react-component",
11 "material design",
12 "material-ui",
13 "lab"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/mui-org/material-ui.git",
18 "directory": "packages/material-ui-lab"
19 },
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/mui-org/material-ui/issues"
23 },
24 "homepage": "https://github.com/mui-org/material-ui/tree/master/packages/material-ui-lab",
25 "peerDependencies": {
26 "@material-ui/core": "^4.12.1",
27 "@types/react": "^16.8.6 || ^17.0.0",
28 "react": "^16.8.0 || ^17.0.0",
29 "react-dom": "^16.8.0 || ^17.0.0"
30 },
31 "peerDependenciesMeta": {
32 "@types/react": {
33 "optional": true
34 }
35 },
36 "dependencies": {
37 "@babel/runtime": "^7.4.4",
38 "@material-ui/utils": "^4.11.3",
39 "clsx": "^1.0.4",
40 "prop-types": "^15.7.2",
41 "react-is": "^16.8.0 || ^17.0.0"
42 },
43 "sideEffects": false,
44 "publishConfig": {
45 "access": "public"
46 },
47 "engines": {
48 "node": ">=8.0.0"
49 },
50 "module": "./esm/index.js",
51 "typings": "./index.d.ts"
52}
\No newline at end of file