-
-
Notifications
You must be signed in to change notification settings - Fork 283
/
package.json
142 lines (142 loc) · 5.71 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
133
134
135
136
137
138
139
140
141
142
{
"name": "toolpad-project",
"version": "0.0.1",
"license": "MIT",
"description": "Components and APIs for building dashboards and internal tools",
"repository": "https://github.com/mui/toolpad.git",
"private": true,
"bin": {
"toolpad-studio": "./dist/index.js"
},
"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",
"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:studio": "tsx --tsconfig ./scripts/tsconfig.json ./scripts/docs/buildStudioApi.ts",
"docs:build:api": "concurrently \"pnpm docs:build:api:core\" \"pnpm docs:build:api:studio\"",
"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:build": "lerna run build --scope @toolpad/studio-runtime --scope @toolpad/studio-components --stream",
"test:integration": "rimraf ./node_modules/.vite && playwright test --config ./test/playwright.config.ts",
"test:browser": "FORCE_COLOR=1 pnpm run -r test:browser",
"test:argos": "node ./scripts/pushArgos.mjs",
"test": "lerna run test --stream",
"check-types": "lerna run --concurrency 1 check-types",
"toolpad-studio": "node --enable-source-maps packages/toolpad-studio/cli.mjs",
"jsonSchemas": "tsx ./scripts/docs/generateJsonSchemas.ts",
"update-monorepo": "tsx ./scripts/updateMonorepo.ts",
"monorepo:update": "tsx ./scripts/updateMonorepo.ts",
"monorepo:canary": "tsx ./scripts/canaryMonorepo.ts",
"check-changes": "git add -A && git diff --exit-code --staged",
"test:rest:start": "tsx ./scripts/restTestServer.ts",
"clean": "pnpm -r exec rm -rf build dist"
},
"devDependencies": {
"@argos-ci/core": "2.10.0",
"@babel/cli": "7.25.9",
"@babel/core": "7.26.0",
"@babel/node": "7.26.0",
"@babel/plugin-transform-react-constant-elements": "7.25.9",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/preset-typescript": "7.26.0",
"@mui/internal-babel-plugin-resolve-imports": "1.0.18",
"@mui/internal-docs-utils": "1.0.15",
"@mui/internal-markdown": "1.0.20",
"@mui/internal-scripts": "1.0.27",
"@mui/monorepo": "github:mui/material-ui#4b229d3bb9133cc479e0b742754a1055136162a4",
"@mui/x-charts": "7.22.2",
"@next/eslint-plugin-next": "14.2.17",
"@playwright/test": "1.47.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@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.17.6",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitest/coverage-v8": "2.1.4",
"babel-plugin-react-remove-properties": "0.3.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"chalk": "5.3.0",
"concurrently": "9.1.0",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-webpack": "0.13.9",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-material-ui": "workspace:*",
"eslint-plugin-mocha": "10.5.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-compiler": "latest",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-testing-library": "^6.4.0",
"eslint-plugin-typescript-enum": "2.1.0",
"execa": "9.5.1",
"fast-glob": "^3.3.2",
"format-util": "1.0.5",
"fs-extra": "11.2.0",
"globby": "14.0.2",
"jsdom": "25.0.1",
"lerna": "8.1.9",
"markdownlint-cli2": "0.15.0",
"prettier": "3.3.3",
"pretty-quick": "4.0.0",
"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.6.3",
"unist-util-visit": "5.0.0",
"vitest-dom": "0.1.1",
"vitest-fail-on-console": "0.7.1"
},
"dependencies": {
"@types/lodash": "4.17.13",
"@vitest/browser": "2.1.4",
"archiver": "7.0.1",
"cross-env": "7.0.3",
"dotenv-cli": "7.4.2",
"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.6.3",
"tsup": "8.3.5",
"tsx": "4.19.2",
"vitest": "2.1.4",
"yargs": "17.7.2",
"zod": "3.23.8",
"zod-to-json-schema": "3.23.5"
},
"engines": {
"node": ">=20",
"pnpm": "9.12.3"
},
"resolutions": {
"google-auth-library": "*",
"@types/node": "^20.17.6"
},
"packageManager": "[email protected]"
}