main
json 15 lines 296 Bytes
Raw
1 {
2 "name": "@hfs/mui-grid-form",
3 "main": "index.ts",
4 "peerDependencies": {
5 "@mui/icons-material": "^9",
6 "@mui/lab": "^9.0.0-beta.2",
7 "@mui/material": "^9",
8 "lodash": "^4.18.1"
9 },
10 "devDependencies": {
11 "@types/lodash": "*",
12 "react": "*",
13 "react-dom": "*"
14 }
15 }