-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 960 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 960 Bytes
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
{
"name": "marketing-site",
"version": "1.0.0",
"description": "Redocly website",
"type": "module",
"scripts": {
"start": "npx @redocly/cli preview",
"lint:markdown": "markdownlint-cli2 '**/*.md'",
"lint:markdown:fix": "markdownlint-cli2 '**/*.md' --fix"
},
"author": "team@redocly.com",
"license": "UNLICENSED",
"dependencies": {
"@redocly/marketing-pages": "0.1.37",
"@redocly/realm": "0.128.0-next.2",
"buffer": "^6.0.3",
"highlight-words-core": "^1.2.3",
"path": "^0.12.7",
"polished": "^4.3.1"
},
"devDependencies": {
"@types/styled-components": "5.1.34",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"markdownlint-cli2": "^0.18.1",
"prettier": "^3.0.3"
},
"markdownlint-cli2": {
"gitignore": ".prettierignore"
},
"overrides": {
"react": "19.1.0",
"react-dom": "19.1.0",
"axios": "1.12.2",
"@redocly/openapi-docs": "3.16.0-next.0"
}
}