-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.53 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.53 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
{
"name": "@data-driven-forms/mui-component-mapper",
"version": "4.1.16",
"description": "Component mapper for Material ui component mapper form data-driven-forms.",
"main": "index.js",
"module": "esm/index.js",
"typings": "index.d.ts",
"license": "Apache-2.0",
"scripts": {
"start": "rspack serve --config ./config/rspack.config.js",
"build": "npm run build:cjs && npm run build:esm && npm run build:packages",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig.esm.json",
"build:packages": "node ../../scripts/generate-packages.js"
},
"homepage": "https://data-driven-forms.org/",
"bugs": "https://github.com/data-driven-forms/react-forms/issues",
"repository": {
"type": "git",
"url": "https://github.com/data-driven-forms/react-forms",
"directory": "packages/mui-component-mapper"
},
"devDependencies": {
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.18.0",
"@mui/x-date-pickers": "^6.13.0",
"react-intl": "^6.4.6"
},
"peerDependencies": {
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.18.0",
"@mui/x-date-pickers": "^5.0.1 || ^6.13.0",
"react": "^17.0.2 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"@data-driven-forms/common": "^4.1.10",
"@data-driven-forms/react-form-renderer": "^4.1.10",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/system": "^5.10.4",
"clsx": "^1.0.4",
"date-fns": "^2.16.1",
"lodash": "^4.18.1"
}
}