-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 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
{
"name": "harborx-docs",
"version": "0.1.0",
"description": "HarborX — A modular Web3 data engine. Use on-chain data like a local database, composable as npm, replayable as git.",
"type": "module",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs && echo harborx.tech > docs/.vitepress/dist/CNAME",
"docs:preview": "vitepress preview docs --port 8080",
"format": "prettier --write ."
},
"dependencies": {
"markdown-it-mathjax3": "^4.3.2",
"vitepress-plugin-group-icons": "^1.6.1"
},
"devDependencies": {
"@types/node": "^20.0.0",
"vitepress": "^1.6.3",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
},
"repository": {
"type": "git",
"url": "https://github.com/ETH-100/HarborX-docs.git"
},
"keywords": [
"HarborX",
"data-engine",
"data-availability",
"Ethereum",
"Web3",
"blockchain",
"vitepress",
"documentation"
],
"license": "CC-BY-SA-4.0",
"engines": {
"node": ">=18.0.0"
}
}