forked from OffchainLabs/arbitrum-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 4.33 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 4.33 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
{
"name": "nitro-docs",
"version": "0.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"install-sdk-dependencies": "cd ./submodules/arbitrum-sdk && yarn install",
"generate-precompiles-ref-tables": "tsx scripts/precompile-reference-generator.ts",
"update-variable-refs": "tsx scripts/update-variable-references.ts",
"prepare": "husky || true",
"start": "yarn clear && yarn sync-stylus-content && docusaurus start",
"generate-sdk-docs": "npx docusaurus generate-typedoc",
"sync-stylus-content": "node scripts/sync-stylus-content.js",
"build-glossary": "tsx scripts/build-glossary.ts",
"build-translation": "yarn tsx ./scripts/move-untranslated-files.ts",
"build": "yarn install-sdk-dependencies && yarn sync-stylus-content && docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"find-orphan-pages": "tsx scripts/find-orphan-pages.ts",
"format": "yarn format:docs && yarn format:app && yarn format:check",
"format:app": "prettier --write --config \"./.prettierrc.js\" -- \"./*.{js,json}\" \"src/**/*.{tsx,ts,scss,json,js}\"",
"format:docs": "prettier --write --config \"./.prettierrc.js\" -- \"docs/**/*.{md,mdx}\"",
"format:check": "prettier --check --config \"./.prettierrc.js\" -- \"./*.{js,json}\" \"src/**/*.{tsx,ts,scss,json,js}\" \"docs/**/*.{md,mdx}\"",
"typecheck": "tsc",
"check-releases": "ts-node scripts/check-releases.ts",
"check-markdown": "tsx scripts/check-markdown.ts",
"notion:update": "tsx scripts/notion-update.ts",
"notion:export-csv": "tsx scripts/notion-export-csv.ts",
"notion:verify-quicklooks": "tsx scripts/notion-verify-quicklooks.ts",
"lint:markdown": "markdownlint \"docs/**/*.{md,mdx}\" --ignore \"docs/sdk/**\"",
"lint:markdown:fix": "markdownlint \"docs/**/*.{md,mdx}\" --fix --ignore \"docs/sdk/**\""
},
"dependencies": {
"@arbitrum/sdk": "^3.0.0",
"@docusaurus/core": "^3.6.3",
"@docusaurus/preset-classic": "^3.6.3",
"@docusaurus/theme-common": "^3.6.3",
"@docusaurus/theme-live-codeblock": "^3.6.3",
"@docusaurus/theme-mermaid": "^3.6.3",
"@ethersproject/address": "^5.7.0",
"@floating-ui/react": "^0.27.15",
"@inkeep/cxkit-docusaurus": "^0.5.91",
"@mdx-js/react": "^3.0.0",
"@notionhq/client": "^2.2.3",
"@radix-ui/react-dialog": "^1.0.5",
"@react-spring/web": "^9.7.3",
"@types/mdx": "^2.0.11",
"@types/prismjs": "^1.26.5",
"@types/react-syntax-highlighter": "^15.5.13",
"classnames": "^2.5.1",
"clsx": "^1.2.1",
"docusaurus-plugin-fathom": "^1.2.0",
"docusaurus-plugin-sass": "^0.2.5",
"dotenv": "^17.0.1",
"ethers": "5.7.2",
"got": "11.8.5",
"marked": "^15.0.7",
"mermaid": "^10.0.0",
"posthog-docusaurus": "^2.0.0",
"posthog-js": "^1.219.6",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.6.1",
"rehype-katex": "7",
"remark-math": "6",
"sass": "^1.66.1",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@docusaurus/module-type-aliases": "^3.3.2",
"@offchainlabs/notion-docs-generator": "^0.1.0",
"@offchainlabs/prettier-config": "0.2.1",
"@tsconfig/docusaurus": "^2.0.3",
"@types/node": "^22.10.10",
"@types/react": "^19.0.10",
"@types/semver": "^7.7.0",
"docusaurus-plugin-typedoc": "^1.4.2",
"glob": "^7.2.0",
"gray-matter": "^4.0.3",
"husky": "^9.1.7",
"markdown-link-extractor": "^3.1.0",
"markdownlint-cli": "^0.45.0",
"prettier": "^2.8.3",
"semver": "^7.6.0",
"styled-components": "^6.1.15",
"tsx": "^4.19.4",
"typedoc": "^0.28.16",
"typedoc-plugin-frontmatter": "^1.3.1",
"typedoc-plugin-markdown": "^4.9.0",
"typescript": "^5.1"
},
"resolutions": {
"image-size": "latest"
},
"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": ">=22.0.0"
}
}