-
Notifications
You must be signed in to change notification settings - Fork 189
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 5.3 KB
/
package.json
File metadata and controls
134 lines (134 loc) · 5.3 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
134
{
"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": "pnpm api:rebuild && rimraf .docusaurus && cross-env LOCALHOST=1 CRAWLEE_DOCS_FAST=1 docusaurus start",
"start:dev": "pnpm api:rebuild && rimraf .docusaurus && cross-env DEV=1 CRAWLEE_DOCS_FAST=1 docusaurus start",
"build": "pnpm api:rebuild && rimraf .docusaurus && docusaurus build",
"api:generate": "pnpm openapi:bundle && pnpm openapi:build && docusaurus gen-api-docs all",
"api:clean": "docusaurus clean-api-docs all",
"api:rebuild": "pnpm api:clean && pnpm api:generate",
"openapi:preview": "redocly preview-docs",
"openapi:bundle": "redocly bundle apify-api/openapi/openapi.yaml -o apify-api",
"openapi:build": "pnpm openapi:build:yaml && pnpm 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": "pnpm openapi:lint:redocly && pnpm openapi:lint:spectral",
"openapi:lint:redocly": "redocly lint apify-api/openapi/openapi.yaml",
"openapi:lint:spectral": "spectral lint apify-api/openapi/openapi.yaml",
"write-translations": "docusaurus write-translations",
"version": "docusaurus version",
"rename-version": "docusaurus rename-version",
"swizzle": "docusaurus swizzle",
"docusaurus": "docusaurus",
"lint": "pnpm lint:md && pnpm lint:code",
"lint:fix": "pnpm lint:md:fix && pnpm lint:code:fix",
"lint:md": "markdownlint '**/*.md'",
"lint:md:fix": "markdownlint '**/*.md' --fix",
"lint:code": "oxlint --type-aware",
"lint:code:fix": "oxlint --type-aware --fix",
"format": "oxfmt",
"format:check": "oxfmt --check",
"test:academy": "bats --print-output-on-failure -r .",
"test:llms-size": "node ./scripts/checkLlmsSize.mjs",
"postinstall": "patch-package",
"postbuild": "node ./scripts/joinLlmsFiles.mjs && node ./scripts/indentLlmsFile.mjs",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@apify/oxlint-config": "^0.2.5",
"@apify/tsconfig": "^0.1.2",
"@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",
"markdownlint": "^0.40.0",
"markdownlint-cli": "^0.48.0",
"oxfmt": "0.46.0",
"oxlint": "1.62.0",
"oxlint-tsgolint": "0.22.0",
"patch-package": "^8.0.0",
"path-browserify": "^1.0.1",
"rimraf": "^6.0.0",
"typescript": "6.0.2"
},
"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",
"@docusaurus/utils": "~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.4.1",
"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"
]
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@10.24.0",
"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"
},
"postcss": "^8.5.10",
"yaml@1": "^1.10.3",
"lodash": "^4.18.0"
}
}