-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 882 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 882 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
{
"name": "rocketpool-docs",
"version": "0.9.0",
"description": "Rocket Pool Documentation - Decentralised Ethereum Liquid Staking Protocol",
"repository": "https://github.com/rocket-pool/docs.rocketpool.net",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "rspress docs",
"build": "rspress build",
"lint": "oxlint .",
"format": "oxfmt --write ."
},
"dependencies": {
"@rspress/core": "^2.0.9"
},
"devDependencies": {
"@headlessui/react": "^2.2.10",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"oxfmt": "^0.45.0",
"oxlint": "^1.60.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"taze": "^19.11.0",
"ts-node": "^10.9.2",
"typescript": "^6.0.3"
},
"authors": {
"name": "Rocket Pool Protocol",
"email": "contact@rocketpool.net"
}
}