-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.22 KB
/
Copy pathpackage.json
File metadata and controls
90 lines (90 loc) · 2.22 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "@mui/x-data-grid-premium",
"version": "9.6.0",
"author": "MUI Team",
"description": "The Premium plan edition of the MUI X Data Grid Components.",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/mui/mui-x/issues"
},
"homepage": "https://mui.com/x/react-data-grid/",
"sideEffects": [
"**/*.css"
],
"publishConfig": {
"access": "public",
"directory": "build"
},
"keywords": [
"react",
"react-component",
"material-ui",
"mui",
"mui-x",
"react-table",
"table",
"datatable",
"data-table",
"datagrid",
"data-grid"
],
"scripts": {
"typescript": "tsc -p tsconfig.json",
"build": "code-infra build --flat",
"prebuild": "rimraf build tsconfig.build.tsbuildinfo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mui/mui-x.git",
"directory": "packages/x-data-grid-premium"
},
"dependencies": {
"@babel/runtime": "catalog:",
"@mui/utils": "catalog:",
"@mui/x-data-grid": "workspace:^",
"@mui/x-data-grid-pro": "workspace:^",
"@mui/x-internal-exceljs-fork": "catalog:",
"@mui/x-internals": "workspace:^",
"@mui/x-license": "workspace:^",
"clsx": "catalog:",
"prop-types": "catalog:"
},
"peerDependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^7.3.0 || ^9.0.0",
"@mui/system": "^7.3.0 || ^9.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@emotion/react": {
"optional": true
},
"@emotion/styled": {
"optional": true
}
},
"devDependencies": {
"@mui/internal-test-utils": "catalog:",
"@mui/material": "catalog:",
"@mui/system": "catalog:",
"@types/prop-types": "catalog:",
"@types/react-transition-group": "catalog:",
"date-fns": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"react-transition-group": "catalog:",
"rimraf": "catalog:"
},
"engines": {
"node": ">=14.17.0"
},
"exports": {
".": "./src/index.ts",
"./*": "./src/*/index.ts"
},
"imports": {
"#formatErrorMessage": "@mui/x-internals/formatErrorMessage"
}
}