-
Notifications
You must be signed in to change notification settings - Fork 303
/
package.json
115 lines (115 loc) · 4.13 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
{
"name": "devdocs",
"version": "4.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"wikimedia-sync": "scripts/wikimedia-sync.js",
"component-spellings": "scripts/component-helper.js spelling",
"test": "jest",
"libraries-fetch": "scripts/librarian.mjs fetch",
"libraries-generate": "scripts/librarian.mjs generate",
"fix": "yarn mdfix-all; yarn mdxfix-all; yarn spell",
"mdlint": "markdownlint-cli2",
"mdlint-all": "markdownlint-cli2 '{docs,general}/**/*.md' '*.md'",
"mdfix": "markdownlint-cli2 --fix",
"mdfix-all": "markdownlint-cli2 --fix '{docs,general}/**/*.md' '*.md'",
"mdxlint": "markdownlint-cli2 --config .markdownlint/mdx/.markdownlint-cli2.cjs",
"mdxlint-all": "markdownlint-cli2 --config .markdownlint/mdx/.markdownlint-cli2.cjs '{docs,general}/**/*.mdx' '*.mdx'",
"mdxfix": "markdownlint-cli2 --config .markdownlint/mdx/fix/.markdownlint-cli2.cjs",
"mdxfix-all": "markdownlint-cli2 --config .markdownlint/mdx/fix/.markdownlint-cli2.cjs '{docs,general}/**/*.mdx' '*.mdx'",
"migrate": "scripts/wikimedia-fetch.mjs migrate",
"lint": "yarn mdlint-all; yarn mdxlint-all; yarn spell",
"prepare": "husky install",
"spell": "cspell '*.md' '*.mdx' '**/*.md' '**/*.mdx' 'docs/*.md' 'docs/*.mdx' 'docs/**/*.md' 'docs/**/*.mdx' 'general/*.md' 'general/*.mdx' 'general/**/*.md' 'general/**/*.mdx'"
},
"dependencies": {
"@docusaurus/core": "^3.3.2",
"@docusaurus/plugin-pwa": "^3.3.2",
"@docusaurus/preset-classic": "^3.3.2",
"@docusaurus/theme-mermaid": "^3.3.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mdx-js/react": "^3.0.0",
"@mui/icons-material": "^5.10.16",
"@mui/material": "^5.10.16",
"acorn": "^8.11.3",
"clsx": "^1.2.1",
"commander": "5.1.0",
"dotenv": "^16.0.3",
"hast-util-from-parse5": "^7.1.0",
"libxmljs2": "^0.31.0",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-mdx-jsx": "^3.0.0",
"mdast-util-mdxjs-esm": "^2.0.1",
"micromark-extension-mdx-jsx": "^3.0.0",
"micromark-extension-mdxjs-esm": "^3.0.0",
"prism-react-renderer": "2",
"raw-loader": "^4.0.2",
"react": "18",
"react-dom": "18",
"react-player": "^2.11.0",
"unist-util-find": "^3.0.0",
"unist-util-visit": "^5.0.0"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@apidevtools/json-schema-ref-parser": "^9.1.0",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@docusaurus/module-type-aliases": "^3.3.2",
"@tsconfig/docusaurus": "^1.0.6",
"@types/core-js": "^2.5.5",
"@types/node": "^18.11.10",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"ajv-cli": "^5.0.0",
"babel-jest": "^29.3.1",
"cspell": "^8.6.1",
"eslint": "^8.28.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.6",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-mdx": "^1.17.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-regexp": "^1.11.0",
"husky": "^8.0.2",
"inquirer": "^9.1.4",
"jest": "^29.3.1",
"js-yaml": "^4.1.0",
"lint-staged": "^13.0.4",
"markdownlint-cli2": "^0.13.0",
"markdownlint-rule-helpers": "^0.17.2",
"node-fetch": "^3.3.0",
"nodemw": "^0.18.0",
"stylelint": "^15.10.1",
"stylelint-config-standard": "^29.0.0",
"ts-jest": "^29.0.3",
"typescript": "^4.9.3",
"unist-util-inspect": "7.0.1",
"winston": "^3.8.2"
},
"packageManager": "[email protected]"
}