-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.46 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.46 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
{
"name": "drift-protocol-v2-docs",
"version": "0.0.3",
"description": "Drift Protocol v3 Documentation",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"rust-docs": "ts-node scripts/rustDocs.ts",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind && next-sitemap"
},
"repository": {
"type": "git",
"url": "https://github.com/drift-labs/drift-protocol-v2-docs"
},
"author": "Drift Labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/drift-labs/drift-protocol-v2-docs/issues"
},
"homepage": "https://github.com/drift-labs/drift-protocol-v2-docs",
"dependencies": {
"@coral-xyz/anchor": "0.29.0",
"@drift-labs/sdk": "^2.157.0-beta.1",
"@solana/web3.js": "^1.95.3",
"canvas-txt": "^4.1.1",
"dotenv": "^16.4.5",
"fs": "0.0.1-security",
"next": "15.3.8",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"nextra": "^4.6.1",
"nextra-theme-docs": "^4.6.1",
"react": "^19.0.3",
"react-dom": "^19.0.3",
"react-singleton-hook": "^4.0.1",
"source-map-support": "^0.5.21",
"swagger-ui-react": "^5.31.0",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/node": "18.11.10",
"pagefind": "^1.4.0",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.11.1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912"
}