-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
128 lines (128 loc) · 4.2 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
{
"name": "spectro-cloud-docs",
"version": "4.5.11",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start --host 0.0.0.0 --port 9000",
"build": "npm run generate-api-docs && npm run cves && npm run generate-partials && docusaurus build",
"swizzle": "docusaurus swizzle",
"cves": "node utils/cves/index.js",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"test": "jest --silent",
"analyze-bundle": "docusaurus build --bundle-analyzer",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc",
"generate-api-docs": "npm run run-api-parser && docusaurus gen-api-docs palette && docusaurus gen-api-docs emc",
"clean-api-docs": "docusaurus clean-api-docs palette && docusaurus clean-api-docs emc",
"run-api-parser": "node utils/api-parser/index.js",
"generate-partials": "./scripts/generate-partials.sh",
"lint": "eslint . -c .eslintrc.js --ext .js,.ts,.jsx,.tsx",
"lint:fix": "npm run lint -- --fix",
"format": "prettier --write \"**/*.{js,jsx,json,ts,tsx,md,mdx,css}\"",
"format-check": "prettier . --check"
},
"lint-staged": {
"**/*.{js,jsx,json,ts,tsx,md,mdx,css}": "npm run format"
},
"overrides": {
"react-live": ">=3.1.1 <4.0.0"
},
"resolutions": {
"react-live": ">=3.1.1 <4.0.0"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.2.2",
"@docusaurus/core": "^3.6.3",
"@docusaurus/faster": "^3.6.3",
"@docusaurus/plugin-client-redirects": "^3.6.3",
"@docusaurus/plugin-ideal-image": "^3.6.3",
"@docusaurus/preset-classic": "^3.6.3",
"@docusaurus/types": "^3.6.3",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mdx-js/react": "^3.0.1",
"antd": "^5.22.2",
"axios-retry": "^4.5.0",
"babel-plugin-macros": "^3.1.0",
"clsx": "^1.2.1",
"docusaurus-plugin-image-zoom": "^2.0.0",
"docusaurus-plugin-sass": "^0.2.5",
"docusaurus-theme-openapi-docs": "^4.3.1",
"fuse.js": "^6.6.2",
"node-fetch": "^3.1.0",
"p-ratelimit": "^1.0.1",
"prism-react-renderer": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.3.1",
"react-markdown": "9.0.1",
"react-select": "^5.8.0",
"remark-gfm": "4.0.0",
"sass": "^1.82.0",
"semver": "^7.3.7"
},
"devDependencies": {
"@argos-ci/cli": "^2.4.2",
"@argos-ci/playwright": "^2.0.0",
"@playwright/test": "^1.49.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "latest",
"@semantic-release/github": "latest",
"@semantic-release/npm": "latest",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@tsconfig/docusaurus": "^2.0.3",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.2.0",
"babel-jest": "^29.6.2",
"dotenv": "^16.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-n": "^17.10.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.35.0",
"husky": "^9.0.11",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-config-docusaurus": "^0.1.1",
"jest-environment-jsdom": "^29.6.2",
"jest-fetch-mock": "^3.0.3",
"linkinator": "^6.1.2",
"lint-staged": "^15.2.10",
"netlify-cli": "^17.37.1",
"prettier": "3.3.2",
"semantic-release": "^24.1.0",
"test-links": "^0.0.1",
"ts-jest": "^29.1.4",
"typescript": "^5.1.6",
"typescript-plugin-css-modules": "^5.1.0",
"webpconvert": "^3.0.1",
"xml2js": "^0.6.2"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=20.12"
}
}