-
-
Notifications
You must be signed in to change notification settings - Fork 407
Expand file tree
/
Copy pathpackage.json
More file actions
137 lines (137 loc) · 5.32 KB
/
package.json
File metadata and controls
137 lines (137 loc) · 5.32 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
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "toolpad-project",
"version": "0.0.1",
"description": "Components and APIs for building dashboards and internal tools",
"license": "MIT",
"repository": "https://github.com/mui/toolpad.git",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"proptypes": "tsx ./scripts/generateProptypes.ts",
"install:codesandbox": "PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 pnpm install",
"markdownlint": "markdownlint-cli2 \"**/*.md\"",
"prettier": "pretty-quick --ignore-path .eslintignore --branch master",
"prettier:all": "prettier --write . --ignore-path .eslintignore",
"dev": "dotenv cross-env FORCE_COLOR=1 lerna -- run dev --stream --parallel --ignore docs --ignore playground-*",
"docs:dev": "pnpm --filter docs dev",
"docs:build": "pnpm --filter docs build",
"docs:build:api:core": "tsx --tsconfig ./scripts/tsconfig.json ./scripts/docs/buildCoreApiDocs/index.ts",
"docs:build:api": "concurrently \"pnpm docs:build:api:core\"",
"docs:typescript:formatted": "tsx ./docs/scripts/formattedTSDemos",
"eslint": "eslint . --report-unused-disable-directives --ext .js,.ts,.tsx",
"jsonlint": "node ./scripts/jsonlint.mjs",
"release:build": "lerna run --ignore docs --stream build --concurrency 1",
"release:version": "lerna version --exact --no-changelog --no-push --no-git-tag-version",
"release:publish": "pnpm dedupe && pnpm release:build && pnpm publish --recursive --tag latest",
"release:changelog": "dotenv -- node ./scripts/releaseChangelog.mjs --repo toolpad",
"test:browser": "FORCE_COLOR=1 pnpm run -r test:browser",
"test:argos": "node ./scripts/pushArgos.mjs test/regressions/screenshots/chrome",
"test": "lerna run test --stream",
"check-types": "lerna run --concurrency 1 check-types",
"jsonSchemas": "tsx ./scripts/docs/generateJsonSchemas.ts",
"monorepo:update": "tsx ./scripts/updateMonorepo.ts",
"monorepo:canary": "tsx ./scripts/canaryMonorepo.ts",
"check-changes": "git add -A && git diff --exit-code --staged",
"clean": "pnpm -r exec rm -rf build dist"
},
"devDependencies": {
"@argos-ci/core": "3.2.0",
"@babel/cli": "7.28.0",
"@babel/core": "7.28.0",
"@babel/node": "7.28.0",
"@babel/plugin-transform-react-constant-elements": "7.27.1",
"@babel/plugin-transform-runtime": "7.28.0",
"@babel/preset-env": "7.28.0",
"@babel/preset-react": "7.27.1",
"@babel/preset-typescript": "7.27.1",
"@mui/internal-babel-plugin-resolve-imports": "2.0.5",
"@mui/internal-docs-utils": "2.0.1",
"@mui/internal-markdown": "2.0.7",
"@mui/internal-scripts": "2.0.10",
"@mui/monorepo": "github:mui/material-ui#3641a0b7b5c4506b7d44f3241580087b56482c74",
"@mui/x-charts": "^8.8.0",
"@next/eslint-plugin-next": "15.3.4",
"@playwright/test": "1.54.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/archiver": "6.0.3",
"@types/fs-extra": "11.0.4",
"@types/gtag.js": "0.0.20",
"@types/invariant": "2.2.37",
"@types/node": "^20.19.4",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "^8.35.1",
"@typescript-eslint/parser": "^8.35.1",
"@vitest/coverage-v8": "2.1.9",
"babel-plugin-react-remove-properties": "0.3.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"chalk": "5.4.1",
"concurrently": "9.2.0",
"css-mediaquery": "^0.1.2",
"danger": "^13.0.4",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-webpack": "0.13.10",
"eslint-plugin-consistent-default-export-name": "^0.0.15",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-material-ui": "workspace:*",
"eslint-plugin-mocha": "10.5.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-compiler": "latest",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-testing-library": "^6.5.0",
"eslint-plugin-typescript-enum": "2.1.0",
"execa": "9.6.0",
"fast-glob": "^3.3.3",
"format-util": "1.0.5",
"fs-extra": "11.3.0",
"globby": "14.1.0",
"jsdom": "26.1.0",
"lerna": "8.2.3",
"markdownlint-cli2": "0.18.1",
"prettier": "3.6.2",
"pretty-quick": "4.2.2",
"react-docgen": "5.4.3",
"react-inspector": "6.0.2",
"regenerator-runtime": "0.14.1",
"remark": "15.0.1",
"rimraf": "6.0.1",
"typescript": "5.8.3",
"unist-util-visit": "5.0.0",
"vitest-browser-react": "^0.3.0",
"vitest-dom": "0.1.1",
"vitest-fail-on-console": "0.7.1"
},
"dependencies": {
"@types/lodash": "4.17.20",
"@vitest/browser": "2.1.9",
"archiver": "7.0.1",
"cross-env": "7.0.3",
"dotenv-cli": "7.4.4",
"eslint-import-resolver-exports": "1.0.0-beta.5",
"invariant": "2.2.4",
"lodash": "4.17.21",
"react-swipeable-views": "^0.14.0",
"semver": "7.7.2",
"tsup": "8.5.0",
"tsx": "4.20.3",
"vitest": "2.1.9",
"yargs": "17.7.2",
"zod": "3.25.76",
"zod-to-json-schema": "3.24.6"
},
"resolutions": {
"google-auth-library": "*",
"@types/node": "^20.19.4"
},
"packageManager": "pnpm@10.12.4",
"engines": {
"node": ">=20",
"pnpm": "10.12.4"
}
}