forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
132 lines (132 loc) · 4.59 KB
/
package.json
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "docs",
"version": "5.0.0",
"private": true,
"author": "MUI Team",
"license": "MIT",
"scripts": {
"build": "cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=4096 next build --profile",
"build:clean": "rimraf .next && yarn build",
"build-sw": "node ./scripts/buildServiceWorker.js",
"dev": "next dev",
"deploy": "git push material-ui-docs master:latest",
"export": "rimraf docs/export && next export --threads=3 -o export && yarn build-sw",
"icons": "rimraf public/static/icons/* && node ./scripts/buildIcons.js",
"start": "next start",
"typescript": "tsc -p tsconfig.json && tsc -p scripts/tsconfig.json",
"typescript:transpile": "echo 'Use `yarn docs:typescript:formatted'` instead && exit 1",
"typescript:transpile:dev": "echo 'Use `yarn docs:typescript'` instead && exit 1"
},
"dependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-transform-object-assign": "^7.16.7",
"@babel/runtime-corejs2": "^7.17.2",
"@date-io/core": "^2.13.1",
"@date-io/date-fns-jalali": "^2.13.1",
"@docsearch/react": "^3.0.0",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.8.2",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@mui/base": "5.0.0-alpha.75",
"@mui/docs": "^5.6.0",
"@mui/icons-material": "^5.6.0",
"@mui/lab": "5.0.0-alpha.76",
"@mui/material": "^5.6.0",
"@mui/material-next": "6.0.0-alpha.30",
"@mui/styled-engine": "^5.6.0",
"@mui/styled-engine-sc": "^5.5.2",
"@mui/styles": "^5.6.0",
"@mui/system": "^5.6.0",
"@mui/types": "^7.1.3",
"@mui/x-data-grid": "^5.8.0",
"@mui/x-data-grid-generator": "^5.8.0",
"@mui/x-data-grid-pro": "^5.8.0",
"@mui/x-date-pickers": "^5.0.0-alpha.0",
"@mui/x-date-pickers-pro": "^5.0.0-alpha.0",
"@mui/x-license-pro": "^5.7.0",
"@trendmicro/react-interpolate": "^0.5.5",
"@types/autosuggest-highlight": "^3.2.0",
"@types/css-mediaquery": "^0.1.1",
"@types/json2mq": "^0.2.0",
"@types/markdown-to-jsx": "^7.0.1",
"@types/react-dom": "^17.0.14",
"@types/react-swipeable-views": "^0.13.1",
"@types/react-swipeable-views-utils": "^0.13.3",
"@types/react-virtualized": "^9.21.20",
"@types/react-window": "^1.8.5",
"@types/styled-components": "5.1.24",
"accept-language": "^3.0.18",
"address": "^1.1.2",
"ast-types": "^0.14.2",
"autoprefixer": "^10.4.4",
"autosuggest-highlight": "^3.2.1",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-optimize-clsx": "^2.6.2",
"babel-plugin-react-remove-properties": "^0.3.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"clean-css": "^5.3.0",
"clipboard-copy": "^3.2.0",
"clsx": "^1.1.1",
"core-js": "^2.6.11",
"cross-env": "^7.0.3",
"css-mediaquery": "^0.1.2",
"date-fns": "^2.28.0",
"date-fns-jalali": "^2.21.3-1",
"docsearch.js": "^2.6.3",
"doctrine": "^3.0.0",
"express": "^4.17.3",
"fg-loadcss": "^3.1.0",
"final-form": "^4.20.6",
"flexsearch": "^0.7.21",
"fs-extra": "^10.0.1",
"json2mq": "^0.2.0",
"jss": "^10.9.0",
"jss-plugin-template": "^10.9.0",
"jss-rtl": "^0.3.0",
"lodash": "^4.17.21",
"lz-string": "^1.4.4",
"markdown-to-jsx": "^7.1.7",
"material-ui-popup-state": "^2.0.0",
"next": "^12.0.7",
"notistack": "2.0.3",
"nprogress": "^0.2.0",
"postcss": "^8.4.12",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-docgen": "^5.4.0",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.4",
"react-final-form": "^6.5.9",
"react-imask": "^6.4.2",
"react-intersection-observer": "^8.33.1",
"react-is": "^17.0.2",
"react-number-format": "^4.9.0",
"react-router-dom": "^6.3.0",
"react-spring": "^8.0.27",
"react-swipeable-views": "^0.14.0",
"react-transition-group": "^4.4.2",
"react-virtualized": "^9.22.3",
"react-window": "^1.8.6",
"recast": "^0.20.5",
"recharts": "^2.1.9",
"rimraf": "^3.0.2",
"styled-components": "^5.3.5",
"stylis": "^4.0.13",
"stylis-plugin-rtl": "^2.1.1",
"stylis-plugin-rtl-sc": "npm:stylis-plugin-rtl@^1.1.0",
"webfontloader": "^1.6.28",
"webpack-bundle-analyzer": "^4.5.0"
},
"devDependencies": {
"@babel/plugin-transform-react-constant-elements": "^7.17.6",
"@babel/preset-typescript": "^7.16.7",
"@types/marked": "^4.0.3",
"@types/recharts": "^2.0.0",
"cross-fetch": "^3.1.5",
"gm": "^1.23.1"
}
}