-
Notifications
You must be signed in to change notification settings - Fork 182
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 5.32 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 5.32 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
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
129
130
131
132
133
{
"name": "apify-docs",
"version": "2.0.0",
"description": "This is a home of Apify documentation.",
"repository": {
"type": "git",
"url": "git+https://github.com/apify/apify-docs.git"
},
"keywords": [
"documentation",
"apify"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apify/apify-docs/issues"
},
"homepage": "https://github.com/apify/apify-docs#readme",
"scripts": {
"start": "npm run api:rebuild && rimraf .docusaurus && cross-env LOCALHOST=1 CRAWLEE_DOCS_FAST=1 docusaurus start",
"start:dev": "npm run api:rebuild && rimraf .docusaurus && cross-env DEV=1 CRAWLEE_DOCS_FAST=1 docusaurus start",
"build": "npm run api:rebuild && rimraf .docusaurus && docusaurus build",
"api:generate": "npm run openapi:bundle && npm run openapi:build && docusaurus gen-api-docs all",
"api:clean": "docusaurus clean-api-docs all",
"api:rebuild": "npm run api:clean && npm run api:generate",
"openapi:preview": "redocly preview-docs",
"openapi:bundle": "redocly bundle apify-api/openapi/openapi.yaml -o apify-api",
"openapi:build": "npm run openapi:build:yaml && npm run openapi:build:json",
"openapi:build:yaml": "redocly bundle apify-api/openapi/openapi.yaml --skip-decorator=apify/legacy-doc-url-decorator --skip-decorator=apify/code-samples-decorator -o static/api/openapi.yaml",
"openapi:build:json": "redocly bundle apify-api/openapi/openapi.yaml --skip-decorator=apify/legacy-doc-url-decorator --skip-decorator=apify/code-samples-decorator -o static/api/openapi.json",
"openapi:lint": "npm run openapi:lint:redocly && npm run openapi:lint:spectral && npm run openapi:lint:yaml",
"openapi:lint:redocly": "redocly lint apify-api/openapi/openapi.yaml",
"openapi:lint:spectral": "spectral lint apify-api/openapi/openapi.yaml",
"openapi:lint:yaml": "eslint 'apify-api/**/*.yaml'",
"openapi:lint:yaml:fix": "eslint 'apify-api/**/*.yaml' --fix",
"write-translations": "docusaurus write-translations",
"version": "docusaurus version",
"rename-version": "docusaurus rename-version",
"swizzle": "docusaurus swizzle",
"docusaurus": "docusaurus",
"lint": "npm run lint:md && npm run lint:code",
"lint:fix": "npm run lint:md:fix && npm run lint:code:fix",
"lint:md": "markdownlint '**/*.md'",
"lint:md:fix": "markdownlint '**/*.md' --fix",
"lint:code": "eslint .",
"lint:code:fix": "eslint . --fix",
"test:academy": "bats --print-output-on-failure -r .",
"postinstall": "patch-package",
"postbuild": "node ./scripts/joinLlmsFiles.mjs && node ./scripts/indentLlmsFile.mjs"
},
"devDependencies": {
"@apify/eslint-config": "^1.0.0",
"@apify/tsconfig": "^0.1.0",
"@stoplight/spectral-cli": "^6.15.0",
"@types/react": "^19.0.0",
"babel-plugin-styled-components": "^2.1.4",
"bats": "^1.13.0",
"cross-env": "^10.0.0",
"eslint": "^9.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-yml": "^3.0.0",
"globals": "^17.0.0",
"markdownlint": "^0.40.0",
"markdownlint-cli": "^0.48.0",
"patch-package": "^8.0.0",
"path-browserify": "^1.0.1",
"rimraf": "^6.0.0",
"typescript": "6.0.2",
"typescript-eslint": "^8.38.0"
},
"dependencies": {
"@apify/ui-icons": "^1.26.0",
"@apify/ui-library": "^1.131.1",
"@docusaurus/core": "~3.9.2",
"@docusaurus/faster": "~3.9.2",
"@docusaurus/plugin-client-redirects": "~3.9.2",
"@docusaurus/plugin-content-docs": "~3.9.2",
"@docusaurus/preset-classic": "~3.9.2",
"@docusaurus/theme-common": "~3.9.2",
"@docusaurus/theme-mermaid": "~3.9.2",
"@redocly/cli": "^2.0.0",
"@signalwire/docusaurus-plugin-llms-txt": "^1.2.1",
"clsx": "^2.0.0",
"docusaurus-plugin-image-zoom": "^3.0.1",
"docusaurus-plugin-openapi-docs": "^4.6.0",
"docusaurus-theme-openapi-docs": "^4.6.0",
"github-buttons": "^2.28.0",
"postcss-preset-env": "^11.0.0",
"prism-react-renderer": "^2.4.0",
"prop-types": "^15.8.1",
"raw-loader": "^4.0.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-github-btn": "^1.4.0",
"styled-components": "6.3.12",
"unist-util-visit": "^5.0.0"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 3 chrome version",
"last 3 firefox version",
"last 5 safari version"
]
},
"workspaces": [
"apify-docs-theme"
],
"engines": {
"node": ">=18.0.0"
},
"packageManager": "npm@10.9.2",
"overrides": {
"openapi-to-postmanv2": {
"js-yaml": "4.1.1"
},
"@stoplight/spectral-core": {
"minimatch": "3.1.5"
},
"copy-webpack-plugin": {
"serialize-javascript": "^7.0.4"
},
"css-minimizer-webpack-plugin": {
"serialize-javascript": "^7.0.4"
},
"@stoplight/spectral-ruleset-bundler": {
"rollup": "2.80.0"
}
}
}