-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.48 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 4.48 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
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
{
"name": "docs",
"private": true,
"license": "MIT",
"scripts": {
"build:adapter-dependencies": "tsx ../scripts/buildPickerAdapterDeps.ts",
"build": "rimraf ./export && pnpm build:adapter-dependencies && cross-env NODE_ENV=production next build && pnpm build-sw",
"build:clean": "rimraf .next && pnpm build",
"build-sw": "node ./scripts/buildServiceWorker.js",
"dev": "pnpm build:adapter-dependencies && next dev --port 3001",
"deploy": "git push -f upstream master:docs-v8",
"icons": "rimraf public/static/icons/* && node ./scripts/buildIcons.js",
"serve": "serve ./export -l 3010",
"create-playground": "cpy --cwd=scripts playground.template.tsx ../../pages/playground --rename=index.tsx",
"typescript": "tsc -p tsconfig.json",
"typescript:transpile": "cross-env BABEL_ENV=development node scripts/formattedTSDemos",
"typescript:transpile:dev": "cross-env BABEL_ENV=development node scripts/formattedTSDemos --watch",
"populate:demos": "tsx scripts/populatePickersDemos"
},
"dependencies": {
"@babel/core": "catalog:",
"@babel/runtime": "catalog:",
"@babel/runtime-corejs2": "^7.27.6",
"@docsearch/react": "^3.9.0",
"@emotion/cache": "catalog:",
"@emotion/react": "catalog:",
"@emotion/server": "^11.11.0",
"@emotion/styled": "catalog:",
"@mui/docs": "7.1.1",
"@mui/icons-material": "catalog:",
"@mui/joy": "^5.0.0-beta.52",
"@mui/lab": "^7.0.0-beta.13",
"@mui/material": "catalog:",
"@mui/material-nextjs": "^7.1.1",
"@mui/stylis-plugin-rtl": "catalog:",
"@mui/system": "catalog:",
"@mui/utils": "catalog:",
"@mui/x-charts": "workspace:*",
"@mui/x-charts-pro": "workspace:*",
"@mui/x-charts-vendor": "workspace:*",
"@mui/x-data-grid": "workspace:*",
"@mui/x-data-grid-generator": "workspace:*",
"@mui/x-data-grid-premium": "workspace:*",
"@mui/x-data-grid-pro": "workspace:*",
"@mui/x-date-pickers": "workspace:*",
"@mui/x-date-pickers-pro": "workspace:*",
"@mui/x-scheduler": "workspace:*",
"@mui/x-tree-view": "workspace:*",
"@mui/x-tree-view-pro": "workspace:*",
"@react-spring/web": "catalog:",
"@tanstack/query-core": "^5.80.6",
"@tanstack/react-query": "^5.80.6",
"ast-types": "^0.14.2",
"autoprefixer": "catalog:",
"babel-plugin-module-resolver": "catalog:",
"babel-plugin-optimize-clsx": "catalog:",
"babel-plugin-preval": "^5.1.0",
"babel-plugin-react-remove-properties": "catalog:",
"babel-plugin-transform-react-remove-prop-types": "catalog:",
"chance": "catalog:",
"clean-css": "^5.3.3",
"clipboard-copy": "^4.0.1",
"clsx": "catalog:",
"core-js": "^2.6.12",
"cross-env": "catalog:",
"d3-scale-chromatic": "^3.1.0",
"date-fns": "catalog:",
"date-fns-jalali": "catalog:",
"dayjs": "catalog:",
"doctrine": "^3.0.0",
"exceljs": "catalog:",
"fg-loadcss": "^3.1.0",
"jscodeshift": "catalog:",
"lodash": "catalog:",
"luxon": "catalog:",
"lz-string": "^1.5.0",
"markdown-to-jsx": "^7.7.6",
"moment": "catalog:",
"moment-hijri": "catalog:",
"moment-jalaali": "catalog:",
"moment-timezone": "catalog:",
"next": "^15.3.3",
"nprogress": "^0.2.0",
"postcss": "^8.5.4",
"prop-types": "catalog:",
"react": "catalog:",
"react-docgen": "^5.4.3",
"react-dom": "catalog:",
"react-hook-form": "^7.57.0",
"react-router": "catalog:",
"react-runner": "^1.0.5",
"react-simple-code-editor": "^0.14.1",
"recast": "^0.23.9",
"rifm": "0.12.1",
"rimraf": "catalog:",
"rxjs": "^7.8.2",
"styled-components": "^6.1.18",
"stylis": "catalog:",
"webpack-bundle-analyzer": "catalog:"
},
"devDependencies": {
"@babel/plugin-transform-react-constant-elements": "catalog:",
"@babel/preset-typescript": "catalog:",
"@mui/internal-docs-utils": "^2.0.1",
"@mui/internal-scripts": "^2.0.9",
"@types/chai": "catalog:",
"@types/chance": "catalog:",
"@types/d3-scale": "catalog:",
"@types/d3-scale-chromatic": "^3.1.0",
"@types/doctrine": "^0.0.9",
"@types/fg-loadcss": "^3.1.3",
"@types/gtag.js": "^0.0.20",
"@types/lodash": "catalog:",
"@types/luxon": "catalog:",
"@types/moment-hijri": "catalog:",
"@types/moment-jalaali": "catalog:",
"@types/nprogress": "^0.2.3",
"@types/prop-types": "catalog:",
"@types/react-dom": "catalog:",
"@types/stylis": "^4.2.7",
"@types/webpack-bundle-analyzer": "^4.7.0",
"gm": "^1.25.1",
"serve": "catalog:"
}
}