-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.38 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
{
"name": "@mui/internal-api-docs-builder",
"version": "1.0.3",
"scripts": {
"test": "pnpm --workspace-root test:unit --project \"*:@mui/internal-api-docs-builder\"",
"typescript": "tsgo -p tsconfig.json",
"build": "code-infra build --tsgo --flat --skipBabelRuntimeCheck"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages-internal/api-docs-builder"
},
"dependencies": {
"@babel/core": "^7.29.7",
"@babel/preset-typescript": "^7.29.7",
"@babel/traverse": "^7.29.7",
"@babel/types": "^7.29.7",
"@mui/internal-docs-utils": "workspace:^",
"@mui/internal-markdown": "workspace:^",
"doctrine": "^3.0.0",
"es-toolkit": "^1.46.1",
"fast-glob": "^3.3.3",
"prettier": "^3.8.3",
"react-docgen": "^8.0.3",
"recast": "^0.23.12",
"remark": "^15.0.1",
"typescript": "^6.0.3",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@types/babel__core": "7.20.5",
"@types/babel__traverse": "7.28.0",
"@types/chai": "5.2.3",
"@types/doctrine": "0.0.9",
"@types/mdast": "4.0.4",
"@types/node": "20.19.43",
"@types/sinon": "17.0.4",
"chai": "6.2.2",
"sinon": "22.0.0"
},
"exports": {
".": "./src/index.ts"
},
"publishConfig": {
"access": "public",
"directory": "build"
},
"engines": {
"node": ">=22.23.1"
}
}