-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.41 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.41 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
{
"name": "docs",
"version": "7.0.0",
"private": true,
"scripts": {
"clean": "git clean -fdX -e '.env' -e '.env.*' -e '!.env' -e '!.env.*' && find . -type f \\( -name 'pnpm-lock.yaml' -o -name 'package-lock.json' -o -name 'yarn.lock' -o -name 'bun.lockb' -o -name 'bun.lock' \\) -exec rm -f {} + && bun install",
"build": "bun generate-sdk-docs && next build",
"dev": "bun generate-sdk-docs && next dev",
"start": "bun generate-sdk-docs && next start",
"lint": "bun generate-sdk-docs && next lint",
"check-types": "tsc --noEmit",
"format": "prettier --write .",
"postinstall": "fumadocs-mdx",
"docker": "bash -c \"docker buildx build . --provenance true --sbom true --platform=linux/amd64,linux/arm64 -t ghcr.io/settlemint/btp-docs:${VERSION:-7.0.0-dev.$(date +%s)} --push --progress=plain\"",
"generate-sitemap": "bun scripts/generate-sitemap.ts",
"generate-sdk-docs": "bun scripts/generate-sdk-docs.ts"
},
"dependencies": {
"@next/third-parties": "15.5.5",
"@radix-ui/react-slot": "1.2.3",
"@settlemint/sdk-blockscout": "2.6.2",
"@settlemint/sdk-cli": "2.6.2",
"@settlemint/sdk-eas": "2.6.2",
"@settlemint/sdk-hasura": "2.6.2",
"@settlemint/sdk-ipfs": "2.6.2",
"@settlemint/sdk-minio": "2.6.2",
"@settlemint/sdk-portal": "2.6.2",
"@settlemint/sdk-thegraph": "2.6.2",
"@settlemint/sdk-viem": "2.6.2",
"@theguild/remark-mermaid": "0.3.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"fast-glob": "3.3.3",
"fumadocs-core": "15.8.5",
"fumadocs-docgen": "3.0.2",
"fumadocs-mdx": "12.0.3",
"fumadocs-twoslash": "3.1.8",
"fumadocs-ui": "15.8.5",
"gray-matter": "4.0.3",
"lucide-react": "0.545.0",
"next": "15.5.5",
"posthog-js": "1.275.1",
"posthog-node": "5.9.5",
"prettier": "3.6.2",
"react": "19.2.0",
"react-dom": "19.2.0",
"tailwind-merge": "3.3.1",
"tailwindcss-animate": "1.0.7",
"ultracite": "5.6.4"
},
"devDependencies": {
"@fumadocs/cli": "1.0.2",
"@tailwindcss/postcss": "4.1.14",
"@types/mdx": "2.0.13",
"@types/node": "24.7.2",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"babel-plugin-react-compiler": "19.1.0-rc.3",
"postcss": "8.5.6",
"tailwindcss": "4.1.14",
"typescript": "5.9.3",
"eslint": "9.37.0",
"eslint-config-next": "15.5.5",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.37.0"
}
}