-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
64 lines (64 loc) · 1.93 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
{
"name": "mia-platform-doc",
"version": "12.2.1",
"private": true,
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "yarn build-redirects && USE_SIMPLE_CSS_MINIFIER=true docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"serve": "docusaurus serve",
"lint": "eslint --ext js .",
"spellcheck": "npx cspell './docs/**'",
"release-note": "node ./new-release-note.js",
"check-content": "npm run validate-links && node ./check-content.js",
"validate-links": "node ./scripts/validate-links.js",
"build-redirects": "node ./scripts/build-permanent-redirects.js",
"check-redirects": "node ./scripts/check-permanent-redirects.js",
"build-subtitle": "node ./scripts/parse-subtitle.js",
"generate-last-edited": "node scripts/last-pages-edited.js "
},
"dependencies": {
"@docusaurus/core": "2.4.3",
"@docusaurus/plugin-client-redirects": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@staticdeploy/cli": "^0.15.5",
"clsx": "^2.1.1",
"cspell": "^8.8.4",
"docusaurus-json-schema-plugin": "^1.12.2",
"klaw": "^4.1.0",
"mdx-mermaid": "^v1.3.2",
"medium-zoom": "^1.0.8",
"mermaid": "^10.9.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-youtube": "^10.1.0",
"swc-loader": "^0.2.6"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"@swc/core": "^1.10.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "7.37.2",
"front-matter": "^4.0.2",
"git-list-updated": "^1.2.1",
"git-tag": "^0.2.0",
"prop-types": "^15.8.1",
"semver-utils": "^1.1.4"
},
"packageManager": "yarn@4.4.1"
}